Searched refs:xatou (Results 1 - 22 of 22) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dusleep.c23 if (usleep(xatou(argv[1]))) {
H A Dsleep.c59 duration = xatou(argv[1]);
H A Dsplit.c79 suffix_len = xatou(sfx);
H A Dtail.c114 if (opt & 0x10) sleep_period = xatou(str_s); // -s
H A Dls.c826 tabstops = xatou(tabstops_str);
828 terminal_width = xatou(terminal_width_str);
H A Dstty.c438 baud = tty_value_to_baud(xatou(arg));
1032 if (tty_value_to_baud(xatou(arg)) != (speed_t) -1) break;
1146 else /* true: if (tty_value_to_baud(xatou(arg)) != (speed_t) -1) */{
H A Dod_bloaty.c1415 bytes_per_block = xatou(str_w);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dxatonum.c15 #define xatou(rest) xatoull##rest macro
27 #define xatou(rest) xatoul##rest macro
50 #define xatou(rest) xatou##rest macro
H A Dxatonum_template.c7 #define xatou(rest) xatoul##rest
93 unsigned type xatou(_range_sfx)(const char *numstr,
101 unsigned type xatou(_range)(const char *numstr,
108 unsigned type xatou(_sfx)(const char *numstr,
114 unsigned type xatou()(const char *numstr) function
116 return xatou(_sfx)(numstr, NULL);
180 #undef xatou macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dwatchdog.c36 timer_duration = xatou(t_arg);
H A Dcrond.c143 LogLevel = xatou(lopt);
152 DebugOpt = xatou(dopt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/init/
H A Dhalt.c39 if (flags & 1) sleep(xatou(delay));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/procps/
H A Dwatch.c41 if (opt & 0x4) period = xatou(tmp);
H A Dtop.c530 if (option_mask32 & 0x1) interval = xatou(sinterval); // -d
531 if (option_mask32 & 0x2) iterations = xatou(siterations); // -n
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dnc.c51 else if (ENABLE_NC_EXTRA && opt=='w') USE_NC_EXTRA( wsecs = xatou(optarg));
52 else if (ENABLE_NC_EXTRA && opt=='i') USE_NC_EXTRA( delay = xatou(optarg));
H A Dvconfig.c154 ifr.u.skb_priority = xatou(p);
H A Dftpgetput.c67 n = xatou(buf);
H A Darping.c255 count = xatou(str_count);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/runit/
H A Dsv.c426 if (x) waitsec = xatou(x);
429 if (opt & 1) waitsec = xatou(x); // -w
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dxatonum.h102 return xatou(numstr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/ipsvd/
H A Dtcpudp.c183 backlog = xatou(str_b);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dmke2fs.c907 if (xatou(optarg))

Completed in 267 milliseconds