Searched refs:strtoul (Results 126 - 150 of 281) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Dlnstat_util.c56 unsigned long f = strtoul(ptr, &ptr, 16);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Da_strnid.c105 mask = strtoul(p + 5, &end, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_u32.c95 number = strtoul(*s, &end, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_strnid.c105 mask = strtoul(p + 5, &end, 0);
H A Dasn1_gen.c385 tag_num = strtoul(vstart, &eptr, 10);
833 bitnum = strtoul(elem, &eptr, 10);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Dumid.c166 p = strtoul(pid, &end, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/platform/
H A Dacenv.h128 * stdlib.h: strtoul
238 #define ACPI_STRTOUL(d,s,n) strtoul((d), (s), (acpi_size)(n))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Dget_header_tar.c127 sum = strtoul(tar.chksum, &cp, 8);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dread.c31 #define STRTOULL strtoul
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dutil.c133 (*journal_size) = strtoul(arg, &p, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstrtol.c44 /* Nonzero if we are defining `strtoul' or `strtoull', operating on
96 # define strtol strtoul
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dfips186-dsa.c183 else if ( strtoul (a, NULL, 10) != expected )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibip6t_dst.c47 id = strtoul(idstr, &ep, 0);
H A Dlibip6t_frag.c42 id = strtoul(idstr, &ep, 0);
H A Dlibip6t_hbh.c54 id = strtoul(idstr,&ep,0) ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-linux.c1516 SIN_ADDR(rt->rt_dst) = strtoul(cols[route_dest_col], NULL, 16);
1517 SIN_ADDR(rt->rt_gateway) = strtoul(cols[route_gw_col], NULL, 16);
1518 SIN_ADDR(rt->rt_genmask) = strtoul(cols[route_mask_col], NULL, 16);
1520 rt->rt_flags = (short) strtoul(cols[route_flags_col], NULL, 16);
1941 *version = (int) strtoul (buf, &endp, 10);
1947 *modification = (int) strtoul (buf, &endp, 10);
1950 *patch = (int) strtoul (buf, &buf, 10);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripngd/
H A Dripngd.c2001 update = strtoul (argv[0], &endptr, 10);
2036 timeout = strtoul (argv[0], &endptr, 10);
2069 garbage = strtoul (argv[0], &endptr, 10);
2107 update = strtoul (argv[0], &endptr, 10);
2114 timeout = strtoul (argv[1], &endptr, 10);
2121 garbage = strtoul (argv[2], &endptr, 10);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/server/
H A Dsockfilt.c893 unsigned long ulnum = strtoul(argv[arg], &endptr, 10);
910 unsigned long ulnum = strtoul(argv[arg], &endptr, 10);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dconfig.c218 * ((int *)global_switches[i].address) = (unsigned int) strtoul(s,0,0);
311 n=(unsigned int) strtoul(pos, &pos, 0);
H A Dmpartition.c368 type = strtoul(optarg,0,0);
397 tot_sectors = strtoul(optarg,0,0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_lsdb.c519 id = htonl (strtoul (l_argv[1], &invalidp, 10));
540 adv_router = htonl (strtoul (l_argv[2], &invalidp, 10));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A Dudev_rules_parse.c532 strtoul(value, &endptr, 10);
551 strtoul(value, &endptr, 10);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/vmstat/proc/
H A Dsysinfo.c506 *(found->slot) = strtoul(head,&tail,10);
659 *(found->slot) = strtoul(head,&tail,10);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dreplace.c357 unsigned long strtoul(const char *nptr, char **endptr, int base) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Dapi_flags.c192 strtoul(flag_name + sizeof("__MASK=") - 1, NULL, 0);

Completed in 400 milliseconds

1234567891011>>