Home
last modified time | relevance | path

Searched defs:Strtol (Results 1 – 2 of 2) sorted by relevance

/external/libedit/src/
Dchartype.h110 #define Strtol(p,e,b) wcstol(p,e,b) macro
165 #define Strtol(p,e,b) strtol(p,e,b) macro
/external/compiler-rt/lib/asan/tests/
Dasan_str_test.cc552 void RunStrtolOOBTest(PointerToCallStrtol Strtol) { in RunStrtolOOBTest()