Searched defs:strtol (Results 1 – 6 of 6) sorted by relevance
| /external/bison/lib/ |
| D | strtol.c | 57 # 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/Linux/ |
| D | interception_test.cc | 11 extern "C" long strtol(const char *nptr, char **endptr, int base) { in strtol() function
|
| D | interception_failure_test.cc | 11 extern "C" long strtol(const char *nptr, char **endptr, int base) { in strtol() function
|
| /external/valgrind/main/coregrind/m_gdbserver/ |
| D | server.h | 152 #define strtol(s,r,b) ((b) == 16 ? \ macro
|
| /external/compiler-rt/lib/asan/ |
| D | asan_interceptors.cc | 595 INTERCEPTOR(long, strtol, const char *nptr, // NOLINT in INTERCEPTOR() argument
|
| /external/llvm/include/llvm/Target/ |
| D | TargetLibraryInfo.h | 608 strtol, enumerator
|