Searched refs:strtoul (Results 101 - 125 of 281) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Dclib_port.h269 #define strtoul __db_Cstrtoul macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibip6t_ah.c36 spi = strtoul(spistr, &ep, 0);
H A Dlibip6t_esp.c32 spi = strtoul(spistr, &ep, 0);
H A Dlibipt_ah.c33 spi = strtoul(spistr,&ep,0) ;
H A Dlibipt_connrate.c49 value = strtoul(arg, &end, 0);
H A Dlibipt_esp.c33 spi = strtoul(spistr,&ep,0) ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/edd_id/
H A Dedd_id.c165 sysfs_id = strtoul(sysfs_id_buf, NULL, 16);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/vlan/
H A Dvconfig.c89 bytes[j++] = (char)strtoul(hex, &stop, 16);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dnvparse.c1361 if (!strtoul(value, NULL, 0))
1374 | strtoul(value, NULL, 0));
1381 strtoul(value, NULL, 0));
1387 start.match.dst.ports[0] = end.match.dst.ports[0] = htons(strtoul(value, NULL, 0));
1393 start.match.dst.ports[1] = end.match.dst.ports[1] = htons(strtoul(value, NULL, 0));
1399 start.match.ipproto = end.match.ipproto = strtoul(value, NULL, 0);
1405 if (strtoul(value, NULL, 0))
1412 start.match.days[0] = end.match.days[0] = strtoul(value, NULL, 0);
1418 start.match.days[1] = end.match.days[1] = strtoul(value, NULL, 0);
1424 start.match.secs[0] = end.match.secs[0] = strtoul(valu
[all...]
H A Dshutils.c343 e[i++] = (unsigned char) strtoul(c, &c, 16);
475 val = strtoul(p, NULL, 10);
503 val = strtoul(p, NULL, 10);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Dlnstat.c250 count = strtoul(optarg, NULL, 0);
288 len = strtoul(tok, NULL, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/src/
H A Dgpg-error.c182 nr = strtoul (str, &tail, 0);
191 unsigned long cnr = strtoul (tail + 1, &tail, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_routemap.c320 *med = strtoul (arg, &endptr, 10);
683 *local_pref = strtoul (arg, &endptr, 10);
744 *weight = strtoul (arg, &endptr, 10);
793 metric_val = strtoul (metric, (char **)NULL, 10);
798 metric_val = strtoul (metric+1, (char **)NULL, 10);
829 metric = strtoul (arg, &endptr, 10);
841 metric = strtoul (arg+1, &endptr, 10);
1376 aggregator->as = strtoul (as, NULL, 10);
2816 as = strtoul (argv[0], &endptr, 10);
2859 as = strtoul (arg
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dmformat.c938 serial = strtoul(optarg,0,16);
955 fsVersion = strtoul(optarg,0,0);
963 Fs.dir_len = strtoul(optarg,0,0);
966 Fs.fat_len = strtoul(optarg,0,0);
983 mediaDesc = strtoul(optarg,0,0);
H A Dfloppyd_io.c435 *port = strtoul(p, &p, 0);
440 *drive = strtoul(p, &p, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libpwdgrp/
H A Dpwd_grp.c674 unsigned long t = strtoul(line, &endptr, 10);
727 *((gid_t *) p) = strtoul(line, &endptr, 10);
825 *((long *) p) = (long) strtoul(line, &endptr, 10);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/boot/
H A Dbtfixupprep.c205 initval = strtoul(p + 10, &q, 16);
302 offset = strtoul(buffer, &q, 16);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/bridge-1.x/libbridge/
H A Dlibbridge_devif.c35 return strtoul(t, NULL, 16);
106 __jiffies_to_tv(tv, strtoul(attr->value, NULL, 0));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/
H A Drules.c347 last_rv = make_dev_from_event(event, rule->actions[i].parameter[0], strtoul(rule->actions[i].parameter[1], NULL, 0));
350 last_rv = chmod(rule->actions[i].parameter[0], strtoul(rule->actions[i].parameter[1], NULL, 0));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A Dudev_node.c331 id = strtoul(udev->owner, &endptr, 10);
344 id = strtoul(udev->group, &endptr, 10);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/tools/
H A Dcjk_tab_to_h.c1710 col = strtoul(&line[5],NULL,16);
1712 row = strtoul(&line[2],NULL,16);
1728 u2 = strtoul(&line[17],NULL,16);
1730 u1 = strtoul(&line[10],NULL,16);
1740 ucs = strtoul(&line[10],NULL,16);
1864 col = strtoul(&line[5],NULL,16);
1866 row = strtoul(&line[3],NULL,16);
1868 plane = strtoul(&line[2],NULL,16) - 1;
1884 u2 = strtoul(&line[17],NULL,16);
1886 u1 = strtoul(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/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/db-4.7.25.NC/env/
H A Denv_register.c290 pid = (pid_t)strtoul(buf, NULL, 10);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/csv/
H A Dutil.c58 * strtoul requires setting errno to detect errors.
79 * strtoul(3) with error checking.
88 * strtoul requires setting errno to detect errors.
91 val = strtoul(input, &end, 10);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dhttp_chunks.c152 /* convert to host encoding before calling strtoul */
161 ch->datasize=strtoul(ch->hexbuffer, NULL, 16);

Completed in 375 milliseconds

1234567891011>>