Home
last modified time | relevance | path

Searched refs:identifiers (Results 1 – 25 of 520) sorted by relevance

12345678910>>...21

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-target.def31 /* 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 Dhostidentifier4.outl2 # host declaration with flexible identifiers config
31 "host-reservation-identifiers": [
H A Dipaddrhost4.out6 "host-reservation-identifiers": [
H A Dglobal6.out6 "host-reservation-identifiers": [
H A Dglobal4.out6 "host-reservation-identifiers": [
H A Dorphan6.out6 "host-reservation-identifiers": [
H A Dorphan4.out6 "host-reservation-identifiers": [
H A Dhostidentifier4.inl1 # host declaration with flexible identifiers config
H A Dhostname4.out18 "host-reservation-identifiers": [
H A Dhostuid4.out57 "host-reservation-identifiers": [
H A Dgrouphost4.out74 "host-reservation-identifiers": [
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-target.def31 /* 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 DX509_get0_uids.pod5 X509_get0_uids - get certificate unique identifiers
17 identifiers of certificate B<x> or NULL if the fields are not present.
H A DSSL_COMP_add_compression_method.pod45 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 DSSL_set1_host.pod48 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 DX509_get0_uids.pod5 X509_get0_uids - get certificate unique identifiers
17 identifiers of certificate B<x> or NULL if the fields are not present.
H A DOSSL_ESS_check_signing_certs.pod41 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 DSSL_COMP_add_compression_method.pod45 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 Dshlib_version18 # use reserved identifiers for things that shouldn't be visible,
/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-wahl-ldap-session-xx.txt64 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 Drfc2377.txt76 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 DTest.py411 identifiers = set(filter(BooleanExpression.isIdentifier, tokens))
412 return identifiers
/netbsd-src/external/mit/lua/dist/
H A DREADME.import14 identifiers.
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/samples/
H A Dracoon.conf.sample-plainrsa17 # *Swan doesn't send identifiers by default.
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp1414 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 …]

12345678910>>...21