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

/external/compiler-rt/test/asan/TestCases/Linux/
H A Dinterception_test.cc11 extern "C" long strtol(const char *nptr, char **endptr, int base) { function
19 return (int)strtol(x, 0, 10);
/external/compiler-rt/test/asan/TestCases/
H A Dinterception_failure_test.cc12 extern "C" long strtol(const char *nptr, char **endptr, int base) { function
20 return (int)strtol(x, 0, 10);
/external/valgrind/coregrind/m_gdbserver/
H A Dserver.h149 /* strtol and strtoul supports base 16 or else assumes it is base 10 */
150 #define strtol(s,r,b) ((b) == 16 ? \ macro
/external/bison/lib/
H A 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 wcstou macro
93 # define strtol macro
95 # define strtol macro
101 # define strtol macro
103 # define strtol macro
107 # define strtol macro
238 INTERNAL (strtol) (const STRING_TYPE *nptr, STRING_TYPE **endptr, function
429 strtol (const STRING_TYPE *nptr, STRING_TYPE **endptr, function
[all...]
/external/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cc388 INTERCEPT_LIBRARY_FUNCTION(strtol); variable

Completed in 395 milliseconds