| /src/tests/libexec/ld.elf_so/ |
| h_ifunc.c | 48 return ifunc() != atoll(argv[1]);
|
| /src/lib/libc/stdlib/ |
| atoll.c | 1 /* $NetBSD: atoll.c,v 1.6 2012/06/25 22:32:45 abs Exp $ */ 41 __RCSID("$NetBSD: atoll.c,v 1.6 2012/06/25 22:32:45 abs Exp $"); 53 __weak_alias(atoll, _atoll) 60 atoll(const char *str)
|
| Makefile.inc | 8 a64l.c abort.c atexit.c atof.c atoi.c atol.c atoll.c \ 46 MAN+= a64l.3 abort.3 abs.3 alloca.3 atexit.3 atof.3 atoi.3 atol.3 atoll.3 \
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
| stdlib.h | 40 using std::tr1::atoll;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
| stdlib.h | 38 using std::tr1::atoll;
|
| /src/tests/lib/csu/ |
| h_ifunc_static.c | 70 return atoll(argv[1]) != ifunc();
|
| /src/tests/lib/libc/stdlib/ |
| t_atoi.c | 98 "Test that atoll(3) matches the corresponding strtoll(3) call"); 107 ATF_REQUIRE(atoll("0") == strtoll("0", NULL, 10)); 108 ATF_REQUIRE(atoll("-1") == strtoll("-1", NULL, 10)); 109 ATF_REQUIRE(atoll(buf) == strtoll(buf, NULL, 10));
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| aix53.h | 171 extern long long int atoll(const char *);
|
| aix52.h | 170 extern long long int atoll(const char *);
|
| aix71.h | 257 extern long long int atoll(const char *);
|
| aix72.h | 258 extern long long int atoll(const char *);
|
| aix73.h | 259 extern long long int atoll(const char *);
|
| /src/external/bsd/zstd/dist/contrib/seekable_format/examples/ |
| seekable_decompression.c | 135 off_t const startOffset = atoll(argv[2]); 136 off_t const endOffset = atoll(argv[3]);
|
| seekable_decompression_mem.c | 141 off_t const startOffset = atoll(argv[2]); 142 off_t const endOffset = atoll(argv[3]);
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| aix71.h | 260 extern long long int atoll(const char *);
|
| aix72.h | 259 extern long long int atoll(const char *);
|
| aix73.h | 260 extern long long int atoll(const char *);
|
| /src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| asan_win_dll_thunk.cpp | 68 INTERCEPT_LIBRARY_FUNCTION(atoll); variable
|
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_interceptors.cc | 550 INTERCEPTOR(long long, atoll, const char *nptr) { // NOLINT 552 ASAN_INTERCEPTOR_ENTER(ctx, atoll); 555 return REAL(atoll)(nptr); 609 ASAN_INTERCEPT_FUNC(atoll);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| asan_interceptors.cpp | 540 INTERCEPTOR(long long, atoll, const char *nptr) { 542 ASAN_INTERCEPTOR_ENTER(ctx, atoll); 545 return REAL(atoll)(nptr); 639 ASAN_INTERCEPT_FUNC(atoll);
|
| /src/external/mpl/dhcp/dist/keama/ |
| json.c | 51 elem = createInt(atoll(val));
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| stdlib.in.h | 252 _GL_FUNCDECL_SYS (atoll, long long, (const char *string) 256 _GL_CXXALIAS_SYS (atoll, long long, (const char *string)); 257 _GL_CXXALIASWARN (atoll); 259 # undef atoll 261 _GL_WARN_ON_USE (atoll, "atoll is unportable - " 262 "use gnulib module atoll for portability");
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| stdlib.in.h | 252 _GL_FUNCDECL_SYS (atoll, long long, (const char *string) 256 _GL_CXXALIAS_SYS (atoll, long long, (const char *string)); 257 _GL_CXXALIASWARN (atoll); 259 # undef atoll 261 _GL_WARN_ON_USE (atoll, "atoll is unportable - " 262 "use gnulib module atoll for portability");
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/ |
| stdlib.d | 111 long atoll(scope const char* nptr);
|
| /src/include/ |
| stdlib.h | 216 long long int atoll(const char *);
|