Home
last modified time | relevance | path

Searched defs:atoll (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/lib/libc/stdlib/
H A Datoll.c53 __weak_alias(atoll, _atoll) in __weak_alias() argument
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_interceptors.cpp540 INTERCEPTOR(long long, atoll, const char *nptr) { in INTERCEPTOR() argument
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_interceptors.cc553 INTERCEPTOR(long long, atoll, const char *nptr) { // NOLINT in INTERCEPTOR() argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_interceptors.cc550 INTERCEPTOR(long long, atoll, const char *nptr) { // NOLINT in INTERCEPTOR() argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dread-rtl.c1012 atoll (const char *p) in atoll() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dread-rtl.cc157 atoll (const char *p) in atoll() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.gperf482 atoll, 99 keyword
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.gperf482 atoll, 99 keyword
/netbsd-src/lib/libc/include/
H A Dnamespace.h217 #define atoll _atoll macro