Home
last modified time | relevance | path

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

/bionic/libc/include/android/
Dlegacy_stdlib_inlines.h74 static __inline void srand(unsigned int __s) { srand48(__s); } in srand()
78 static __inline void srandom(unsigned int __s) { srand48(__s); } in srandom()
95 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()