Home
last modified time | relevance | path

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

/bionic/libc/include/android/
Dlegacy_stdlib_inlines.h95 static __inline double strtod_l(const char* __s, char** __end_ptr, locale_t __l) { in strtod_l()
99 static __inline float strtof_l(const char* __s, char** __end_ptr, locale_t __l) { in strtof_l()
103 static __inline long strtol_l(const char* __s, char** __end_ptr, int __base, locale_t __l) { in strtol_l()