Home
last modified time | relevance | path

Searched defs:categories (Results 1 – 9 of 9) sorted by relevance

/freebsd/lib/libc/locale/
H A Dsetlocale.c56 static const char categories[_LC_LAST][12] = { variable
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp66 llvm::ArrayRef<const char *> categories) { in GetFlags()
226 llvm::ArrayRef<const char *> categories, in EnableLogChannel()
241 llvm::ArrayRef<const char *> categories, in DisableLogChannel()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h172 constexpr Channel(llvm::ArrayRef<Log::Category> categories, in Channel()
/freebsd/usr.bin/localedef/
H A Dscanner.c204 static int categories[] = { variable
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregex2.h151 cat_t *categories; /* ->catspace[-CHAR_MIN] */ member
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dlog.c149 isc_logcategory_t * categories; member
569 isc_log_registercategories(isc_log_t *lctx, isc_logcategory_t categories[]) { in isc_log_registercategories()
/freebsd/contrib/llvm-project/lld/MachO/
H A DObjC.cpp1116 std::vector<InfoInputCategory> &categories) { in mergeCategoriesIntoSingleCategory()
1400 const Defined *baseClass, std::vector<InfoInputCategory> &categories) { in mergeCategoriesIntoBaseClass()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1656 static llvm::ArrayRef<const char *> GetCategoryArray(const char **categories) { in GetCategoryArray()
1665 bool SBDebugger::EnableLog(const char *channel, const char **categories) { in EnableLog()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1634 llvm::ArrayRef<const char *> categories, in EnableLog()