Home
last modified time | relevance | path

Searched refs:_NL_LOCALE_NAME (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/
Dlanginfo.h80 #define _NL_LOCALE_NAME(cat) (((cat)<<16) | 0xffff) macro
83 #define NL_LOCALE_NAME(cat) _NL_LOCALE_NAME(cat)
/third_party/musl/porting/linux/user/include/
Dlanginfo.h83 #define _NL_LOCALE_NAME(cat) (((cat)<<16) | 0xffff) macro
86 #define NL_LOCALE_NAME(cat) _NL_LOCALE_NAME(cat)
/third_party/musl/porting/liteos_a/kernel/include/
Dlanginfo.h80 #define _NL_LOCALE_NAME(cat) (((cat)<<16) | 0xffff) macro
83 #define NL_LOCALE_NAME(cat) _NL_LOCALE_NAME(cat)
/third_party/musl/porting/uniproton/kernel/include/
Dlanginfo.h80 #define _NL_LOCALE_NAME(cat) (((cat)<<16) | 0xffff) macro
83 #define NL_LOCALE_NAME(cat) _NL_LOCALE_NAME(cat)
/third_party/musl/include/
Dlanginfo.h83 #define _NL_LOCALE_NAME(cat) (((cat)<<16) | 0xffff) macro
86 #define NL_LOCALE_NAME(cat) _NL_LOCALE_NAME(cat)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dlanginfo.h80 #define _NL_LOCALE_NAME(cat) (((cat)<<16) | 0xffff) macro
83 #define NL_LOCALE_NAME(cat) _NL_LOCALE_NAME(cat)
/third_party/musl/src/locale/
Dcatopen.c41 lang = oflag ? nl_langinfo(_NL_LOCALE_NAME(LC_MESSAGES)) : getenv("LANG"); in catopen()
/third_party/musl/
DWHATSNEW1789 - added _NL_LOCALE_NAME extension to nl_langinfo