Home
last modified time | relevance | path

Searched refs:category (Results 1 – 25 of 708) sorted by relevance

12345678910>>...29

/netbsd/crypto/external/bsd/openssl/dist/crypto/
H A Dtrace.c60 int category; member
343 for (category = 0; category < OSSL_TRACE_CATEGORY_NUM; category++) { in ossl_trace_cleanup()
360 if (category >= 0 && category < OSSL_TRACE_CATEGORY_NUM) in OSSL_trace_set_channel()
397 if (category < 0 || category >= OSSL_TRACE_CATEGORY_NUM) in OSSL_trace_set_callback()
407 trace_data->category = category; in OSSL_trace_set_callback()
430 if (category >= 0 && category < OSSL_TRACE_CATEGORY_NUM) in OSSL_trace_set_prefix()
440 if (category >= 0 && category < OSSL_TRACE_CATEGORY_NUM) in OSSL_trace_set_suffix()
450 if (category < 0 || category >= OSSL_TRACE_CATEGORY_NUM) in ossl_trace_get_category()
462 category = ossl_trace_get_category(category); in OSSL_trace_enabled()
475 category = ossl_trace_get_category(category); in OSSL_trace_begin()
[all …]
/netbsd/crypto/external/bsd/openssl/dist/include/openssl/
H A Dtrace.h132 int OSSL_trace_enabled(int category);
151 BIO *OSSL_trace_begin(int category);
201 # define OSSL_TRACE_BEGIN(category) \ argument
207 # define OSSL_TRACE_END(category) \ argument
211 # define OSSL_TRACE_CANCEL(category) \ argument
240 # define OSSL_TRACE_ENABLED(category) \ argument
245 # define OSSL_TRACE_ENABLED(category) (0) argument
273 # define OSSL_TRACEV(category, args) \ argument
274 OSSL_TRACE_BEGIN(category) \
276 OSSL_TRACE_END(category)
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/contrib/ari/
H A Dgdb_ari.sh63 -WCATEGORY Report problems in the specifed category. The category
645 category["abort"] = ari_regression
662 category["assert"] = ari_regression
775 category["bcmp"] = ari_regression
791 category["bcopy"] = ari_regression
900 category[name] = cat
921 category["set " name] = ari_gdbarch
1013 category["sprintf"] = ari_code
1046 category["printf_vma"] = ari_code
1054 category["sprintf_vma"] = ari_code
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/contrib/ari/
H A Dgdb_ari.sh63 -WCATEGORY Report problems in the specifed category. The category
645 category["abort"] = ari_regression
662 category["assert"] = ari_regression
775 category["bcmp"] = ari_regression
791 category["bcopy"] = ari_regression
900 category[name] = cat
921 category["set " name] = ari_gdbarch
1013 category["sprintf"] = ari_code
1046 category["printf_vma"] = ari_code
1054 category["sprintf_vma"] = ari_code
[all …]
/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Dsetlocale_null.c60 setlocale_null_androidfix (int category) in setlocale_null_androidfix() argument
62 const char *result = setlocale (category, NULL); in setlocale_null_androidfix()
66 switch (category) in setlocale_null_androidfix()
97 const wchar_t *result = _wsetlocale (category, NULL); in setlocale_null_unlocked()
278 if (category == LC_ALL) in setlocale_null_r()
287 if (category == LC_ALL) in setlocale_null_r()
301 setlocale_null (int category) in setlocale_null() argument
304 return setlocale_null_androidfix (category); in setlocale_null()
317 if (category == LC_ALL) in setlocale_null()
334 return setlocale_null_androidfix (category); in setlocale_null()
[all …]
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Dsetlocale_null.c60 setlocale_null_androidfix (int category) in setlocale_null_androidfix() argument
62 const char *result = setlocale (category, NULL); in setlocale_null_androidfix()
66 switch (category) in setlocale_null_androidfix()
97 const wchar_t *result = _wsetlocale (category, NULL); in setlocale_null_unlocked()
278 if (category == LC_ALL) in setlocale_null_r()
287 if (category == LC_ALL) in setlocale_null_r()
301 setlocale_null (int category) in setlocale_null() argument
304 return setlocale_null_androidfix (category); in setlocale_null()
317 if (category == LC_ALL) in setlocale_null()
334 return setlocale_null_androidfix (category); in setlocale_null()
[all …]
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dsystem_error99 * category.
291 * generic category.
314 if (auto __c = __lhs.category() <=> __rhs.category(); __c != 0)
322 return (__lhs.category() < __rhs.category()
323 || (__lhs.category() == __rhs.category()
423 * generic category.
446 return __lhs.category() == __rhs.category()
478 return __lhs.category() == __rhs.category()
496 if (auto __c = __lhs.category() <=> __rhs.category(); __c != 0)
505 return (__lhs.category() < __rhs.category()
[all …]
/netbsd/crypto/external/bsd/openssl/dist/test/testutil/
H A Dtestutil_init.c70 static void setup_trace_category(int category) in setup_trace_category() argument
76 if (OSSL_trace_enabled(category)) in setup_trace_category()
87 || OSSL_trace_set_callback(category, internal_trace_cb, in setup_trace_category()
93 OSSL_trace_get_category_name(category)); in setup_trace_category()
95 OSSL_trace_set_callback(category, NULL, NULL); in setup_trace_category()
119 int category = OSSL_trace_get_category_num(item); in setup_trace() local
121 if (category == OSSL_TRACE_CATEGORY_ALL) { in setup_trace()
122 while (++category < OSSL_TRACE_CATEGORY_NUM) in setup_trace()
123 setup_trace_category(category); in setup_trace()
125 } else if (category > 0) { in setup_trace()
[all …]
/netbsd/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dsetlocale.c28 category_to_name (int category) in category_to_name() argument
32 switch (category) in category_to_name()
88 setlocale (int category, SETLOCALE_CONST char *locale) in setlocale() argument
94 int category; in setlocale() member
109 if (category == LC_ALL) in setlocale()
124 if (category == facetp->category) in setlocale()
133 facetp->category = category; in setlocale()
143 if (category == facetp->category) in setlocale()
154 retval = getenv (category_to_name (category)); in setlocale()
/netbsd/external/gpl3/gcc.old/dist/libobjc/
H A Dinit.c677 DEBUG_PRINTF (" installing category '%s (%s)'\n", category->class_name, category->category_name); in __objc_exec_class()
679 if (category->instance_methods) in __objc_exec_class()
683 if (category->class_methods) in __objc_exec_class()
685 category->class_methods); in __objc_exec_class()
687 if (category->protocols) in __objc_exec_class()
720 …DEBUG_PRINTF (" installing (delayed) category '%s (%s)'\n", category->class_name, category->catego… in __objc_exec_class()
723 if (category->instance_methods) in __objc_exec_class()
726 if (category->class_methods) in __objc_exec_class()
728 category->class_methods); in __objc_exec_class()
730 if (category->protocols) in __objc_exec_class()
[all …]
/netbsd/external/gpl3/gcc/dist/libobjc/
H A Dinit.c677 DEBUG_PRINTF (" installing category '%s (%s)'\n", category->class_name, category->category_name); in __objc_exec_class()
679 if (category->instance_methods) in __objc_exec_class()
683 if (category->class_methods) in __objc_exec_class()
685 category->class_methods); in __objc_exec_class()
687 if (category->protocols) in __objc_exec_class()
720 …DEBUG_PRINTF (" installing (delayed) category '%s (%s)'\n", category->class_name, category->catego… in __objc_exec_class()
723 if (category->instance_methods) in __objc_exec_class()
726 if (category->class_methods) in __objc_exec_class()
728 category->class_methods); in __objc_exec_class()
730 if (category->protocols) in __objc_exec_class()
[all …]
/netbsd/external/gpl2/texinfo/dist/makeinfo/
H A Ddefun.c338 const char *category; in defun_internal() local
405 category = _("Function"); in defun_internal()
408 category = _("Macro"); in defun_internal()
411 category = _("Special Form"); in defun_internal()
415 category = _("Variable"); in defun_internal()
418 category = _("User Option"); in defun_internal()
422 category = _("Instance Variable"); in defun_internal()
426 category = _("Method"); in defun_internal()
429 category = next_nonwhite_defun_arg (&scan_args); in defun_internal()
495 execute_string (" --- %s: %s", category, defined_name); in defun_internal()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dsystem_error156 /// Error category for `errno` error codes.
223 { return category().message(value()); }
246 if (auto __c = __lhs.category() <=> __rhs.category(); __c != 0)
254 return (__lhs.category() < __rhs.category()
255 || (__lhs.category() == __rhs.category()
319 { return category().message(value()); }
343 { return (__lhs.category() == __rhs.category()
360 return (__lhs.category() == __rhs.category()
371 if (auto __c = __lhs.category() <=> __rhs.category(); __c != 0)
382 return (__lhs.category() < __rhs.category()
[all …]
/netbsd/external/bsd/libbind/dist/isc/
H A Dlogging.c256 if (category < 0 || category > lc->num_categories) in log_check()
258 lcl = lc->categories[category]; in log_check()
260 category = 0; in log_check()
300 if (category < 0 || category > lc->num_categories) in log_vwrite()
302 original_category = category; in log_vwrite()
303 lcl = lc->categories[category]; in log_vwrite()
305 category = 0; in log_vwrite()
493 if (lc == NULL || category < 0 || category >= lc->num_categories) { in log_add_channel()
505 lc->categories[category] = lcl; in log_add_channel()
515 if (lc == NULL || category < 0 || category >= lc->num_categories) { in log_remove_channel()
[all …]
/netbsd/external/ibm-public/postfix/dist/mantools/
H A Dxpostconf40 if ($category eq "PARAM") {
45 } elsif ($category eq "CLASS") {
51 die "Unknown category: $category. Need PARAM or CLASS.\n";
75 $category = $1;
104 ($category, $name, $mode) = split(/\s+/, substr($_, 1));
105 if ($category eq "CLASS") {
108 } elsif ($category eq "PARAM") {
112 die "Unknown category: $category. Need CLASS or PARAM\n";
/netbsd/distrib/sets/
H A Dfmt-list111 category_align, prefix, fullname, category =
140 category = category,
153 assert_equals(entry.category, "category")
163 assert_equals(entry.category, "cat")
238 return tabwidth(entry.category)
289 return tabwidth(entry.category)
307 local category = entry.category
310 if category ~= nil then
349 if a.category ~= nil and b.category ~= nil and a.category ~= b.category then
350 return a.category < b.category
[all …]
/netbsd/lib/libc/locale/
H A Dsetlocale.c129 _find_category(int category) in _find_category() argument
141 if (category >= LC_ALL && category < _LC_LAST) in _find_category()
142 return all_categories[category]; in _find_category()
147 _get_locale_env(const char *category) in _get_locale_env() argument
155 name = (const char *)getenv(category); in _get_locale_env()
168 __setlocale(int category, const char *name) in __setlocale() argument
175 sl = _find_category(category); in __setlocale()
188 setlocale(int category, const char *locale) in setlocale() argument
194 return __setlocale(category, locale); in setlocale()
/netbsd/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dgen-lbrkprop.c38 const char *category; /* General category */ member
533 && unicode_attributes[ch].category[1] == 's') in get_lbp()
545 || (unicode_attributes[ch].category[0] == 'P' in get_lbp()
552 || (unicode_attributes[ch].category[0] == 'P' in get_lbp()
563 || (unicode_attributes[ch].category[0] == 'C' in get_lbp()
596 || (unicode_attributes[ch].category[0] == 'L' in get_lbp()
600 || (unicode_attributes[ch].category[0] == 'S' in get_lbp()
609 && unicode_attributes[ch].category[1] == 'd' in get_lbp()
653 || (unicode_attributes[ch].category[0] == 'S' in get_lbp()
662 && unicode_attributes[ch].category[0] == 'L' in get_lbp()
[all …]
/netbsd/external/gpl3/gdb/dist/intl/
H A Ddcigettext.c223 int category; member
272 result = s1->category - s2->category;
317 # define category_to_name(category) _nl_category_names[category] argument
433 int category; variable
459 if (category < 0 || category >= __LC_LAST || category == LC_ALL)
478 category = LC_MESSAGES;
490 search->category = category;
663 newp->category = category;
1080 int category; in category_to_name()
1084 switch (category)
[all …]
/netbsd/external/gpl3/binutils.old/dist/intl/
H A Ddcigettext.c223 int category; member
272 result = s1->category - s2->category;
317 # define category_to_name(category) _nl_category_names[category] argument
433 int category; variable
459 if (category < 0 || category >= __LC_LAST || category == LC_ALL)
478 category = LC_MESSAGES;
490 search->category = category;
663 newp->category = category;
1080 int category; in category_to_name()
1084 switch (category)
[all …]
/netbsd/external/gpl3/gcc/dist/intl/
H A Ddcigettext.c223 int category; member
272 result = s1->category - s2->category;
317 # define category_to_name(category) _nl_category_names[category] argument
433 int category; variable
459 if (category < 0 || category >= __LC_LAST || category == LC_ALL)
478 category = LC_MESSAGES;
490 search->category = category;
663 newp->category = category;
1080 int category; in category_to_name()
1084 switch (category)
[all …]
/netbsd/external/gpl3/gdb.old/dist/intl/
H A Ddcigettext.c223 int category; member
272 result = s1->category - s2->category;
317 # define category_to_name(category) _nl_category_names[category] argument
433 int category; variable
459 if (category < 0 || category >= __LC_LAST || category == LC_ALL)
478 category = LC_MESSAGES;
490 search->category = category;
663 newp->category = category;
1080 int category; in category_to_name()
1084 switch (category)
[all …]
/netbsd/external/gpl3/binutils/dist/intl/
H A Ddcigettext.c223 int category; member
272 result = s1->category - s2->category;
317 # define category_to_name(category) _nl_category_names[category] argument
433 int category; variable
459 if (category < 0 || category >= __LC_LAST || category == LC_ALL)
478 category = LC_MESSAGES;
490 search->category = category;
663 newp->category = category;
1080 int category; in category_to_name()
1084 switch (category)
[all …]
/netbsd/external/gpl3/gcc.old/dist/intl/
H A Ddcigettext.c223 int category; member
272 result = s1->category - s2->category;
317 # define category_to_name(category) _nl_category_names[category] argument
433 int category; variable
459 if (category < 0 || category >= __LC_LAST || category == LC_ALL)
478 category = LC_MESSAGES;
490 search->category = category;
663 newp->category = category;
1080 int category; in category_to_name()
1084 switch (category)
[all …]
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dlocale_classes.h67 typedef int category; in _GLIBCXX_VISIBILITY() typedef
98 static const category none = 0; in _GLIBCXX_VISIBILITY()
99 static const category ctype = 1L << 0; in _GLIBCXX_VISIBILITY()
100 static const category numeric = 1L << 1; in _GLIBCXX_VISIBILITY()
101 static const category collate = 1L << 2; in _GLIBCXX_VISIBILITY()
102 static const category time = 1L << 3; in _GLIBCXX_VISIBILITY()
103 static const category monetary = 1L << 4; in _GLIBCXX_VISIBILITY()
104 static const category messages = 1L << 5; in _GLIBCXX_VISIBILITY()
350 static category in _GLIBCXX_VISIBILITY()
351 _S_normalize_category(category); in _GLIBCXX_VISIBILITY()
[all …]

12345678910>>...29