HomeSort by relevance Sort by last modified time
    Searched defs:strtol (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/lib/asan/lit_tests/Linux/
interception_failure_test.cc 15 extern "C" long strtol(const char *nptr, char **endptr, int base) { function
23 return (int)strtol(x, 0, 10);
interception_test.cc 15 extern "C" long strtol(const char *nptr, char **endptr, int base) { function
23 return (int)strtol(x, 0, 10);
  /bionic/libc/stdlib/
strtol.c 1 /* $OpenBSD: strtol.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */
44 strtol(const char *nptr, char **endptr, int base) function
  /external/valgrind/main/coregrind/m_gdbserver/
server.h 146 /* strtol and strtoul supports base 16 or else assumes it is base 10 */
147 #define strtol(s,r,b) ((b) == 16 ? \ macro
  /external/bison/lib/
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 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/llvm/include/llvm/Target/
TargetLibraryInfo.h 554 /// long int strtol(const char *nptr, char **endptr, int base);
555 strtol, enumerator in enum:llvm::LibFunc::Func

Completed in 194 milliseconds