/openbsd/usr.sbin/ldapd/schema/ |
H A D | nis.schema | 4 DESC 'An integer uniquely identifying a user in an 11 DESC 'An integer uniquely identifying a group in an 18 DESC 'The GECOS field; the common name' 25 DESC 'The absolute path to the home directory' 31 DESC 'The path to the login shell' 82 DESC 'Netgroup triple' 130 DESC 'rpc.bootparamd parameter' 134 DESC 'Boot image name' 166 DESC 'Abstraction of a group of accounts' 226 DESC 'A generic abstraction of a NIS map' [all …]
|
H A D | inetorgperson.schema | 2 DESC 'vehicle license or registration plate' 9 DESC 'identifies a department within an organization' 16 DESC 'preferred name of a person to be used when displaying entries' 24 DESC 'numerically identifies an employee within an organization' 32 DESC 'type of employment for a person' 39 DESC 'a JPEG image' 44 DESC 'preferred written or spoken language for a person' 52 DESC 'PKCS#7 SignedData used to support S/MIME' 57 DESC 'PKCS #12 PFX PDU for exchange of personal identity information'
|
H A D | bsd.schema | 2 DESC 'POSIX hashed password' 7 DESC 'OpenSSH public key' 14 DESC 'Abstraction of an account with OpenBSD attributes'
|
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/ |
H A D | AnalyzerOptions.h | 36 #define ANALYSIS_CONSTRAINTS(NAME, CMDFLAG, DESC, CREATFN) NAME##Model, argument 44 #define ANALYSIS_DIAGNOSTICS(NAME, CMDFLAG, DESC, CREATFN) PD_##NAME, argument 52 #define ANALYSIS_PURGE(NAME, CMDFLAG, DESC) NAME, argument 59 #define ANALYSIS_INLINING_MODE(NAME, CMDFLAG, DESC) NAME, argument 252 #define ANALYZER_OPTION_DEPENDS_ON_USER_MODE(TYPE, NAME, CMDFLAG, DESC, \ argument 254 ANALYZER_OPTION(TYPE, NAME, CMDFLAG, DESC, SHALLOW_VAL) 256 #define ANALYZER_OPTION(TYPE, NAME, CMDFLAG, DESC, DEFAULT_VAL) \ argument 266 #define ANALYZER_OPTION_DEPENDS_ON_USER_MODE(TYPE, NAME, CMDFLAG, DESC, \ argument 268 ANALYZER_OPTION(TYPE, NAME, CMDFLAG, DESC, SHALLOW_VAL) 270 #define ANALYZER_OPTION(TYPE, NAME, CMDFLAG, DESC, DEFAULT_VAL) \ argument
|
H A D | Analyses.def | 14 #define ANALYSIS_CONSTRAINTS(NAME, CMDFLAG, DESC, CREATFN) 25 #define ANALYSIS_DIAGNOSTICS(NAME, CMDFLAG, DESC, CREATEFN) 66 #define ANALYSIS_PURGE(NAME, CMDFLAG, DESC) 81 #define ANALYSIS_INLINING_MODE(NAME, CMDFLAG, DESC)
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/ |
H A D | AnalyzerHelpFlags.cpp | 80 #define ANALYZER_OPTION(TYPE, NAME, CMDFLAG, DESC, DEFAULT_VAL) \ in printAnalyzerConfigList() argument 85 ") " DESC \ in printAnalyzerConfigList() 89 #define ANALYZER_OPTION_DEPENDS_ON_USER_MODE(TYPE, NAME, CMDFLAG, DESC, \ in printAnalyzerConfigList() argument 95 ") " DESC \ in printAnalyzerConfigList()
|
H A D | CheckerRegistry.cpp | 128 #define CHECKER_OPTION(TYPE, FULLNAME, CMDFLAG, DESC, DEFAULT_VAL, \ in CheckerRegistry() argument 130 addCheckerOption(TYPE, FULLNAME, CMDFLAG, DEFAULT_VAL, DESC, \ in CheckerRegistry() 134 #define PACKAGE_OPTION(TYPE, FULLNAME, CMDFLAG, DESC, DEFAULT_VAL, \ in CheckerRegistry() argument 136 addPackageOption(TYPE, FULLNAME, CMDFLAG, DEFAULT_VAL, DESC, \ in CheckerRegistry()
|
/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | Statistic.h | 167 #define STATISTIC(VARNAME, DESC) \ argument 168 static llvm::Statistic VARNAME = {DEBUG_TYPE, #VARNAME, DESC} 172 #define ALWAYS_ENABLED_STATISTIC(VARNAME, DESC) \ argument 173 static llvm::TrackingStatistic VARNAME = {DEBUG_TYPE, #VARNAME, DESC}
|
/openbsd/gnu/llvm/clang/tools/diagtool/ |
H A D | DiagTool.h | 58 #define DEF_DIAGTOOL(NAME, DESC, CLSNAME)\ argument 62 CLSNAME() : DiagTool(NAME, DESC) {}\
|
/openbsd/gnu/llvm/clang/lib/Basic/ |
H A D | DiagnosticIDs.cpp | 36 #define DIAG(ENUM, CLASS, DEFAULT_SEVERITY, DESC, GROUP, SFINAE, NOWERROR, \ argument 38 char ENUM##_desc[sizeof(DESC)]; 57 #define DIAG(ENUM, CLASS, DEFAULT_SEVERITY, DESC, GROUP, SFINAE, NOWERROR, \ argument 59 DESC, 82 #define DIAG(ENUM, CLASS, DEFAULT_SEVERITY, DESC, GROUP, SFINAE, NOWERROR, \ argument 174 #define DIAG(ENUM, CLASS, DEFAULT_SEVERITY, DESC, GROUP, SFINAE, NOWERROR, \ argument 187 STR_SIZE(DESC, uint16_t)},
|
/openbsd/usr.sbin/pkg_add/OpenBSD/ |
H A D | PackageInfo.pm | 32 DESC => '+DESC', constant 43 our @info = (CONTENTS, DESC, REQUIRED_BY, REQUIRING, DISPLAY, UNDISPLAY);
|
H A D | OldLibs.pm | 212 open my $descr, '>', $dest.DESC; 215 my $f = OpenBSD::PackingElement::FDESC->add($stub_list, DESC); 217 $f->add_digest($f->compute_digest($dest.DESC));
|
H A D | InstalledInfo.pm | 31 DESC => '+DESC', constant 74 my @info = (CONTENTS, DESC, REQUIRED_BY, REQUIRING, DISPLAY, UNDISPLAY);
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | DebugCounter.h | 182 #define DEBUG_COUNTER(VARNAME, COUNTERNAME, DESC) \ argument 184 DebugCounter::registerCounter(COUNTERNAME, DESC)
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | MVETailPredication.cpp | 57 #define DESC "Transform predicated vector loops to use MVE tail predication" macro 432 INITIALIZE_PASS_BEGIN(MVETailPredication, DEBUG_TYPE, DESC, false, false) 433 INITIALIZE_PASS_END(MVETailPredication, DEBUG_TYPE, DESC, false, false)
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | DiagnosticAST.h | 17 #define DIAG(ENUM, FLAGS, DEFAULT_MAPPING, DESC, GROUP, SFINAE, NOWERROR, \ argument
|
H A D | DiagnosticAnalysis.h | 17 #define DIAG(ENUM, FLAGS, DEFAULT_MAPPING, DESC, GROUP, SFINAE, NOWERROR, \ argument
|
H A D | DiagnosticComment.h | 17 #define DIAG(ENUM, FLAGS, DEFAULT_MAPPING, DESC, GROUP, SFINAE, NOWERROR, \ argument
|
H A D | DiagnosticCrossTU.h | 17 #define DIAG(ENUM, FLAGS, DEFAULT_MAPPING, DESC, GROUP, SFINAE, NOWERROR, \ argument
|
H A D | DiagnosticDriver.h | 17 #define DIAG(ENUM, FLAGS, DEFAULT_MAPPING, DESC, GROUP, SFINAE, NOWERROR, \ argument
|
H A D | DiagnosticParse.h | 17 #define DIAG(ENUM, FLAGS, DEFAULT_MAPPING, DESC, GROUP, SFINAE, NOWERROR, \ argument
|
H A D | DiagnosticFrontend.h | 17 #define DIAG(ENUM, FLAGS, DEFAULT_MAPPING, DESC, GROUP, SFINAE, NOWERROR, \ argument
|
H A D | DiagnosticLex.h | 17 #define DIAG(ENUM, FLAGS, DEFAULT_MAPPING, DESC, GROUP, SFINAE, NOWERROR, \ argument
|
H A D | DiagnosticRefactoring.h | 17 #define DIAG(ENUM, FLAGS, DEFAULT_MAPPING, DESC, GROUP, SFINAE, NOWERROR, \ argument
|
H A D | DiagnosticSema.h | 17 #define DIAG(ENUM, FLAGS, DEFAULT_MAPPING, DESC, GROUP, SFINAE, NOWERROR, \ argument
|