Searched refs:_LC_LAST (Results 1 - 7 of 7) sorted by path

/netbsd-current/distrib/utils/libhack/
H A Dsetlocale.c25 if (category < 0 || category >= _LC_LAST)
/netbsd-current/include/
H A Dlocale.h76 #define _LC_LAST 7 /* marks end */ macro
/netbsd-current/lib/libc/locale/
H A Dsetlocale.c48 static _locale_set_t all_categories[_LC_LAST] = {
141 if (category >= LC_ALL && category < _LC_LAST)
H A Dsetlocale_local.h56 char query[_LOCALENAME_LEN_MAX * (_LC_LAST - 1)];
57 const char *part_name[_LC_LAST];
58 _locale_part_t part_impl[_LC_LAST];
H A Dgeneric_lc_all.c58 char head[_LOCALENAME_LEN_MAX * (_LC_LAST - 1)], *tail;
59 const char *tokens[_LC_LAST], *s, *t;
70 for (i = 2; i < _LC_LAST; ++i)
74 for (i = 2; i < _LC_LAST - 1; ++i) {
81 tokens[_LC_LAST - 1] = (const char *)tail;
92 for (i = 2, j = 0; i < _LC_LAST; ++i) {
H A Dnewlocale.c47 char head[_LOCALENAME_LEN_MAX * (_LC_LAST - 1)], *tail;
48 const char *tokens[_LC_LAST - 1];
50 int i, howmany, categories[_LC_LAST - 1];
67 for (i = 1; i < _LC_LAST; ++i) {
77 for (i = 1; i < _LC_LAST; ++i) {
/netbsd-current/lib/libc/compat/include/
H A Dlocale.h37 #define _LC_LAST 7 /* marks end */ macro

Completed in 284 milliseconds