Searched refs:category (Results 51 - 75 of 175) sorted by relevance

1234567

/netbsd-6-1-5-RELEASE/lib/libc/locale/
H A Dsetlocale_local.h63 int category; member in struct:__anon5218
/netbsd-6-1-5-RELEASE/usr.bin/mklocale/
H A Dmklocaledb.c230 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))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libobjc/
H A Dinit.c59 class or a category is loaded into the runtime. This may e.g. help
62 void (*_objc_load_callback) (Class class, Category *category); /* !T:SAFE */
609 /* Process category information from the module. */
612 Category_t category = symtab->defs[i + symtab->cls_def_cnt]; local
613 Class class = objc_lookup_class (category->class_name);
615 /* If the class for the category exists then append its methods. */
624 if (category->instance_methods)
625 class_add_method_list (class, category->instance_methods);
628 if (category->class_methods)
630 category
659 Category_t category = (*cell)->head; local
806 Category_t category = symtab->defs[i + symtab->cls_def_cnt]; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libobjc/
H A Dinit.c59 class or a category is loaded into the runtime. This may e.g. help
62 void (*_objc_load_callback) (Class class, Category *category); /* !T:SAFE */
609 /* Process category information from the module. */
612 Category_t category = symtab->defs[i + symtab->cls_def_cnt]; local
613 Class class = objc_lookup_class (category->class_name);
615 /* If the class for the category exists then append its methods. */
624 if (category->instance_methods)
625 class_add_method_list (class, category->instance_methods);
628 if (category->class_methods)
630 category
659 Category_t category = (*cell)->head; local
806 Category_t category = symtab->defs[i + symtab->cls_def_cnt]; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/grep/intl/
H A Ddcigettext.c205 /* 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,
393 DCIGETTEXT (domainname, msgid1, msgid2, plural, n, category)
399 int category; variable
434 if (category
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/startperf/
H A Dsetup.sh70 print-category no;
72 category default {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dlocale.cc61 const locale::category locale::none;
62 const locale::category locale::ctype;
63 const locale::category locale::numeric;
64 const locale::category locale::collate;
65 const locale::category locale::time;
66 const locale::category locale::monetary;
67 const locale::category locale::messages;
68 const locale::category locale::all;
146 locale::category
147 locale::_S_normalize_category(category __ca
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/src/
H A Dlocale.cc47 const locale::category locale::none;
48 const locale::category locale::ctype;
49 const locale::category locale::numeric;
50 const locale::category locale::collate;
51 const locale::category locale::time;
52 const locale::category locale::monetary;
53 const locale::category locale::messages;
54 const locale::category locale::all;
132 locale::category
133 locale::_S_normalize_category(category __ca
[all...]
H A Dlocalename.cc146 locale::locale(const locale& __base, const char* __s, category __cat)
150 // this. Building up locales on a per-category way is tedious, so
156 locale::locale(const locale& __base, const locale& __add, category __cat)
162 category __cat)
265 _M_replace_categories(const _Impl* __imp, category __cat)
267 category __mask = 1;
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dgen-lbrkprop.c38 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[
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/intl/
H A Ddcigettext.c222 /* The category. */
223 int category; member in struct:known_translation_t
269 /* We compare the category last (though this is the cheapest
272 result = s1->category - s2->category;
312 static const char *guess_category_value PARAMS ((int category,
317 # define category_to_name(category) _nl_category_names[category]
319 static const char *category_to_name PARAMS ((int category)) internal_function;
427 DCIGETTEXT (domainname, msgid1, msgid2, plural, n, category)
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/intl/
H A Ddcigettext.c222 /* The category. */
223 int category; member in struct:known_translation_t
269 /* We compare the category last (though this is the cheapest
272 result = s1->category - s2->category;
312 static const char *guess_category_value PARAMS ((int category,
317 # define category_to_name(category) _nl_category_names[category]
319 static const char *category_to_name PARAMS ((int category)) internal_function;
427 DCIGETTEXT (domainname, msgid1, msgid2, plural, n, category)
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/intl/
H A Ddcigettext.c222 /* The category. */
223 int category; member in struct:known_translation_t
269 /* We compare the category last (though this is the cheapest
272 result = s1->category - s2->category;
312 static const char *guess_category_value PARAMS ((int category,
317 # define category_to_name(category) _nl_category_names[category]
319 static const char *category_to_name PARAMS ((int category)) internal_function;
427 DCIGETTEXT (domainname, msgid1, msgid2, plural, n, category)
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dintl.h27 # define setlocale(category, locale) (locale)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dobjc-lang.h45 char **class, char **category,
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/named/
H A Dlogconf.c45 * Set up a logging category according to the named.conf data
52 isc_logcategory_t *category; local
58 category = isc_log_categorybyname(ns_g_lctx, catname);
59 if (category == NULL) {
61 "unknown logging category '%s' ignored",
79 result = isc_log_usechannel(lctx, channelname, category,
187 (void)cfg_map_get(channel, "print-category", &printcat);
283 (void)cfg_map_get(logstmt, "category", &categories);
288 const cfg_obj_t *category = cfg_listelt_value(element); local
289 CHECK(category_fromconf(category, logcon
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/rpz/ns3/
H A Dnamed.conf60 # in ../start.pl to check the rpz log category
62 print-category yes; print-time yes; print-severity yes;
64 category rpz { default_stderr; rpz; };
65 category queries { default_stderr; rpz; };
66 category query-errors { default_stderr; };
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/
H A Dtestsuite_abi.h32 enum category { function, object, uncategorized }; enum in struct:symbol
43 category type;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/
H A Dtestsuite_abi.h41 enum category { function, object, uncategorized }; enum in struct:symbol
52 category type;
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/intl/
H A Ddcigettext.c228 /* The category. */
229 int category; member in struct:known_translation_t
272 /* We compare the category last (though this is the cheapest
275 result = s1->category - s2->category;
314 static const char *guess_category_value (int category,
319 # define category_to_name(category) _nl_category_names[category]
321 static const char *category_to_name (int category) internal_function;
430 int plural, unsigned long int n, int category)
429 DCIGETTEXT(const char *domainname, const char *msgid1, const char *msgid2, int plural, unsigned long int n, int category) argument
1070 category_to_name(int category) argument
1130 guess_category_value(int category, const char *categoryname) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-runtime/intl/
H A Ddcigettext.c226 /* 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;
428 int plural, unsigned long int n, int category)
427 DCIGETTEXT(const char *domainname, const char *msgid1, const char *msgid2, int plural, unsigned long int n, int category) argument
1068 category_to_name(int category) argument
1129 guess_category_value(int category, const char *categoryname) argument
[all...]
H A DgettextP.h155 const char *_nl_locale_name_posix (int category, const char *categoryname);
157 const char *_nl_locale_name (int category, const char *categoryname);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dlog.c85 * category, and then each structure in the linked list is checked for
87 * associated with any given category will be very short, no more than
114 * the category/module specification of isc_log_[v]write[1] that is compiled
141 * Note that the category and module information is not locked.
143 * in a program, and the category/module registration happens only once.
191 * The default category is provided so that the internal default can
242 isc_log_doit(isc_log_t *lctx, isc_logcategory_t *category,
390 * Set the default category's channel to default_stderr,
578 * in one category array to point to the next array exists because
607 * Update the id number of the category wit
789 isc_log_usechannel(isc_logconfig_t *lcfg, const char *name, const isc_logcategory_t *category, const isc_logmodule_t *module) argument
832 isc_log_write(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, ...) argument
848 isc_log_vwrite(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, va_list args) argument
860 isc_log_write1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, ...) argument
876 isc_log_vwrite1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, va_list args) argument
888 isc_log_iwrite(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, ...) argument
906 isc_log_ivwrite(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, va_list args) argument
919 isc_log_iwrite1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, ...) argument
937 isc_log_ivwrite1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, va_list args) argument
1406 isc_log_doit(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_boolean_t write_once, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, va_list args) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Dlog.c85 * category, and then each structure in the linked list is checked for
87 * associated with any given category will be very short, no more than
114 * the category/module specification of isc_log_[v]write[1] that is compiled
141 * Note that the category and module information is not locked.
143 * in a program, and the category/module registration happens only once.
191 * The default category is provided so that the internal default can
242 isc_log_doit(isc_log_t *lctx, isc_logcategory_t *category,
390 * Set the default category's channel to default_stderr,
578 * in one category array to point to the next array exists because
607 * Update the id number of the category wit
789 isc_log_usechannel(isc_logconfig_t *lcfg, const char *name, const isc_logcategory_t *category, const isc_logmodule_t *module) argument
832 isc_log_write(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, ...) argument
848 isc_log_vwrite(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, va_list args) argument
860 isc_log_write1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, ...) argument
876 isc_log_vwrite1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, va_list args) argument
888 isc_log_iwrite(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, ...) argument
906 isc_log_ivwrite(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, va_list args) argument
919 isc_log_iwrite1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, ...) argument
937 isc_log_ivwrite1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, va_list args) argument
1405 isc_log_doit(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_boolean_t write_once, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, va_list args) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/
H A Dnamed.conf511 * category, the default category is used
522 * in the problem's native category)
547 category parser {
552 category lame-servers { null; }; // don't log these at all
558 print-category yes; // print category name
587 category load { no_info_messages; };
590 * You can also define category "default"; it gets used when no
591 * "category" statemen
[all...]

Completed in 138 milliseconds

1234567