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

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dstrtoofft.h36 * the conversion function to use is strtoll() if it is available, otherwise,
45 # define curlx_strtoofft strtoll
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/tools/
H A Dstrtoll.c62 long long strtoll (const char*, char **, int);
65 strtoll(const char * nptr, char ** endptr, int base) function
H A Ddbus-send.c30 #undef strtoll macro
31 #define strtoll mystrtoll macro
32 #include "strtoll.c"
105 int64 = strtoll (value, NULL, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dwget.h163 choices are strtol, strtoll, or our own implementation of strtoll
171 # define str_to_wgint strtoll
177 /* wgint has a strange size; synthesize strtoll and use it. */
178 # define str_to_wgint strtoll
185 /* Declare our strtoll replacement. */
187 strtoll_type strtoll (const char *, char **, int);
H A Dmswindows.h94 # define str_to_wgint strtoll
98 # define str_to_wgint strtoll
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dstdlib.in.h372 extern long long strtoll (const char *string, char **endptr, int base);
375 # undef strtoll
376 # define strtoll(s,e,b) \
377 (GL_LINK_WARNING ("strtoll is unportable - " \
378 "use gnulib module strtoll for portability"), \
379 strtoll (s, e, b))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/compat/
H A Dstrtod.c84 res = strtoll(nptr, &end, 16);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dserver6_token.l144 {number} { sfyylval.num = strtoll(sfyytext, NULL, 10); return NUMBER; }
145 {snum} { sfyylval.snum = strtoll(sfyytext, NULL, 10); return SIGNEDNUMBER; }
H A Dclient6_token.l193 cpyylval.num = strtoll(cpyytext, NULL, 10);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/grabbag/
H A Dseektable.c29 /* There's no strtoll() in MSVC6 so we just write a specialized one */
113 const FLAC__int64 n = (FLAC__int64)strtoll(pt, &endptr, 10);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dbb_strtonum.c73 v = strtoll(arg, &endptr, base);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dserver6_token.l144 {number} { sfyylval.num = strtoll(sfyytext, NULL, 10); return NUMBER; }
145 {snum} { sfyylval.snum = strtoll(sfyytext, NULL, 10); return SIGNEDNUMBER; }
H A Dclient6_token.l193 cpyylval.num = strtoll(cpyytext, NULL, 10);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dstdlib.in.h604 _GL_FUNCDECL_SYS (strtoll, long long,
608 _GL_CXXALIAS_SYS (strtoll, long long,
610 _GL_CXXALIASWARN (strtoll);
612 # undef strtoll
614 _GL_WARN_ON_USE (strtoll, "strtoll is unportable - "
615 "use gnulib module strtoll for portability");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dplaylist.c106 plID = strtoll(result[i], NULL, 10);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/
H A Ddtc.c163 cmdline_boot_cpuid = strtoll(optarg, NULL, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dscanner.c83 objectID = strtoll(base+1, NULL, 16) + 1;
109 *parentID = strtoll(base+1, NULL, 16);
123 detailID = strtoll(result, NULL, 10);
127 detailID = GetFolderMetadata(item, NULL, artist, genre, (album_art ? strtoll(album_art, NULL, 10) : 0));
420 detailID = strtoll(result, NULL, 10);
H A Dplaylist.c135 plID = strtoll(result[i], NULL, 10);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dpseudo.c389 uid = strtoll(suid, &ptr, 10);
405 gid = strtoll(sgid, &ptr, 10);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/
H A Dreplace.h201 #define strtoll rep_strtoll macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dchannel_layout.c152 layout = strtoll(name, &end, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstrtol.c108 # define strtol strtoll
114 /* If QUAD is defined, we are defining `strtoll' or `strtoull',
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Devutil.c190 return (ev_int64_t)strtoll(s, endptr, base);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstrtol.c108 # define strtol strtoll
114 /* If QUAD is defined, we are defining `strtoll' or `strtoull',
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhttp.c368 s->off = strtoll(p, NULL, 10);
370 s->filesize = strtoll(slash+1, NULL, 10);
471 s->filesize = strtoll(p, NULL, 10);
515 s->icy_metaint = strtoll(p, NULL, 10);
898 s->chunksize = strtoll(line, NULL, 16);

Completed in 138 milliseconds

123