Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/ctype/
Dmkcaseconv16 LC_ALL=C
17 export LC_ALL
/picolibc-latest/newlib/libc/locale/
Dgetlocalename_l.c56 if (category <= LC_ALL || category > LC_MESSAGES) in getlocalename_l()
Dlocale.c286 if (category < LC_ALL || category >= _LC_LAST) in setlocale()
293 return category != LC_ALL ? __get_global_locale ()->categories[category] in setlocale()
307 if (category == LC_ALL) in setlocale()
331 else if (category != LC_ALL) in setlocale()
400 if (category != LC_ALL) in setlocale()
Dnl_langinfo.c317 if (item > NL_LOCALE_NAME(LC_ALL) in nl_langinfo_l()
320 - NL_LOCALE_NAME(LC_ALL)]; in nl_langinfo_l()
/picolibc-latest/newlib/libc/include/
Dlocale.h48 #define LC_ALL 0 macro