Searched refs:strtoll (Results 51 - 69 of 69) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dwxchar.h763 #define wxStrtoll strtoll
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dcmpt.c1293 /* strtoll is required by C99 and used by Wget only on systems with
1294 LFS. Unfortunately, some systems have LFS, but no strtoll or
1329 /* A strtoll-like replacement for systems that have an integral type
1330 larger than long but don't supply strtoll. This implementation
1334 strtoll (const char *nptr, char **endptr, int base)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dclient6_token.c1233 cpyylval.num = strtoll(cpyytext, NULL, 10);
H A Dlease_token.c1548 {client6_info.iaidinfo.iaid = strtoll(lyytext, NULL, 10);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devutil.c367 return (ev_int64_t)strtoll(s, endptr, base);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dmain.c90 /* There's no strtoll() in MSVC6 so we just write a specialized one */
689 i = strtoll(option_argument, &end, 10);
2158 /* There's no strtoll() in MSVC6 so we just write a specialized one */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/
H A Dhdparm.c6 #define _BSD_SOURCE /* for strtoll() */
2489 value = strtoll(argp, &endp, 0);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dmksquashfs.c4753 if((global_uid = strtoll(argv[i], &b, 10)), *b =='\0') {
4776 if((global_gid = strtoll(argv[i], &b, 10)), *b =='\0') {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffprobe.c2715 lli = strtoll(p, &tail, 10);
H A Dffserver.c4128 llval = strtoll(arg, NULL, 10);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/
H A Dconfigure5682 for ac_func in random gettimeofday ftime localtime_r timegm gmtime gmtime_r memset select socket strchr strerror strrchr strstr strtol strtoul strtoll strtoull strtold strtod strtof strtold_l strtod_l strtof_l sscanf sscanf_l sprintf_l wctomb mbtowc
H A Dconfigure.bak5947 for ac_func in random gettimeofday ftime localtime_r timegm gmtime gmtime_r memset select socket strchr strerror strrchr strstr strtol strtoul strtoll strtoull strtold strtod strtof strtold_l strtod_l strtof_l sscanf sscanf_l sprintf_l wctomb mbtowc
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/
H A Dconfigure5682 for ac_func in random gettimeofday ftime localtime_r timegm gmtime gmtime_r memset select socket strchr strerror strrchr strstr strtol strtoul strtoll strtoull strtold strtod strtof strtold_l strtod_l strtof_l sscanf sscanf_l sprintf_l wctomb mbtowc
H A Dconfigure.bak5947 for ac_func in random gettimeofday ftime localtime_r timegm gmtime gmtime_r memset select socket strchr strerror strrchr strstr strtol strtoul strtoll strtoull strtold strtod strtof strtold_l strtod_l strtof_l sscanf sscanf_l sprintf_l wctomb mbtowc
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dash.c12435 numstackptr->val = strtoll(expr, (char **) &expr, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/
H A Dconfigure18502 for ac_func in vsnprintf vasprintf nanosleep usleep setenv clearenv unsetenv socketpair getgrouplist fpathconf setrlimit poll setlocale localeconv strtoll strtoull issetugid getresuid
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Dconfigure12366 for ac_func in gettimeofday vasprintf fcntl clock_gettime strtok_r strsep getaddrinfo getnameinfo strlcpy inet_ntop signal sigaction strtoll issetugid geteuid getegid
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/
H A Dconfigure16401 for ac_func in strtoull __strtoull strtouq strtoll __strtoll strtoq
29913 for ac_func in strtol strtoll strtoul strtoull strtouq __strtoull
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/
H A Dconfigure34294 for gl_func in atoll canonicalize_file_name getloadavg getsubopt grantpt mkdtemp mkostemp mkostemps mkstemp mkstemps ptsname random_r initstat_r srandom_r setstate_r realpath rpmatch setenv strtod strtoll strtoull unlockpt unsetenv; do
[all...]

Completed in 602 milliseconds

123