| /freebsd-12.1/crypto/openssl/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
|
| H A D | OPENSSL_VERSION_NUMBER.pod | 34 Versions prior to 0.9.3 have identifiers E<lt> 0x0930.
|
| H A D | SSL_export_keying_material.pod | 41 keying material will be used. For example this may include identifiers for the
|
| /freebsd-12.1/gnu/usr.bin/cc/libcpp/ |
| H A D | Makefile | 15 files.c identifiers.c init.c lex.c line-map.c macro.c \
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 1402 ArrayRef<IdentifierInfo *> identifiers, in actOnObjCTypeArgsOrProtocolQualifiers() argument 1512 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in actOnObjCTypeArgsOrProtocolQualifiers() 1520 if (numProtocolsResolved == identifiers.size()) in actOnObjCTypeArgsOrProtocolQualifiers() 1530 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in actOnObjCTypeArgsOrProtocolQualifiers() 1626 if (numTypeDeclsResolved == identifiers.size()) in actOnObjCTypeArgsOrProtocolQualifiers() 1633 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in actOnObjCTypeArgsOrProtocolQualifiers() 1685 << identifiers[i]); in actOnObjCTypeArgsOrProtocolQualifiers() 1696 << identifiers[i]); in actOnObjCTypeArgsOrProtocolQualifiers() 1707 << identifiers[i] << true); in actOnObjCTypeArgsOrProtocolQualifiers() 1720 << identifiers[i]; in actOnObjCTypeArgsOrProtocolQualifiers() [all …]
|
| /freebsd-12.1/contrib/gcclibs/libcpp/ |
| H A D | Makefile.in | 73 expr.o files.o identifiers.o init.o lex.o line-map.o macro.o \ 78 expr.c files.c identifiers.c init.c lex.c line-map.c macro.c \
|
| H A D | ChangeLog | 314 * identifiers.c (alloc_node): Use XOBNEW. 411 * charset.c (_cpp_valid_ucn): In identifiers, reject a partial 454 character was '$' or '\'. Support identifiers with UCNs. 930 * identifiers.c: Moved from gcc/cpphash.c.
|
| H A D | ucnid.tab | 1 ; Table of UCNs which are valid in identifiers.
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 1596 SmallVector<IdentifierInfo *, 4> identifiers; in parseObjCTypeArgsOrProtocolQualifiers() local 1607 identifiers.push_back(Tok.getIdentifierInfo()); in parseObjCTypeArgsOrProtocolQualifiers() 1615 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in parseObjCTypeArgsOrProtocolQualifiers() 1616 identifierLocPairs.push_back(IdentifierLocPair(identifiers[i], in parseObjCTypeArgsOrProtocolQualifiers() 1646 identifiers, in parseObjCTypeArgsOrProtocolQualifiers() 1671 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in parseObjCTypeArgsOrProtocolQualifiers() 1687 foundValidTypeId = identifiers[i]; in parseObjCTypeArgsOrProtocolQualifiers() 1692 unknownTypeArgs.push_back(identifiers[i]); in parseObjCTypeArgsOrProtocolQualifiers() 1697 if (!Actions.LookupProtocol(identifiers[i], identifierLocs[i])) { in parseObjCTypeArgsOrProtocolQualifiers() 1698 unknownTypeArgs.push_back(identifiers[i]); in parseObjCTypeArgsOrProtocolQualifiers() [all …]
|
| /freebsd-12.1/crypto/heimdal/doc/ |
| H A D | layman.asc | 196 identifiers begin with lower-case letters; type 826 Here the identifiers for the alternatives are certificate 907 identifiers and value1, ..., valuen are optional integer 908 values. The identifiers, when present, are associated with 1011 identifiers, and value1, ..., valuen are optional integer 1017 The identifiers identifier1, ..., identifiern are intended 1019 integer value when both are present. These identifiers can 1021 set of identifiers defined in X.208. 1197 identifiers for the components, Type1, ..., Typen are the 1199 default values for the components. The identifiers are [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/Target/ |
| H A D | TargetPfmCounters.td | 12 // Definition of a hardware counters from libpfm identifiers.
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | cppopts.texi | 123 @samp{#if} directive, outside of @samp{defined}. Such identifiers are 525 @item -fdollars-in-identifiers 526 @opindex fdollars-in-identifiers 527 @anchor{fdollars-in-identifiers} 528 Accept @samp{$} in identifiers. 533 @item -fextended-identifiers 534 @opindex fextended-identifiers 535 Accept universal character names in identifiers. This option is
|
| H A D | cppinternals.texi | 95 * Hash Nodes:: All identifiers are entered into a hash table. 284 @anchor{Invalid identifiers} 285 Some identifiers, such as @code{__VA_ARGS__} and poisoned identifiers, 313 spelling of numbers, identifiers and strings is copied to permanent 352 identifiers}). 408 @cindex identifiers 415 with type @code{CPP_NAME}; this includes identifiers in the usual C 418 @code{__GNUC__} are identifiers and hashed when lexed. 457 The same identifiers share the same hash node. Since each identifier 553 scanned for nested macros. Further, any identifiers in the [all …]
|
| H A D | cpp.texi | 281 @samp{\u} and @samp{\U} escapes, in identifiers. Even with that 283 the @samp{\u} and @samp{\U} escapes, not used directly in identifiers. 490 @cindex identifiers 491 Preprocessing tokens fall into five broad classes: identifiers, 511 @option{-fextended-identifiers} is used. 1353 macro function-like. The parameters must be valid C identifiers, 1918 generate unique identifiers. Care must be taken to ensure that 3375 @code{#pragma GCC poison} is followed by a list of identifiers to 3569 @samp{foo} and @samp{bar} are distinct identifiers and expanded 3825 universal character names in identifiers is experimental. [all …]
|
| /freebsd-12.1/contrib/ipfilter/ |
| H A D | WhatsNew50.txt | 9 * group identifiers may now be a number or name (universal);
|
| /freebsd-12.1/contrib/binutils/include/coff/ |
| H A D | ChangeLog | 33 * internal.h: Add relocation identifiers for coff.
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CheckSecuritySyntaxOnly.cpp | 841 static const char * const identifiers[num_setids] = { in checkUncheckedReturnValue() local 847 II_setid[i] = &BR.getContext().Idents.get(identifiers[i]); in checkUncheckedReturnValue()
|
| /freebsd-12.1/sys/contrib/zstd/contrib/seekable_format/ |
| H A D | zstd_seekable_compression_format.md | 29 - the naming convention for identifiers is `Mixed_Case_With_Underscores`
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | palm | 9 # 8 character identifiers at byte 60, one I found for appl is BIGb.
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | builtin-attrs.def | 78 /* Construct trees for identifiers. */
|
| H A D | c.opt | 515 fdollars-in-identifiers 533 fextended-identifiers 535 Permit universal character names (\\u and \\U) in identifiers
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/ |
| H A D | whatsnew-2.1.txt | 651 vs external identifiers, and used identifiers starting with the "_" 653 standard says that identifiers beginning with _ are reserved. I'm not 654 aware of having any collisions with system identifiers, but it's best
|
| /freebsd-12.1/contrib/libevent/ |
| H A D | whatsnew-2.1.txt | 712 vs external identifiers, and used identifiers starting with the "_" 714 standard says that identifiers beginning with _ are reserved. I'm not 715 aware of having any collisions with system identifiers, but it's best
|