Searched defs:category (Results 1 - 6 of 6) sorted by relevance
/ast/src/lib/libast/port/ |
H A D | mc.c | 52 * catalog==0 tests for category directory or file 57 mcfind(const char* locale, const char* catalog, int category, int nls, char* path, size_t size) argument 75 if ((category = lcindex(category, 1)) < 0) 77 if (!(lc = locale ? lcmake(locale) : locales[category])) 155 v = lc_categories[category].name; 169 if (category != AST_LC_MESSAGES && strneq(p, lc_messages, sizeof(lc_messages) - 1) && p[sizeof(lc_messages)-1] == '/') 190 if (s = pathpath(file, "", (!catalog && category == AST_LC_MESSAGES) ? PATH_READ : (PATH_REGULAR|PATH_READ|PATH_ABSOLUTE), path, size))
|
H A D | lc.c | 124 * return the internal category index for category 128 lcindex(int category, int min) argument 130 switch (category) 152 * return the first category table entry 162 * return the current info for category 166 lcinfo(register int category) argument 168 if ((category = lcindex(category, 0)) < 0) 170 return LCINFO(category); [all...] |
/ast/src/cmd/sortlib/glean/ |
H A D | glean.c | 33 "category. If the \bmin\b key sorts less than the current category " 34 "minimum or if the \bmax\b key sorts greater than the category maximum " 35 "then the category minimum or maximum is updated and the record is " 43 "category.]" 44 "[c:count?Precede each output record with its category index, " 45 "category count, and total record count.]" 91 Category_t* category; member in struct:Field_s 179 sfprintf(sfstdout, "%u/%I*u/%I*u ", f->category->index, sizeof(f->count), f->count, sizeof(f->total), f->total); 192 error(ERROR_SYSTEM|2, "out of space [category]"); [all...] |
/ast/src/lib/libast/comp/ |
H A D | setlocale.c | 154 native_setlocale(int category, const char* locale) argument 167 if (category == LC_MESSAGES) 169 sys = uwin_setlocale(category, usr); 171 sfprintf(sfstderr, "locale uwin %17s %-24s %-24s\n", lc_categories[lcindex(category, 0)].name, usr, sys); 2293 register int category = cp->internal; local 2305 if (!LCINFO(category)->data) 2316 LCINFO(category)->data = (void*)dp; 2384 default_setlocale(int category, const char* locale) argument 2396 return (locales[1]->flags & (1<<category)) ? locales[1]->name : locales[0]->name; 2411 _sys_setlocale(int category, cons argument 2433 single(int category, Lc_t* lc, unsigned int flags) argument 2674 _ast_setlocale(int category, const char* locale) argument [all...] |
/ast/lib/package/ |
H A D | package.mk | 31 * :CATEGORY: category-id ... 86 category = utils macro 318 category := $(>) macro 658 category: $(category:/\(.\).*/\1/U)$(category:/.\(.*\)/\1/L) 1177 category: $(category:/\(.\).*/\1/U)$(category:/.\(.*\)/\1/L)
|
/ast/src/cmd/INIT/ |
H A D | package.mk | 31 * :CATEGORY: category-id ... 86 category = utils macro 318 category := $(>) macro 658 category: $(category:/\(.\).*/\1/U)$(category:/.\(.*\)/\1/L) 1177 category: $(category:/\(.\).*/\1/U)$(category:/.\(.*\)/\1/L)
|
Completed in 46 milliseconds