Home
last modified time | relevance | path

Searched refs:__strerror_l (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/errno/
Dstrerror.c16 char *__strerror_l(int e, locale_t loc) in __strerror_l() function
28 return __strerror_l(e, CURRENT_LOCALE); in strerror()
31 weak_alias(__strerror_l, strerror_l);
/third_party/musl/porting/liteos_m/kernel/src/errno/
Dstrerror.c16 char *__strerror_l(int e, locale_t loc) in __strerror_l() function
33 return __strerror_l(e, NULL); in strerror()
36 weak_alias(__strerror_l, strerror_l);
/third_party/musl/porting/uniproton/kernel/src/errno/
Dstrerror.c16 char *__strerror_l(int e, locale_t loc) in __strerror_l() function
33 return __strerror_l(e, NULL); in strerror()
36 weak_alias(__strerror_l, strerror_l);
/third_party/musl/src/errno/
Dstrerror.c16 char *__strerror_l(int e, locale_t loc) in __strerror_l() function
33 return __strerror_l(e, CURRENT_LOCALE); in strerror()
36 weak_alias(__strerror_l, strerror_l);
/third_party/musl/
Dlibc.map.txt221 __strerror_l;