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

  /external/compiler-rt/test/asan/TestCases/Linux/
interception_test.cc 11 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/
interception_failure_test.cc 13 extern "C" long strtol(const char *nptr, char **endptr, int base) { function
21 return (int)strtol(x, 0, 10);
  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
NumericInt.c 7 - atoi: (int)strtol(nptr, (char **)NULL, 10)
8 - atol: strtol(nptr, (char **)NULL, 10)
33 - (int)strtol(nptr, (char **)NULL, 10)
63 - strtol(nptr, (char **)NULL, 10)
129 /** The strtol, strtoll, strtoul, and strtoull functions convert the initial
175 @return The strtol, strtoll, strtoul, and strtoull functions return the
184 strtol(const char * __restrict nptr, char ** __restrict endptr, int base) function
265 See the description for strtol for more information.
339 See the description for strtol for more information.
429 See the description for strtol for more information.
    [all...]
  /bionic/libc/bionic/
strtol.cpp 166 return strtol(s, nullptr, 10);
170 return strtol(s, nullptr, 10);
181 long strtol(const char* s, char** end, int base) { function
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
CrtWrapper.c 207 long strtol (const char *nptr, char **endptr, int base) function
210 // Null strtol() function implementation to satisfy the linker, since there is
  /external/compiler-rt/lib/asan/
asan_win_dll_thunk.cc 413 INTERCEPT_LIBRARY_FUNCTION(strtol); variable

Completed in 1245 milliseconds