Home
last modified time | relevance | path

Searched refs:LCTRANS_CUR (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/src/network/
Dgai_strerror.c24 return LCTRANS_CUR(s); in gai_strerror()
Dhstrerror.c17 return LCTRANS_CUR(s); in hstrerror()
/third_party/musl/src/regex/
Dregerror.c35 s = LCTRANS_CUR(s); in regerror()
/third_party/musl/src/internal/
Dlocale_impl.h35 #define LCTRANS_CUR(msg) __lctrans_cur(msg) macro
/third_party/musl/porting/uniproton/kernel/src/internal/
Dlocale_impl.h36 #define LCTRANS_CUR(msg) __lctrans_cur(msg) macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dlocale_impl.h35 #define LCTRANS_CUR(msg) __lctrans_cur(msg) macro
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dlocale_impl.h36 #define LCTRANS_CUR(msg) __lctrans_cur(msg) macro
/third_party/musl/porting/linux/user/src/internal/
Dlocale_impl.h38 #define LCTRANS_CUR(msg) __lctrans_cur(msg) macro
/third_party/musl/src/string/
Dstrsignal.c125 return (char *)LCTRANS_CUR(s); in strsignal()