Home
last modified time | relevance | path

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

/aosp12/bionic/libc/bionic/
H A Dstdlib_l.cpp40 long strtol_l(const char* s, char** end_ptr, int base, locale_t) { in strtol_l() function
/aosp12/bionic/libc/include/android/
H A Dlegacy_stdlib_inlines.h106 static __inline long strtol_l(const char* __s, char** __end_ptr, int __base, locale_t __l) { in strtol_l() function