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

  /external/compiler-rt/test/asan/TestCases/Linux/
interception_failure_test.cc 11 extern "C" long strtol(const char *nptr, char **endptr, int base) { function
19 return (int)strtol(x, 0, 10);
interception_test.cc 11 extern "C" long strtol(const char *nptr, char **endptr, int base) { function
19 return (int)strtol(x, 0, 10);
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
strtol.c 1 /* $OpenBSD: strtol.c,v 1.9 2013/04/17 17:40:35 tedu Exp $ */
44 strtol(const char *nptr, char **endptr, int base) function
  /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/compiler-rt/lib/asan/
asan_dll_thunk.cc 326 INTERCEPT_LIBRARY_FUNCTION(strtol); variable
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 607 /// long int strtol(const char *nptr, char **endptr, int base);
608 strtol, enumerator in enum:llvm::LibFunc::Func
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js 110964 function strtol(sp) function
    [all...]

Completed in 203 milliseconds