Searched defs:categories (Results 1 - 7 of 7) sorted by relevance
| /illumos-gate/usr/src/lib/libresolv2/common/isc/ |
| H A D | logging_p.h | 54 log_channel_list *categories; member in struct:log_context
|
| /illumos-gate/usr/src/cmd/lvm/metassist/common/ |
| H A D | volume_dlist.c | 405 * 1. Sort similar items into categories. Two elements are considered 427 dlist_t **categories = NULL; local 434 * First, sort like items into categories, according to 444 categories = (dlist_t **)realloc( 445 categories, ++ncategories * sizeof (dlist_t *)); 446 categories[ncategories - 1] = item; 483 nelements = dlist_length(categories[i]); 492 max_elements = dlist_length(categories[lastcat]); 499 item = categories[curcat]; 500 categories[curca [all...] |
| /illumos-gate/usr/src/cmd/localedef/ |
| H A D | parser.y | 143 localedef : setting_list categories 144 | categories 206 categories : categories category label
|
| H A D | scanner.c | 188 static int categories[] = { variable 522 * of the normal categories. 603 for (j = 0; categories[j]; j++) { 604 if (categories[j] != last_kw)
|
| /illumos-gate/usr/src/lib/libc/port/locale/ |
| H A D | localeimpl.c | 135 static char *categories[7] = { variable 336 env = getenv(categories[LC_ALL]); 340 env = getenv(categories[category]);
|
| /illumos-gate/usr/src/cmd/iconv/ |
| H A D | scanner.c | 92 static int categories[] = { variable 374 * of the normal categories. 438 for (j = 0; categories[j]; j++) { 439 if (categories[j] != last_kw)
|
| /illumos-gate/usr/src/lib/libdhcputil/common/ |
| H A D | dhcp_inittab.c | 102 * input: uchar_t: the categories the consumer is interested in 110 inittab_load(uchar_t categories, char consumer, size_t *n_entries) argument 112 return (inittab_lookup(categories, consumer, NULL, -1, n_entries)); 118 * input: int: the categories the consumer is interested in 126 inittab_getbyname(uchar_t categories, char consumer, const char *name) argument 128 return (inittab_lookup(categories, consumer, name, -1, NULL)); 134 * input: uchar_t: the categories the consumer is interested in 142 inittab_getbycode(uchar_t categories, char consumer, uint16_t code) argument 144 return (inittab_lookup(categories, consumer, NULL, code, NULL)); 150 * input: uchar_t: the categories th 162 inittab_lookup(uchar_t categories, char consumer, const char *name, int32_t code, size_t *n_entriesp) argument [all...] |
Completed in 88 milliseconds