Searched refs:bb_strtoul (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/libiproute/
H A Drt_names.c117 res = bb_strtoul(arg, NULL, 0);
179 res = bb_strtoul(arg, NULL, 0);
222 res = bb_strtoul(arg, NULL, 0);
298 res = bb_strtoul(arg, NULL, 16);
358 i = bb_strtoul(arg, NULL, 0);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dxatonum.h115 unsigned long bb_strtoul(const char *arg, char **endp, int base) function
121 unsigned long bb_strtoul(const char *arg, char **endp, int base);
135 { return bb_strtoul(arg, endp, base); }
151 return bb_strtoul(arg, endp, base);
H A Dlibbb.h96 # define BB_STRTOOFF bb_strtoul
118 # define BB_STRTOOFF bb_strtoul
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dbb_pwd.c95 r = bb_strtoul(s, NULL, 10);
H A Dbb_strtonum.c78 unsigned long bb_strtoul(const char *arg, char **endp, int base) function
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dipcrm.c53 id = bb_strtoul(argv[0], NULL, 10);
H A Dfdisk.c417 v = bb_strtoul(line_ptr, NULL, 16);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/applets/
H A Dapplets.c284 sct->m_uid = bb_strtoul(s, NULL, 10);
293 sct->m_gid = bb_strtoul(e, NULL, 10);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dtune2fs.c441 resgid = bb_strtoul(optarg, NULL, 10);
535 resuid = bb_strtoul(optarg, NULL, 10);

Completed in 169 milliseconds