/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-target.def | 31 /* Environmental version identifiers relating to the target CPU. */ 34 "Declare all environmental version identifiers relating to the target CPU\n\ 36 the name of the version. Version identifiers predefined by this hook apply\n\ 41 /* Environmental version identifiers relating to the target OS. */
|
/netbsd-src/external/mpl/dhcp/dist/keama/tests/ |
H A D | hostidentifier4.outl | 2 # host declaration with flexible identifiers config 31 "host-reservation-identifiers": [
|
H A D | ipaddrhost4.out | 6 "host-reservation-identifiers": [
|
H A D | global6.out | 6 "host-reservation-identifiers": [
|
H A D | global4.out | 6 "host-reservation-identifiers": [
|
H A D | orphan6.out | 6 "host-reservation-identifiers": [
|
H A D | orphan4.out | 6 "host-reservation-identifiers": [
|
H A D | hostidentifier4.inl | 1 # host declaration with flexible identifiers config
|
H A D | hostname4.out | 18 "host-reservation-identifiers": [
|
H A D | hostuid4.out | 57 "host-reservation-identifiers": [
|
H A D | grouphost4.out | 74 "host-reservation-identifiers": [
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-target.def | 31 /* Environmental version identifiers relating to the target CPU. */ 34 "Declare all environmental version identifiers relating to the target CPU\n\ 36 the name of the version. Version identifiers predefined by this hook apply\n\ 41 /* Environmental version identifiers relating to the target OS. */
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | X509_get0_uids.pod | 5 X509_get0_uids - get certificate unique identifiers 17 identifiers of certificate B<x> or NULL if the fields are not present.
|
H A D | SSL_COMP_add_compression_method.pod | 45 methods or their corresponding identifiers, so there is currently no compatible 57 An OpenSSL server will match the identifiers listed by a client against
|
H A D | SSL_set1_host.pod | 48 identifiers. When wildcard matching is not disabled, the name 50 of the reference identifiers configured via SSL_set1_host() or
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | X509_get0_uids.pod | 5 X509_get0_uids - get certificate unique identifiers 17 identifiers of certificate B<x> or NULL if the fields are not present.
|
H A D | OSSL_ESS_check_signing_certs.pod | 41 the certificates required by the identifiers given in I<ss> and/or I<ssv2>. 44 The list of certificate identifiers in I<ss> is of type B<ESS_CERT_ID>,
|
H A D | SSL_COMP_add_compression_method.pod | 45 methods or their corresponding identifiers, so there is currently no compatible 57 An OpenSSL server will match the identifiers listed by a client against
|
/netbsd-src/lib/libpthread/ |
H A D | shlib_version | 18 # use reserved identifiers for things that shouldn't be visible,
|
/netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
H A D | draft-wahl-ldap-session-xx.txt | 64 tracking identifiers, which are useful when analyzing activity and 67 version 3 (LDAP) clients can include session tracking identifiers 71 identifiers in the log messages it writes, enabling LDAP requests in 76 tracking identifiers are defined in this document. 412 to incorporate multiple distinct session tracking identifiers with 441 represent session tracking identifiers already implemented. 467 session tracking identifiers and want to make this information 697 In some formats, session tracking identifiers may contain personal- 720 addresses, hostnames and other identifiers that reveal the structure 734 contains session tracking identifiers or is proxying incoming LDAP [all …]
|
/netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
H A D | rfc2377.txt | 76 identifiers for people. 120 attribute as the RDN when reusing an existing store of identifiers 121 and the cn attribute as the RDN when creating new identifiers 124 for person employing this store of identifiers would be, e.g., 246 names (identifiers, labels) for directory objects that are 303 identifiers when constructing directory names. 414 Examples of existing registries of identifiers for person objects are 415 RFC822 mailbox identifiers, employee numbers and employee "handles". 417 store of identifiers, if it is ever necessary to display to a user 419 identifiers are used. [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
H A D | Test.py | 411 identifiers = set(filter(BooleanExpression.isIdentifier, tokens)) 412 return identifiers
|
/netbsd-src/external/mit/lua/dist/ |
H A D | README.import | 14 identifiers.
|
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/samples/ |
H A D | racoon.conf.sample-plainrsa | 17 # *Swan doesn't send identifiers by default.
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 1414 ArrayRef<IdentifierInfo *> identifiers, in actOnObjCTypeArgsOrProtocolQualifiers() argument 1428 assert(numProtocolsResolved == identifiers.size() && "Unresolved protocols"); in actOnObjCTypeArgsOrProtocolQualifiers() 1480 if (auto *decl = LookupSingleName(S, identifiers[i], identifierLocs[i], in actOnObjCTypeArgsOrProtocolQualifiers() 1524 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in actOnObjCTypeArgsOrProtocolQualifiers() 1525 ObjCProtocolDecl *proto = LookupProtocol(identifiers[i], identifierLocs[i]); in actOnObjCTypeArgsOrProtocolQualifiers() 1532 if (numProtocolsResolved == identifiers.size()) in actOnObjCTypeArgsOrProtocolQualifiers() 1542 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in actOnObjCTypeArgsOrProtocolQualifiers() 1543 NamedDecl *decl = LookupSingleName(S, identifiers[i], identifierLocs[i], in actOnObjCTypeArgsOrProtocolQualifiers() 1619 assert(numTypeDeclsResolved == identifiers.size() && "Unresolved type decl"); in actOnObjCTypeArgsOrProtocolQualifiers() 1621 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in actOnObjCTypeArgsOrProtocolQualifiers() [all …]
|