HomeSort by: relevance | last modified time | path
    Searched refs:_LC_LAST (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libc/compat/include/
locale.h 37 #define _LC_LAST 7 /* marks end */
  /src/distrib/utils/libhack/
setlocale.c 25 if (category < 0 || category >= _LC_LAST)
  /src/lib/libc/locale/
newlocale.c 47 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) {
generic_lc_all.c 58 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) {
setlocale_local.h 60 char query[_LOCALENAME_LEN_MAX * (_LC_LAST - 1)];
61 const char *part_name[_LC_LAST];
62 _locale_part_t part_impl[_LC_LAST];
setlocale.c 48 static _locale_set_t all_categories[_LC_LAST] = {
149 if (category >= LC_ALL && category < _LC_LAST)
  /src/include/
locale.h 76 #define _LC_LAST 7 /* marks end */

Completed in 14 milliseconds