Searched refs:strtoul (Results 1 - 25 of 281) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dprivtest.c23 setuid(strtoul(argv[1], 0,0));
H A Dmdoctorfat.c109 offset = strtoul(optarg,0,0);
113 arg.size = strtoul(optarg,0,0);
136 arg.fat = strtoul(argv[optind+1], 0, 0) + offset;
146 begin = strtoul(number, &eptr, 0);
149 end = strtoul(number, &eptr, 0);
H A DmissFuncs.c172 unsigned long strtoul(const char *string, char **eptr, int base) function
181 return strtoul(string+2, eptr, 16);
184 return strtoul(string+2, eptr, 2);
186 return strtoul(string, eptr, 8);
189 return strtoul(string, eptr, 10);
215 return -(long) strtoul(string+1, eptr, base);
219 return (long) strtoul(string, eptr, base);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/uuid/
H A Dparse.c66 uuid.time_low = strtoul(in, NULL, 16);
67 uuid.time_mid = strtoul(in+9, NULL, 16);
68 uuid.time_hi_and_version = strtoul(in+14, NULL, 16);
69 uuid.clock_seq = strtoul(in+19, NULL, 16);
75 uuid.node[i] = strtoul(buf, NULL, 16);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/
H A Dhotplug2-dnode.c130 bitmap[i] = strtoul(token, NULL, 16);
192 bustype = strtoul(product_env, NULL, 16);
193 vendor = strtoul(ptr+1, NULL, 16);
198 product = strtoul(ptr+1, NULL, 16);
203 version = strtoul(ptr+1, NULL, 16);
268 vendor = strtoul(id_env, NULL, 16);
269 device = strtoul(ptr+1, NULL, 16);
276 sub_vendor = strtoul(id_env, NULL, 16);
277 sub_device = strtoul(ptr+1, NULL, 16);
280 class_type = strtoul(class_en
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/gpio/
H A Dgpio.c98 (unsigned int)strtoul(argv[2], NULL, 0));
131 gpio_pin = (int)strtoul(argv[1], NULL, 0);
134 //gpio_value = (int)strtoul(argv[2], NULL, 0);
138 need_disconnect = (int)strtoul(argv[3], NULL, 0);
149 gpio_value = (int)strtoul(argv[2], NULL, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/linux24_compat/
H A Dgenerate_alias.c111 vendor = strtoul(token, NULL, 0);
117 device = strtoul(token, NULL, 0);
123 sub_vendor = strtoul(token, NULL, 0);
129 sub_device = strtoul(token, NULL, 0);
135 class_type = strtoul(token, NULL, 0);
141 class_mask = strtoul(token, NULL, 0);
257 match_flags = strtoul(token, NULL, 0);
263 vendor = strtoul(token, NULL, 0);
269 product = strtoul(token, NULL, 0);
275 bcddev_lo = strtoul(toke
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dxatonum.c32 #define XSTR_STRTOU strtoul
40 unsigned long v = strtoul(str, end, b);
H A Dbb_strtonum.c56 /* strtoul(" -4200000000") returns 94967296, errno 0 (!) */
85 v = strtoul(arg, &endptr, base);
109 v = strtoul(arg, &endptr, base);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/utils/
H A Dnfnl_osf.c215 val = strtoul(&obuf[i + 2], NULL, 10);
217 val = strtoul(&obuf[i + 1], NULL, 10);
232 val = strtoul(&obuf[i + 2], NULL, 10);
234 val = strtoul(&obuf[i + 1], NULL, 10);
302 f.wss.val = strtoul(&pbeg[2], NULL, 10);
306 f.wss.val = strtoul(&pbeg[1], NULL, 10);
310 f.wss.val = strtoul(&pbeg[2], NULL, 10);
314 f.wss.val = strtoul(&pbeg[1], NULL, 10);
317 f.wss.val = strtoul(&pbeg[1], NULL, 10);
320 f.wss.val = strtoul(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dbcmstdlib.h75 #define atoi(s) ((int)(strtoul((s), NULL, 10)))
99 extern unsigned long BCMROMFN(strtoul)(const char *cp, char **endp, int base);
100 #define strtol(nptr, endptr, base) ((long)strtoul((nptr), (endptr), (base)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibip6t_CONNMARK.c76 markinfo->mark = strtoul(optarg, &end, 0);
78 markinfo->mask = strtoul(end+1, &end, 0);
105 markinfo->mask = strtoul(optarg, &end, 0);
H A Dlibipt_CONNMARK.c80 markinfo->mark = strtoul(optarg, &end, 0);
82 markinfo->mask = strtoul(end+1, &end, 0);
109 markinfo->mask = strtoul(optarg, &end, 0);
H A Dlibip6t_connmark.c70 markinfo->mark = strtoul(optarg, &end, 0);
74 markinfo->mask = strtoul(end+1, &end, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Df_tcindex.c39 t->tcm_handle = strtoul(handle,&end,0);
53 hash = strtoul(*argv,&end,0);
64 mask = strtoul(*argv,&end,0);
75 shift = strtoul(*argv,&end,0);
H A Dq_dsmark.c45 ind = strtoul(*argv,&end,0);
54 dflt = strtoul(*argv,&end,0);
106 tmp = strtoul(*argv,&end,0);
115 tmp = strtoul(*argv,&end,0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/tunala/
H A Dbreakage.c7 unsigned long ret = strtoul(str, &tmp, 10);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_devgroup.c54 info->src_group = strtoul(cb->arg, &end, 0);
57 info->src_mask = strtoul(end+1, &end, 0);
78 info->dst_group = strtoul(cb->arg, &end, 0);
81 info->dst_mask = strtoul(end+1, &end, 0);
H A Dlibxt_time.c97 year = strtoul(s, &e, 10);
104 month = strtoul(s, &e, 10);
111 day = strtoul(s, &e, 10);
118 hour = strtoul(s, &e, 10);
125 minute = strtoul(s, &e, 10);
132 second = strtoul(s, &e, 10);
167 hour = strtoul(s, &e, 10);
172 minute = strtoul(s, &e, 10);
179 second = strtoul(s, &e, 10);
217 i = strtoul(da
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dbreakage.c7 unsigned long ret = strtoul(str, &tmp, 10);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/tools/amiga/
H A Ddmesg.c48 end = strtoul(argv[1], NULL, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dvasprintf.c55 total_width += strtoul (p, (char **) &p, 10);
65 total_width += strtoul (p, (char **) &p, 10);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dvty.h162 (V) = strtoul ((STR), &endptr, 10); \
173 (V) = strtoul ((STR), &endptr, 10); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dvasprintf.c55 total_width += strtoul (p, (char **) &p, 10);
65 total_width += strtoul (p, (char **) &p, 10);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dvasprintf.c55 total_width += strtoul (p, (char **) &p, 10);
65 total_width += strtoul (p, (char **) &p, 10);

Completed in 126 milliseconds

1234567891011>>