Searched refs:strtoul (Results 51 - 75 of 281) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibipt_connbytes.c35 si->count.from = strtoul(arg,&colon,10);
38 si->count.to = strtoul(colon+1,&p,10);
H A Dlibipt_realm.c70 id = strtoul(cur, &nxt, strncmp(cur, "0x", 2) ? 10 : 16);
171 realminfo->id = strtoul(optarg, &end, 0);
174 realminfo->mask = strtoul(end+1, &end, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A Dudevcontrol.c96 count = strtoul(val, &endp, 0);
110 count = strtoul(val, &endp, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/auth/
H A Dauth_builtin.c95 error_num = strtoul(user, NULL, 16);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dplural-exp.c125 n = strtoul (nplurals, &endp, 10);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Descape.c163 hex = strtoul(hexstr, &ptr, 16);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dfd.c35 n = strtoul(str, &end, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/udhcpd/
H A Dfiles.c73 *dest = strtoul(line, &endptr, 0);
139 buffer[0] = strtoul(val, &endptr, 0);
143 result_u16 = htons(strtoul(val, &endptr, 0));
153 result_u32 = htonl(strtoul(val, &endptr, 0));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dcache.c30 blkid_debug_mask = strtoul(dstr, 0, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dparse_mode.c47 tmp = strtoul(s, &e, 8);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Drtm_map.c90 res = strtoul(arg, &end, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Ddirlist.c102 if ((strcmp(bar, "0")) && (!strtoul(bar, NULL, 10))) {
107 if (strtoul(bar, NULL, 10))
108 add_to_hidegroups(strtoul(bar, NULL, 10));
H A Dmain.c588 if (!((port = strtoul (config_getoption ("PORT"), NULL, 10))))
779 control_timeout = strtoul (config_getoption ("CONTROL_TIMEOUT"), NULL, 0);
782 data_timeout = strtoul (config_getoption ("DATA_TIMEOUT"), NULL, 0);
785 xfer_bufsize = strtoul (config_getoption ("XFER_BUFSIZE"), NULL, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dmdev.c120 uid = strtoul(pos, &s2, 10);
131 gid = strtoul(s, &s2, 10);
144 mode = strtoul(pos, &pos, 8);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dlease_token.l213 <S_RNTIME>{number} {client6_info.iaidinfo.renewtime = (u_int32_t)strtoul(yytext, NULL, 10);
216 <S_RBTIME>{number} {client6_info.iaidinfo.rebindtime = (u_int32_t)strtoul(yytext, NULL, 10);
219 <S_VTIME>{number} {lease_rec->lease_addr.validlifetime = (u_int32_t)strtoul(yytext, NULL, 10);
222 <S_PTIME>{number} {lease_rec->lease_addr.preferlifetime = (u_int32_t)strtoul(yytext, NULL, 10);
225 <S_DATE>{number} {lease_rec->start_date = (time_t)strtoul(yytext, NULL, 10);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Dqos.c339 mtu = strtoul(nvram_safe_get("wan_mtu"), NULL, 10);
340 bw = strtoul(nvram_safe_get("qos_obw"), NULL, 10);
402 bw = strtoul(nvram_safe_get("qos_ibw"), NULL, 10);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/usb_id/
H A Dusb_id.c147 type_num = strtoul(from, &eptr, 0);
179 type_num = strtoul(from, &eptr, 0);
254 if_class_num = strtoul(if_class, NULL, 16);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dtstngettext.c177 tmp_val = strtoul (count, &endp, 10);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/test_grabbag/cuesheet/
H A Dmain.c127 lead_out_offset = (FLAC__uint64)strtoul(argv[2], 0, 10);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_LED.c63 led->delay = strtoul(cb->arg, NULL, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/utils/
H A Dmktree.c65 bt.bb_dest = bt.bb_entry_point = htonl(strtoul(argv[3], NULL, 0));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Duudecode.c162 mode = strtoul(line_ptr, NULL, 8);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dtest_io.c189 data->flags = strtoul(value, NULL, 0);
193 data->block = strtoul(value, NULL, 0);
197 data->read_abort_count = strtoul(value, NULL, 0);
201 data->write_abort_count = strtoul(value, NULL, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Dbrew_db.h85 #define strtoul(a, b, c) STRTOUL(a, b, c) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/common/
H A Ddb_getlong.c91 val = strtoul(p, &end, 10);

Completed in 323 milliseconds

1234567891011>>