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

/netbsd-6-1-5-RELEASE/lib/libc/compat/include/
H A Dlocale.h37 #define _LC_LAST 7 /* marks end */ macro
/netbsd-6-1-5-RELEASE/lib/libc/locale/
H A Dsetlocale_local.h53 char query[_LOCALENAME_LEN_MAX * (_LC_LAST - 1)];
54 const char *part_name[_LC_LAST];
55 _locale_part_t part_impl[_LC_LAST];
H A Dgeneric_lc_all.c57 char head[_LOCALENAME_LEN_MAX * (_LC_LAST - 1)], *tail;
58 const char *tokens[_LC_LAST], *s, *t;
69 for (i = 2; i < _LC_LAST; ++i)
73 for (i = 2; i < _LC_LAST - 1; ++i) {
80 tokens[_LC_LAST - 1] = (const char *)tail;
91 for (i = 2, j = 0; i < _LC_LAST; ++i) {
H A Dsetlocale.c103 if (category >= LC_ALL && category < _LC_LAST) {
/netbsd-6-1-5-RELEASE/distrib/utils/libhack/
H A Dsetlocale.c25 if (category < 0 || category >= _LC_LAST)
/netbsd-6-1-5-RELEASE/include/
H A Dlocale.h74 #define _LC_LAST 7 /* marks end */ macro

Completed in 53 milliseconds