Searched refs:_LC_LAST (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/tools/diag/localeck/
H A Dlocaleck.c40 } locales[_LC_LAST] = {
64 for (i = 0; i < _LC_LAST; i++) {
/freebsd-12-stable/lib/libc/locale/
H A Dsetlocale.c62 static const char categories[_LC_LAST][12] = {
75 static char current_categories[_LC_LAST][ENCODING_LEN + 1] = {
93 static char new_categories[_LC_LAST][ENCODING_LEN + 1];
94 static char saved_categories[_LC_LAST][ENCODING_LEN + 1];
96 static char current_locale_string[_LC_LAST * (ENCODING_LEN + 1/*"/"*/ + 1)];
108 if (category < LC_ALL || category >= _LC_LAST) {
119 for (i = 1; i < _LC_LAST; ++i)
127 for (i = 1; i < _LC_LAST; ++i) {
155 for (i = 1; i < _LC_LAST; ++i)
165 if (i == _LC_LAST)
[all...]
/freebsd-12-stable/include/
H A Dlocale.h75 #define _LC_LAST 7 /* marks end */ macro

Completed in 111 milliseconds