Searched refs:strtoull (Results 1 - 25 of 68) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Dstdlib.h4 unsigned long long int strtoull(const char *ptr, char **end, int base);
H A Dtreeboot-bamboo.c28 mac64 = strtoull((char *)PIBS_MAC0, 0, 16);
31 mac64 = strtoull((char *)PIBS_MAC1, 0, 16);
H A Dstdlib.c16 unsigned long long int strtoull(const char *ptr, char **end, int base) function
H A Dplanetcore.c61 *val = strtoull(str, NULL, 10);
71 *val = strtoull(str, NULL, 16);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/miniupnp/
H A Dminiupnpctypes.h12 #define STRTOUI strtoull
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/debug/
H A Drepeat.c29 unsigned long long count = strtoull(argv[1], NULL, 10);
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/debug/
H A Drepeat.c29 unsigned long long count = strtoull(argv[1], NULL, 10);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/e2p/
H A Dparse_num.c20 num = strtoull(arg, &p, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/tools/
H A Dstrtoull.c63 unsigned long long strtoull (const char *, char **, int);
66 strtoull(const char * nptr, char ** endptr, int base) function
H A Ddbus-send.c36 #undef strtoull macro
37 #define strtoull mystrtoull macro
38 #include "strtoull.c"
110 uint64 = strtoull (value, NULL, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dstdlib.in.h393 extern unsigned long long strtoull (const char *string, char **endptr, int base);
396 # undef strtoull
397 # define strtoull(s,e,b) \
398 (GL_LINK_WARNING ("strtoull is unportable - " \
399 "use gnulib module strtoull for portability"), \
400 strtoull (s, e, b))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibip6t_mark.c43 markinfo->mark = strtoull(optarg, &end, 0);
45 markinfo->mask = strtoull(end+1, &end, 0);
H A Dlibipt_mark.c43 markinfo->mark = strtoull(optarg, &end, 0);
45 markinfo->mask = strtoull(end+1, &end, 0);
H A Dlibipt_quota.c48 *quota = strtoull(s, (char **) NULL, 10);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A Dudevsettle.c129 seq_udev = strtoull(seqnum, NULL, 10);
143 seq_kernel = strtoull(seqnum, NULL, 10);
H A Dudevd.c606 msg->seqnum = strtoull(&key[7], NULL, 10);
612 maj = strtoull(&key[6], NULL, 10);
614 min = strtoull(&key[6], NULL, 10);
616 msg->timeout = strtoull(&key[8], NULL, 10);
1144 max_childs_running = strtoull(value, NULL, 10);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/
H A Dconfig-msvc.h92 #define strtoull strtoul macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/vmstat/proc/
H A Dprocps.h37 #define STRTOUKL strtoull
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dxatonum.c20 #define XSTR_STRTOU strtoull
H A Dbb_strtonum.c62 v = strtoull(arg, &endptr, base);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dstdlib.in.h629 _GL_FUNCDECL_SYS (strtoull, unsigned long long,
633 _GL_CXXALIAS_SYS (strtoull, unsigned long long,
635 _GL_CXXALIASWARN (strtoull);
637 # undef strtoull
639 _GL_WARN_ON_USE (strtoull, "strtoull is unportable - "
640 "use gnulib module strtoull for portability");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/ui/browsers/
H A Dmap.c84 u64 addr = strtoull(target, NULL, 16);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/procps/
H A Dnmeter.c160 return strtoull(p+1, NULL, 10);
187 strtoull(p, NULL, 10) :
245 rd = strtoull(p, NULL, 10);
248 vec[1] += strtoull(p, NULL, 10);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dmisc.c198 intval = strtoull(str, &end, 10);
234 intval = strtoull(str, &end, 16);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/hotplug2/
H A Dhotplug2.c179 return strtoull(seqnum, NULL, 0);
546 cur_seqnum = strtoull(seqnum, NULL, 0);

Completed in 303 milliseconds

123