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

/macosx-10.10.1/Libc-1044.1.2/include/
H A Dlocale.h50 #define _LC_LAST 7 /* marks end */ macro
/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dsetlocale.c62 static const char * const categories[_LC_LAST] = {
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];
111 if (category < LC_ALL || category >= _LC_LAST) {
124 for (i = 1; i < _LC_LAST; ++i)
132 for (i = 1; i < _LC_LAST; ++i) {
160 for (i = 1; i < _LC_LAST; ++i)
170 if (i == _LC_LAST)
185 while (i < _LC_LAST) {
[all...]

Completed in 77 milliseconds