Home
last modified time | relevance | path

Searched refs:atoll (Results 1 – 25 of 45) sorted by relevance

12

/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cstdlib.h130 #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 Dstd_cstdlib.h155 #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 DMakefile.inc6 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 Datoll.c34 atoll(const char *str) in atoll() function
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/
H A Dstdlib.h43 using std::tr1::atoll;
H A Dcstdlib59 using std::atoll;
/openbsd/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp321 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 Dasan_interceptors.cpp576 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 Daix52.h187 extern long long int atoll(const char *);
/openbsd/gnu/llvm/libcxx/include/
H A Dcstdlib37 long long atoll(const char* nptr); // C99
110 using ::atoll _LIBCPP_USING_IF_EXISTS;
/openbsd/lib/libutil/
H A Dpasswd.c426 pw->pw_change = atoll(p); in pw_scan()
431 pw->pw_expire = atoll(p); in pw_scan()
/openbsd/lib/libc/hidden/
H A Dstdlib.h69 PROTO_STD_DEPRECATED(atoll);
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dread-rtl.c370 atoll (p) in atoll() function
732 tmp_wide = atoll (tmp_char);
H A Dconfig.in99 /* Define if you have the atoll function. */
/openbsd/include/
H A Dstdlib.h214 atoll(const char *);
/openbsd/gnu/gcc/gcc/
H A Dread-rtl.c1089 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 Dasan_str_test.cpp583 Ident(atoll(nptr)); in CallAtoll()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D50080004 atoll # Z added by devel/scanprov
/openbsd/lib/libc/
H A DSymbols.list1514 atoll
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def887 /// 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 Dperlclib.pod413 atoll() grantpt() setpwent_r()
679 atoll() getspent() res_nsearch()
/openbsd/usr.sbin/user/
H A Duser.c983 *tp = (time_t)atoll(s); in scantime()
/openbsd/gnu/usr.bin/perl/
H A Dperl.h7937 # define atoll _atoi64 /* secret handshake */ macro
7939 # define Atol atoll
/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DCSymbolMap.inc244 SYMBOL(atoll, None, <stdlib.h>)
H A DStdSymbolMap.inc99 SYMBOL(atoll, std::, <cstdlib>)

12