Home
last modified time | relevance | path

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

/bionic/libc/include/android/
Dlegacy_stdlib_inlines.h49 static __inline long strtol_l(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, int … in strtol_l() function
/bionic/libc/bionic/
Dstdlib_l.cpp40 long strtol_l(const char* s, char** end_ptr, int base, locale_t) { in strtol_l() function