Searched refs:LC_ALL (Results 1 – 5 of 5) sorted by relevance
16 LC_ALL=C17 export LC_ALL
56 if (category <= LC_ALL || category > LC_MESSAGES) in getlocalename_l()
286 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()
317 if (item > NL_LOCALE_NAME(LC_ALL) in nl_langinfo_l()320 - NL_LOCALE_NAME(LC_ALL)]; in nl_langinfo_l()
48 #define LC_ALL 0 macro