/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/ |
H A D | std_cstdlib.h | 130 #undef atoll 165 extern "C" long long int (atoll)(const char *); 172 using ::atoll; 192 using __gnu_cxx::atoll;
|
/openbsd/gnu/gcc/libstdc++-v3/include/c_std/ |
H A D | std_cstdlib.h | 155 #undef atoll 187 extern "C" long long int (atoll)(const char *); 194 using ::atoll; 215 using ::__gnu_cxx::atoll;
|
/openbsd/lib/libc/stdlib/ |
H A D | Makefile.inc | 6 SRCS+= a64l.c abort.c atexit.c atoi.c atof.c atol.c atoll.c bsearch.c \ 28 MAN+= a64l.3 abort.3 abs.3 alloca.3 atexit.3 atof.3 atoi.3 atol.3 atoll.3 \
|
H A D | atoll.c | 34 atoll(const char *str) in atoll() function
|
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/ |
H A D | stdlib.h | 43 using std::tr1::atoll;
|
H A D | cstdlib | 59 using std::atoll;
|
/openbsd/gnu/llvm/compiler-rt/lib/memprof/ |
H A D | memprof_interceptors.cpp | 321 INTERCEPTOR(long long, atoll, const char *nptr) { in INTERCEPTOR() argument 323 MEMPROF_INTERCEPTOR_ENTER(ctx, atoll); in INTERCEPTOR() 352 MEMPROF_INTERCEPT_FUNC(atoll); in InitializeMemprofInterceptors()
|
/openbsd/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_interceptors.cpp | 576 INTERCEPTOR(long long, atoll, const char *nptr) { in INTERCEPTOR() argument 578 ASAN_INTERCEPTOR_ENTER(ctx, atoll); in INTERCEPTOR() 581 return REAL(atoll)(nptr); in INTERCEPTOR() 675 ASAN_INTERCEPT_FUNC(atoll); in InitializeAsanInterceptors()
|
/openbsd/gnu/gcc/gcc/config/rs6000/ |
H A D | aix52.h | 187 extern long long int atoll(const char *);
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | cstdlib | 37 long long atoll(const char* nptr); // C99 110 using ::atoll _LIBCPP_USING_IF_EXISTS;
|
/openbsd/lib/libutil/ |
H A D | passwd.c | 426 pw->pw_change = atoll(p); in pw_scan() 431 pw->pw_expire = atoll(p); in pw_scan()
|
/openbsd/lib/libc/hidden/ |
H A D | stdlib.h | 69 PROTO_STD_DEPRECATED(atoll);
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | read-rtl.c | 370 atoll (p) in atoll() function 732 tmp_wide = atoll (tmp_char);
|
H A D | config.in | 99 /* Define if you have the atoll function. */
|
/openbsd/include/ |
H A D | stdlib.h | 214 atoll(const char *);
|
/openbsd/gnu/gcc/gcc/ |
H A D | read-rtl.c | 1089 HOST_WIDE_INT atoll (const char *); 1092 atoll (const char *p) in atoll() function 1677 tmp_wide = atoll (tmp_char); in read_rtx_1()
|
/openbsd/gnu/llvm/compiler-rt/lib/asan/tests/ |
H A D | asan_str_test.cpp | 583 Ident(atoll(nptr)); in CallAtoll()
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5008000 | 4 atoll # Z added by devel/scanprov
|
/openbsd/lib/libc/ |
H A D | Symbols.list | 1514 atoll
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 887 /// long long atoll(const char *nptr); 888 TLI_DEFINE_ENUM_INTERNAL(atoll) 889 TLI_DEFINE_STRING_INTERNAL("atoll")
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlclib.pod | 413 atoll() grantpt() setpwent_r() 679 atoll() getspent() res_nsearch()
|
/openbsd/usr.sbin/user/ |
H A D | user.c | 983 *tp = (time_t)atoll(s); in scantime()
|
/openbsd/gnu/usr.bin/perl/ |
H A D | perl.h | 7937 # define atoll _atoi64 /* secret handshake */ macro 7939 # define Atol atoll
|
/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/ |
H A D | CSymbolMap.inc | 244 SYMBOL(atoll, None, <stdlib.h>)
|
H A D | StdSymbolMap.inc | 99 SYMBOL(atoll, std::, <cstdlib>)
|