Home
last modified time | relevance | path

Searched defs:strtol (Results 1 – 5 of 5) sorted by relevance

/external/bison/lib/
Dstrtol.c57 # define strtol __wcstoull_l macro
59 # define strtol __wcstoul_l macro
63 # define strtol __strtoull_l macro
65 # define strtol __strtoul_l macro
71 # define strtol __wcstoll_l macro
73 # define strtol __wcstol_l macro
77 # define strtol __strtoll_l macro
79 # define strtol __strtol_l macro
87 # define strtol wcstoull macro
89 # define strtol wcstoul macro
[all …]
/external/compiler-rt/test/asan/TestCases/
Dinterception_failure_test.cc13 extern "C" long strtol(const char *nptr, char **endptr, int base) { in strtol() function
/external/compiler-rt/test/asan/TestCases/Linux/
Dinterception_test.cc11 extern "C" long strtol(const char *nptr, char **endptr, int base) { in strtol() function
/external/valgrind/coregrind/m_gdbserver/
Dserver.h150 #define strtol(s,r,b) ((b) == 16 ? \ macro
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc623 INTERCEPTOR(long, strtol, const char *nptr, // NOLINT in INTERCEPTOR() argument