Home
last modified time | relevance | path

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

/openbsd/lib/libc/stdlib/
H A Datoll.c34 atoll(const char *str) in atoll() function
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dread-rtl.c370 atoll (p) in atoll() function
/openbsd/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp321 INTERCEPTOR(long long, atoll, const char *nptr) { in INTERCEPTOR() argument
/openbsd/gnu/gcc/gcc/
H A Dread-rtl.c1092 atoll (const char *p) in atoll() function
/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp576 INTERCEPTOR(long long, atoll, const char *nptr) { in INTERCEPTOR() argument
/openbsd/gnu/usr.bin/perl/
H A Dperl.h7879 # define atoll _atoi64 /* secret handshake */ macro