Searched refs:_LC_LAST (Results 1 – 3 of 3) sorted by relevance
56 static const char categories[_LC_LAST][12] = {69 static char current_categories[_LC_LAST][ENCODING_LEN + 1] = {87 static char new_categories[_LC_LAST][ENCODING_LEN + 1];88 static char saved_categories[_LC_LAST][ENCODING_LEN + 1];90 static char current_locale_string[_LC_LAST * (ENCODING_LEN + 1/*"/"*/ + 1)];102 if (category < LC_ALL || category >= _LC_LAST) { in setlocale()113 for (i = 1; i < _LC_LAST; ++i) in setlocale()121 for (i = 1; i < _LC_LAST; ++i) { in setlocale()149 for (i = 1; i < _LC_LAST; ++i) in setlocale()159 if (i == _LC_LAST) in setlocale()[all …]
38 } locales[_LC_LAST] = {62 for (i = 0; i < _LC_LAST; i++) { in main()
72 #define _LC_LAST 7 /* marks end */ macro