HomeSort by: relevance | last modified time | path
    Searched defs:categories (Results 1 - 17 of 17) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
CommonBugCategories.h 1 //=--- CommonBugCategories.h - Provides common issue categories -*- C++ -*-===//
15 namespace categories { namespace in namespace:clang::ento
25 } // namespace categories
  /src/lib/libc/locale/
newlocale.c 50 int i, howmany, categories[_LC_LAST - 1]; local
79 categories[howmany++] = i;
99 l = _find_category(categories[i]);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CommonBugCategories.cpp 1 //=--- CommonBugCategories.cpp - Provides common issue categories -*- C++ -*-=//
14 namespace categories { namespace in namespace:clang::ento
26 } // namespace categories
  /src/external/mpl/bind/dist/bin/named/
log.c 40 static isc_logcategory_t categories[] = { { "", 0 }, variable
58 named_g_categories = categories;
logconf.c 315 const cfg_obj_t *categories = NULL; local
334 (void)cfg_map_get(logstmt, "category", &categories);
335 for (element = cfg_list_first(categories); element != NULL;
server.c 9652 const cfg_obj_t *categories = NULL; local
9662 &categories);
9664 if (categories != NULL) {
9665 for (element = cfg_list_first(categories);
  /src/external/mpl/bind/dist/bin/tests/system/
makejournal.c 47 * Logging categories: this needs to match the list in bin/named/log.c.
49 static isc_logcategory_t categories[] = { { "", 0 }, variable
110 isc_log_registercategories(lctx, categories);
  /src/external/bsd/libbind/dist/isc/
logging_p.h 56 log_channel_list *categories; member in struct:log_context
  /src/external/mpl/bind/dist/tests/isccfg/
parser_test.c 43 static isc_logcategory_t categories[] = { { "", 0 }, variable
59 isc_log_registercategories(lctx, categories);
duration_test.c 42 static isc_logcategory_t categories[] = { { "", 0 }, variable
58 isc_log_registercategories(lctx, categories);
  /src/external/mpl/bind/dist/bin/check/
check-tool.c 98 static isc_logcategory_t categories[] = { { "", 0 }, variable
553 isc_log_registercategories(log, categories);
  /src/external/apache2/llvm/dist/llvm/lib/Support/
regex2.h 126 /* stuff for character categories */
150 int ncategories; /* how many character categories */
151 cat_t *categories; /* ->catspace[-CHAR_MIN] */ member in struct:re_guts
  /src/external/bsd/ntp/dist/libntp/lib/isc/
log.c 84 * The logchannellist structure associates categories and modules with
151 isc_logcategory_t * categories; member in struct:isc_log
189 * When adding new categories, a corresponding ISC_LOGCATEGORY_foo
203 * See above comment for categories on LIBISC_EXTERNAL_DATA, and apply it to modules.
282 lctx->categories = NULL;
492 lctx->categories = NULL;
571 isc_log_registercategories(isc_log_t *lctx, isc_logcategory_t categories[]) {
575 REQUIRE(categories != NULL && categories[0].name != NULL);
585 if (lctx->categories == NULL
    [all...]
  /src/external/mpl/bind/dist/lib/isc/
log.c 76 * The logchannellist structure associates categories and modules with
143 isc_logcategory_t *categories; member in struct:isc_log
172 * When adding new categories, a corresponding ISC_LOGCATEGORY_foo
187 * See above comment for categories, and apply it to modules.
398 lctx->categories = NULL;
481 isc_log_registercategories(isc_log_t *lctx, isc_logcategory_t categories[]) {
485 REQUIRE(categories != NULL && categories[0].name != NULL);
495 if (lctx->categories == NULL) {
496 lctx->categories = categories
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/isc/
log.c 78 * The logchannellist structure associates categories and modules with
145 isc_logcategory_t *categories; member in struct:isc_log
175 * When adding new categories, a corresponding ISC_LOGCATEGORY_foo
190 * See above comment for categories on LIBISC_EXTERNAL_DATA, and apply it to
264 lctx->categories = NULL;
421 lctx->categories = NULL;
505 isc_log_registercategories(isc_log_t *lctx, isc_logcategory_t categories[]) {
509 REQUIRE(categories != NULL && categories[0].name != NULL);
519 if (lctx->categories == NULL)
    [all...]
  /src/external/mpl/bind/dist/bin/delv/
delv.c 291 static isc_logcategory_t categories[] = { { "delv", 0 }, { NULL, 0 } }; variable
292 #define LOGCATEGORY_DEFAULT (&categories[0])
327 isc_log_registercategories(lctx, categories);
  /src/external/mpl/bind/dist/lib/isccfg/
check.c 6114 const cfg_obj_t *categories = NULL; local
6188 cfg_map_get(logobj, "category", &categories);
6190 for (element = cfg_list_first(categories); element != NULL;

Completed in 47 milliseconds