Searched refs:bb_strtou (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Dget_header_ar.c54 /* on misformatted numbers bb_strtou returns all-ones */
55 typed->mode = err = bb_strtou(ar.formatted.mode, NULL, 8);
57 typed->mtime = err = bb_strtou(ar.formatted.date, NULL, 10);
59 typed->uid = err = bb_strtou(ar.formatted.uid, NULL, 10);
61 typed->gid = err = bb_strtou(ar.formatted.gid, NULL, 10);
63 typed->size = err = bb_strtou(ar.formatted.size, NULL, 10);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libpwdgrp/
H A Duidgid_get.c47 n = bb_strtou(user, NULL, 10);
67 n = bb_strtou(group, NULL, 10);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dxatonum.h127 unsigned bb_strtou(const char *arg, char **endp, int base) function
134 unsigned bb_strtou(const char *arg, char **endp, int base) function
140 unsigned bb_strtou(const char *arg, char **endp, int base);
149 return bb_strtou(arg, endp, base);
H A Dlibbb.h113 # define BB_STRTOOFF bb_strtou
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Du_signal_names.c125 i = bb_strtou(name, NULL, 10);
H A Dbb_strtonum.c102 unsigned bb_strtou(const char *arg, char **endp, int base) function
H A Dprocps.c142 pid = bb_strtou(entry->d_name, NULL, 10);
H A Dxconnect.c47 port_nr = bb_strtou(port, NULL, 10);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/procps/
H A Drenice.c92 who = bb_strtou(arg, NULL, 10);
H A Dkill.c69 signo = bb_strtou(arg, NULL, 10);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/debianutils/
H A Dstart_stop_daemon.c135 pid = bb_strtou(entry->d_name, NULL, 10);
281 user_id = bb_strtou(userspec, NULL, 10);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/findutils/
H A Dfind.c734 ap->uid = bb_strtou(arg1, NULL, 10);
743 ap->gid = bb_strtou(arg1, NULL, 10);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/ipsvd/
H A Dtcpudp.c168 max_per_host = bb_strtou(str_C, &str_C, 10);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/sysklogd/
H A Dsyslogd.c429 pri = bb_strtou(p + 1, &p, 10);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dod_bloaty.c568 size = bb_strtou(s, &end, 0);
662 size = bb_strtou(s, &end, 0);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/loginutils/
H A Dgetty.c150 unsigned value = bb_strtou(s, NULL, 10);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dless.c978 num = bb_strtou(num_input, NULL, 10);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dhttpd.c340 i = bb_strtou(str, &p, 10);
783 int n = bb_strtou(bind_addr_or_port, NULL, 10);

Completed in 224 milliseconds