Home
last modified time | relevance | path

Searched refs:LCTRANS (Results 1 - 11 of 11) sorted by relevance

/third_party/musl/porting/uniproton/kernel/src/locale/
H A Dlanginfo.c63 if (cat != LC_NUMERIC && *str) str = LCTRANS(str, cat, loc); in __nl_langinfo_l()
/third_party/musl/porting/linux/user/src/locale/
H A Dlanginfo.c92 str = LCTRANS(str, cat, loc); in __nl_langinfo_l()
/third_party/musl/porting/liteos_a/kernel/src/locale/
H A Dlanginfo.c63 if (cat != LC_NUMERIC && *str) str = LCTRANS(str, cat, loc); in __nl_langinfo_l()
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dlocale_impl.h35 #define LCTRANS(msg, lc, loc) __lctrans(msg, (loc)->cat[(lc)]) macro
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dlocale_impl.h35 #define LCTRANS(msg, lc, loc) __lctrans(msg, (loc)->cat[(lc)]) macro
/third_party/musl/porting/liteos_m/kernel/src/locale/
H A Dlanginfo.c63 if (cat != LC_NUMERIC && *str) str = LCTRANS(str, cat, loc); in __nl_langinfo_l()
/third_party/musl/src/errno/
H A Dstrerror.c39 return (char *)LCTRANS(s, LC_MESSAGES, loc); in __strerror_l()
/third_party/musl/porting/linux/user/src/internal/
H A Dlocale_impl.h37 #define LCTRANS(msg, lc, loc) __lctrans(msg, (loc)->cat[(lc)]) macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dlocale_impl.h34 #define LCTRANS(msg, lc, loc) __lctrans(msg, (loc)->cat[(lc)]) macro
/third_party/musl/src/locale/
H A Dlanginfo.c66 if (cat != LC_NUMERIC && *str) str = LCTRANS(str, cat, loc); in __nl_langinfo_l()
/third_party/musl/src/internal/
H A Dlocale_impl.h140 #define LCTRANS(msg, lc, loc) __lctrans(msg, (loc)->cat[(lc)]) macro

Completed in 3 milliseconds