| /src/lib/libc/locale/ |
| nl_langinfo.c | 180 int category; local 186 category = langinfo_category[item]; 187 if (category == 0) 191 memcpy(&s, (char *)loc->part_impl[category] + offset, sizeof(s));
|
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| setlocale.c | 26 /* Return string representation of locale CATEGORY. */ 28 category_to_name (int category) 32 switch (category) 88 setlocale (int category, SETLOCALE_CONST char *locale) 94 int category; member in struct:list 109 if (category == LC_ALL) 124 if (category == facetp->category) 133 facetp->category = category; [all...] |
| /src/crypto/external/apache2/openssl/dist/test/testutil/ |
| testutil_init.c | 23 int category, int cmd, void *vdata) 37 hex, OSSL_trace_get_category_name(category)); 70 static void setup_trace_category(int category) 76 if (OSSL_trace_enabled(category)) 87 || OSSL_trace_set_callback(category, internal_trace_cb, 93 "warning: unable to setup trace callback for category '%s'.\n", 94 OSSL_trace_get_category_name(category)); 97 OSSL_trace_set_callback(category, NULL, NULL); 121 int category = OSSL_trace_get_category_num(item); local 123 if (category == OSSL_TRACE_CATEGORY_ALL) [all...] |
| /src/crypto/external/bsd/openssl/dist/test/testutil/ |
| testutil_init.c | 23 int category, int cmd, void *vdata) 37 hex, OSSL_trace_get_category_name(category)); 70 static void setup_trace_category(int category) 76 if (OSSL_trace_enabled(category)) 87 || OSSL_trace_set_callback(category, internal_trace_cb, 92 "warning: unable to setup trace callback for category '%s'.\n", 93 OSSL_trace_get_category_name(category)); 95 OSSL_trace_set_callback(category, NULL, NULL); 119 int category = OSSL_trace_get_category_num(item); local 121 if (category == OSSL_TRACE_CATEGORY_ALL) [all...] |
| /src/external/apache2/llvm/dist/clang/tools/libclang/ |
| CXLoadedDiagnostic.h | 26 severity(0), category(0) {} 42 /// Return the category of the diagnostic. 45 /// Return the category string of the diagnostic. 89 unsigned category; member in class:clang::CXLoadedDiagnostic
|
| /src/external/bsd/kyua-cli/dist/cli/ |
| cmd_help.cpp | 114 const std::string& category = (*iter).first; local 118 category, text::table(2))); 119 text::table& table = command_tables.find(category)->second; 148 const std::string& category = (*iter).first; local 151 (category.empty() ? "Generic" : category)); 152 ui->out_table(command_tables.find(category)->second, formatter, " ");
|
| /src/usr.bin/mklocale/ |
| mklocaledb.c | 230 const category_t *category = NULL; local 243 category = &lc_monetary; 245 category = &lc_numeric; 247 category = &lc_time; 249 category = &lc_messages; 256 if (_db_factory_add32_by_s(df, category->vers_sym, category->version)) 258 token = &category->tokens[0]; 276 if (_db_factory_serialize(df, category->magic, &r))
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| openssl.c | 107 int category, int cmd, void *vdata) 126 OSSL_trace_get_category_name(category)); 167 static void setup_trace_category(int category) 173 if (OSSL_trace_enabled(category)) 183 || OSSL_trace_set_callback(category, internal_trace_cb, 189 "warning: unable to setup trace callback for category '%s'.\n", 190 OSSL_trace_get_category_name(category)); 192 OSSL_trace_set_callback(category, NULL, NULL); 216 int category = OSSL_trace_get_category_num(item); local 218 if (category == OSSL_TRACE_CATEGORY_ALL) [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/ |
| trace.c | 61 int category; member in struct:trace_data_st 69 size_t cnt = ctx->callback(buf, num, ctx->category, OSSL_TRACE_CTRL_WRITE, 94 ctx->callback("", 0, ctx->category, cmd, ctx->data); 178 /* We use one trace channel for each trace category */ 199 static int trace_attach_cb(int category, int type, const void *data) 203 OSSL_TRACE2(TRACE, "Attach channel %p to category '%s'\n", 204 data, trace_categories[category].name); 207 OSSL_TRACE2(TRACE, "Attach prefix \"%s\" to category '%s'\n", 208 (const char *)data, trace_categories[category].name); 211 OSSL_TRACE2(TRACE, "Attach suffix \"%s\" to category '%s'\n" 344 int category; local [all...] |
| /src/crypto/external/bsd/openssl/dist/apps/ |
| openssl.c | 105 int category, int cmd, void *vdata) 124 OSSL_trace_get_category_name(category)); 167 static void setup_trace_category(int category) 173 if (OSSL_trace_enabled(category)) 183 || OSSL_trace_set_callback(category, internal_trace_cb, 188 "warning: unable to setup trace callback for category '%s'.\n", 189 OSSL_trace_get_category_name(category)); 191 OSSL_trace_set_callback(category, NULL, NULL); 215 int category = OSSL_trace_get_category_num(item); local 217 if (category == OSSL_TRACE_CATEGORY_ALL) [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/ |
| trace.c | 60 int category; member in struct:trace_data_st 68 size_t cnt = ctx->callback(buf, num, ctx->category, OSSL_TRACE_CTRL_WRITE, 93 ctx->callback("", 0, ctx->category, cmd, ctx->data); 173 /* We use one trace channel for each trace category */ 193 static int trace_attach_cb(int category, int type, const void *data) 197 OSSL_TRACE2(TRACE, "Attach channel %p to category '%s'\n", 198 data, trace_categories[category].name); 201 OSSL_TRACE2(TRACE, "Attach prefix \"%s\" to category '%s'\n", 202 (const char *)data, trace_categories[category].name); 205 OSSL_TRACE2(TRACE, "Attach suffix \"%s\" to category '%s'\n" 338 int category; local [all...] |
| /src/external/gpl2/texinfo/dist/makeinfo/ |
| defun.c | 339 const char *category; 397 /* Get base type and category string. */ 406 category = _("Function"); 409 category = _("Macro"); 412 category = _("Special Form"); 416 category = _("Variable"); 419 category = _("User Option"); 423 category = _("Instance Variable"); 427 category = _("Method"); 430 category = next_nonwhite_defun_arg (&scan_args) 338 const char *category; local [all...] |
| /src/external/gpl3/gcc/dist/libobjc/ |
| init.c | 101 void (*_objc_load_callback) (Class class, struct objc_category *category) = 0; /* !T:SAFE */ 118 /* Calls the _objc_load_callback for each class and category in the 522 class/category loading code automatically fixes them 667 /* Process category information from the module. */ 670 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; local 671 Class class = objc_getClass (category->class_name); 673 /* If the class for the category exists then append its 677 DEBUG_PRINTF (" installing category '%s (%s)'\n", category->class_name, category->category_name) 715 struct objc_category *category = (*cell)->head; local 862 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; local 900 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; local [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| locale_classes.h | 70 /// Definition of locale::category. 71 typedef int category; typedef in class:locale 98 * @brief Category values. 100 * The standard category values are none, ctype, numeric, collate, time, 102 * intersection. The category all is the union of these values. 106 static const category none = 0; 107 static const category ctype = 1L << 0; 108 static const category numeric = 1L << 1; 109 static const category collate = 1L << 2; 110 static const category time = 1L << 3 [all...] |
| /src/external/gpl3/gcc.old/dist/libobjc/ |
| init.c | 101 void (*_objc_load_callback) (Class class, struct objc_category *category) = 0; /* !T:SAFE */ 118 /* Calls the _objc_load_callback for each class and category in the 522 class/category loading code automatically fixes them 667 /* Process category information from the module. */ 670 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; local 671 Class class = objc_getClass (category->class_name); 673 /* If the class for the category exists then append its 677 DEBUG_PRINTF (" installing category '%s (%s)'\n", category->class_name, category->category_name) 715 struct objc_category *category = (*cell)->head; local 862 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; local 900 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; local [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| locale_classes.h | 66 /// Definition of locale::category. 67 typedef int category; typedef in class:locale 90 * @brief Category values. 92 * The standard category values are none, ctype, numeric, collate, time, 94 * intersection. The category all is the union of these values. 98 static const category none = 0; 99 static const category ctype = 1L << 0; 100 static const category numeric = 1L << 1; 101 static const category collate = 1L << 2; 102 static const category time = 1L << 3 [all...] |
| /src/external/mpl/bind/dist/bin/named/ |
| logconf.c | 35 * Set up a logging category according to the named.conf data 42 isc_logcategory_t *category; local 48 category = isc_log_categorybyname(named_g_lctx, catname); 49 if (category == NULL) { 51 "unknown logging category '%s' ignored", catname); 71 result = isc_log_usechannel(logconfig, channelname, category, 216 (void)cfg_map_get(channel, "print-category", &printcat); 334 (void)cfg_map_get(logstmt, "category", &categories); 338 const cfg_obj_t *category = cfg_listelt_value(element); local 339 CHECK(category_fromconf(category, logconfig)) [all...] |
| /src/external/mpl/bind/dist/lib/dns/ |
| dst_internal.h | 144 isc_logcategory_t *category; member in struct:dst_context
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| dst_internal.h | 168 isc_logcategory_t *category; member in struct:dst_context
|
| /src/external/bsd/nsd/dist/simdzone/src/generic/ |
| parser.h | 211 uint32_t category = ZONE_ERROR; local 213 category = ZONE_WARNING; 215 zone_vlog(parser, category, format, arguments); 217 if (category == ZONE_WARNING)
|
| /src/external/gpl2/gettext/dist/gnulib-local/lib/ |
| gen-lbrkprop.c | 38 const char *category; /* General category */ member in struct:unicode_attribute 40 const char *bidi; /* Bidirectional category */ 81 uni->category = (field2[0] == '\0' ? "" : strdup (field2)); 532 if (unicode_attributes[ch].category[0] == 'P' 533 && unicode_attributes[ch].category[1] == 's') 545 || (unicode_attributes[ch].category[0] == 'P' 546 && unicode_attributes[ch].category[1] == 'e')) 552 || (unicode_attributes[ch].category[0] == 'P' 553 && (unicode_attributes[ch].category[1] == 'f [all...] |
| /src/external/gpl2/grep/dist/intl/ |
| dcigettext.c | 205 /* The category. */ 206 int category; member in struct:known_translation_t 252 /* We compare the category last (though this is the cheapest 255 result = s1->category - s2->category; 286 static const char *category_to_name PARAMS ((int category)) internal_function; 287 static const char *guess_category_value PARAMS ((int category, 390 CATEGORY locale and, if PLURAL is nonzero, search over string 393 DCIGETTEXT (domainname, msgid1, msgid2, plural, n, category) 399 int category; variable [all...] |
| /src/external/gpl2/texinfo/dist/intl/ |
| dcigettext.c | 226 /* The category. */ 227 int category; member in struct:known_translation_t 270 /* We compare the category last (though this is the cheapest 273 result = s1->category - s2->category; 312 static const char *guess_category_value (int category, 317 # define category_to_name(category) _nl_category_names[category] 319 static const char *category_to_name (int category) internal_function; 424 CATEGORY locale and, if PLURAL is nonzero, search over strin [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-kvx.h | 48 int category; member in struct:token_s 58 int category; member in struct:token_list
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-kvx.h | 48 int category; member in struct:token_s 58 int category; member in struct:token_list
|