Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/include/
Dlocale.h49 #define LC_ALL 0 macro
61 #define LC_ALL_MASK (1 << LC_ALL)
/picolibc-3.7.0-3.6.0/newlib/libc/ctype/
Dmkcaseconv16 LC_ALL=C
17 export LC_ALL
/picolibc-3.7.0-3.6.0/newlib/libc/locale/
Dlocale.c308 if (category < LC_ALL || category >= _LC_LAST) in setlocale()
315 return category != LC_ALL ? __get_global_locale ()->categories[category] in setlocale()
329 if (category == LC_ALL) in setlocale()
353 else if (category != LC_ALL) in setlocale()
409 if (category != LC_ALL) in setlocale()
Dnl_langinfo.c376 if (item > NL_LOCALE_NAME(LC_ALL) in nl_langinfo_l()
379 - NL_LOCALE_NAME(LC_ALL)]; in nl_langinfo_l()