| /NextBSD/crypto/openssl/doc/ssl/ |
| HD | SSL_COMP_add_compression_method.pod | 30 methods or their corresponding identifiers, so there is currently no compatible 42 An OpenSSL server will match the identifiers listed by a client against
|
| /NextBSD/gnu/usr.bin/cc/libcpp/ |
| HD | Makefile | 15 files.c identifiers.c init.c lex.c line-map.c macro.c \
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaDeclObjC.cpp | 1292 ArrayRef<IdentifierInfo *> identifiers, in actOnObjCTypeArgsOrProtocolQualifiers() argument 1306 assert(numProtocolsResolved == identifiers.size() && "Unresolved protocols"); in actOnObjCTypeArgsOrProtocolQualifiers() 1358 if (auto *decl = LookupSingleName(S, identifiers[i], identifierLocs[i], in actOnObjCTypeArgsOrProtocolQualifiers() 1402 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in actOnObjCTypeArgsOrProtocolQualifiers() 1403 ObjCProtocolDecl *proto = LookupProtocol(identifiers[i], identifierLocs[i]); in actOnObjCTypeArgsOrProtocolQualifiers() 1410 if (numProtocolsResolved == identifiers.size()) in actOnObjCTypeArgsOrProtocolQualifiers() 1420 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in actOnObjCTypeArgsOrProtocolQualifiers() 1421 NamedDecl *decl = LookupSingleName(S, identifiers[i], identifierLocs[i], in actOnObjCTypeArgsOrProtocolQualifiers() 1498 assert(numTypeDeclsResolved == identifiers.size() && "Unresolved type decl"); in actOnObjCTypeArgsOrProtocolQualifiers() 1500 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in actOnObjCTypeArgsOrProtocolQualifiers() [all …]
|
| /NextBSD/contrib/gcclibs/libcpp/ |
| HD | 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 \
|
| HD | 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.
|
| HD | ucnid.tab | 1 ; Table of UCNs which are valid in identifiers.
|
| /NextBSD/crypto/heimdal/doc/ |
| HD | layman.asc | 196 identifiers begin with lower-case letters; type 809 identifiers for the alternatives, and Type1, ..., Typen are 810 the types of the alternatives. The identifiers are primarily 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 978 identifiers. An OBJECT IDENTIFIER value can have any number 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 [all …]
|
| /NextBSD/contrib/gcc/doc/ |
| HD | 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
|
| HD | 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 351 state flags available to warn about invalid identifiers (@pxref{Invalid 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 [all …]
|
| HD | cpp.texi | 279 Unless the experimental @option{-fextended-identifiers} option is used, 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, 496 they are ordinary identifiers. You can define a macro whose name is a 504 In the 1999 C standard, identifiers may contain letters which are not 511 @option{-fextended-identifiers} is used. 1353 macro function-like. The parameters must be valid C identifiers, 1553 identifiers, or one will be an identifier and the other a preprocessing [all …]
|
| /NextBSD/crypto/openssl/doc/crypto/ |
| HD | OPENSSL_VERSION_NUMBER.pod | 31 Versions prior to 0.9.3 have identifiers E<lt> 0x0930.
|
| /NextBSD/contrib/ipfilter/ |
| HD | WhatsNew50.txt | 9 * group identifiers may now be a number or name (universal);
|
| /NextBSD/contrib/binutils/include/coff/ |
| HD | ChangeLog | 33 * internal.h: Add relocation identifiers for coff.
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | CheckSecuritySyntaxOnly.cpp | 693 static const char * const identifiers[num_setids] = { in checkUncheckedReturnValue() local 699 II_setid[i] = &BR.getContext().Idents.get(identifiers[i]); in checkUncheckedReturnValue()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseObjc.cpp | 1637 SmallVector<IdentifierInfo *, 4> identifiers; in parseObjCTypeArgsOrProtocolQualifiers() local 1648 identifiers.push_back(Tok.getIdentifierInfo()); in parseObjCTypeArgsOrProtocolQualifiers() 1656 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in parseObjCTypeArgsOrProtocolQualifiers() 1657 identifierLocPairs.push_back(IdentifierLocPair(identifiers[i], in parseObjCTypeArgsOrProtocolQualifiers() 1688 identifiers, in parseObjCTypeArgsOrProtocolQualifiers() 1706 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in parseObjCTypeArgsOrProtocolQualifiers() 1708 = Actions.getTypeName(*identifiers[i], identifierLocs[i], getCurScope()); in parseObjCTypeArgsOrProtocolQualifiers()
|
| /NextBSD/contrib/file/magic/Magdir/ |
| HD | palm | 9 # 8 character identifiers at byte 60, one I found for appl is BIGb.
|
| /NextBSD/contrib/gcc/ |
| HD | builtin-attrs.def | 78 /* Construct trees for identifiers. */
|
| HD | c.opt | 515 fdollars-in-identifiers 533 fextended-identifiers 535 Permit universal character names (\\u and \\U) in identifiers
|
| /NextBSD/share/mk/ |
| HD | bsd.README | 330 transformed to identifiers by removing the extension and 333 There are no special identifiers for profiled or shared 334 libraries or objects. The identifiers for the standard
|
| /NextBSD/contrib/ntp/sntp/libevent/ |
| HD | 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
|
| /NextBSD/contrib/openbsm/etc/ |
| HD | audit_event | 4 # The mapping between event identifiers and values is also hard-coded in 651 # Historic/third-party application allocations of event identifiers.
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | LangOptions.def | 93 BENIGN_LANGOPT(DollarIdents , 1, 1, "'$' in identifiers")
|
| /NextBSD/contrib/ntp/scripts/stats/ |
| HD | README.stats | 116 Model and option identifiers
|
| /NextBSD/contrib/ntp/sntp/m4/ |
| HD | snprintf.m4 | 50 # va_copy and va_end are macros or identifiers declared with external linkage."
|
| /NextBSD/contrib/gdb/gdb/doc/ |
| HD | LRS | 113 New stabs string identifiers:
|