| /src/tests/usr.bin/xlint/lint1/ |
| msg_088.c | 8 extern int identifier; 13 /* expect+1: warning: typedef 'identifier' hides external declaration with type 'int' [88] */ 14 typedef double identifier; typedef
|
| msg_095.c | 8 int identifier; variable 11 example(int identifier) 15 /* expect+2: warning: declaration of 'identifier' hides earlier one [95] */ 16 /* expect+1: warning: 'identifier' set but not used in function 'example' [191] */ 17 int identifier = 3; local 20 return identifier;
|
| /src/external/mpl/bind/dist/lib/isc/ |
| result.c | 6 * SPDX-License-Identifier: MPL-2.0 282 static const char *identifier[ISC_R_NRESULTS] = { variable 552 return identifier[result];
|
| /src/tests/libexec/ld.elf_so/helper_dso3/ |
| h_helper_dso3.cpp | 33 const char *identifier; member in struct:VerboseDestructor 34 VerboseDestructor(const char *identifier_) : identifier(identifier_) { 35 printf("in ctor: %s\n", identifier); 38 printf("in dtor: %s\n", identifier);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| spellcheck-tree.cc | 44 /* Given TARGET, an identifier, and CANDIDATES, a vec of identifiers, 59 tree identifier; local 60 FOR_EACH_VEC_ELT (*candidates, i, identifier) 62 gcc_assert (TREE_CODE (identifier) == IDENTIFIER_NODE); 63 bm.consider (identifier);
|
| cgraphclones.cc | 563 tree identifier = DECL_ASSEMBLER_NAME (decl); local 576 IDENTIFIER_POINTER (identifier),
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| objc.h | 20 class Identifier; 43 Identifier* identifier; member in struct:ObjcClassDeclaration
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| spellcheck-tree.cc | 44 /* Given TARGET, an identifier, and CANDIDATES, a vec of identifiers, 59 tree identifier; local 60 FOR_EACH_VEC_ELT (*candidates, i, identifier) 62 gcc_assert (TREE_CODE (identifier) == IDENTIFIER_NODE); 63 bm.consider (identifier);
|
| cgraphclones.cc | 550 tree identifier = DECL_ASSEMBLER_NAME (decl); local 563 IDENTIFIER_POINTER (identifier),
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| result.c | 6 * SPDX-License-Identifier: MPL-2.0 112 static const char *identifier[ISC_R_NRESULTS] = { "ISC_R_SUCCESS", variable 242 ISC_R_NRESULTS, identifier,
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| analyzer.cc | 255 tree identifier = DECL_NAME (fndecl); 256 const char *name = IDENTIFIER_POINTER (identifier); 307 tree identifier = DECL_NAME (fndecl); 308 const char *name = IDENTIFIER_POINTER (identifier); 393 tree identifier = DECL_NAME (fndecl); local 394 gcc_assert (identifier); 396 const char *name = IDENTIFIER_POINTER (identifier);
|
| /src/sys/dev/i2o/ |
| i2odpt.h | 151 u_int32_t identifier; member in struct:i2o_dpt_param_device_info
|
| /src/external/apache2/llvm/dist/clang/lib/Parse/ |
| ParseExprCXX.cpp | 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 117 /// nested-name-specifier identifier '::' 147 /// filled in with the leading identifier in the last component of the 162 assert(!LastII && "want last identifier but have already annotated scope"); 192 Diag(ConsumeToken(), diag::err_expected) << tok::identifier; member in class:tok 269 // 'identifier <' after it. 281 if (Tok.is(tok::identifier)) { 282 // Consume the identifier. 379 // tok::identifier. 380 if (Tok.isNot(tok::identifier)) 415 << tok::identifier; member in class:tok [all...] |
| /src/external/bsd/wpa/dist/src/tls/ |
| asn1.h | 51 u8 identifier, class, constructed; member in struct:asn1_hdr
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| analyzer.cc | 332 tree identifier = DECL_NAME (fndecl); 333 const char *name = IDENTIFIER_POINTER (identifier); 384 tree identifier = DECL_NAME (fndecl); 385 const char *name = IDENTIFIER_POINTER (identifier); 470 tree identifier = DECL_NAME (fndecl); local 471 gcc_assert (identifier); 473 const char *name = IDENTIFIER_POINTER (identifier);
|
| /src/tests/usr.bin/indent/ |
| fmt_decl.c | 331 type identifier; local 348 type identifier; local
|
| /src/crypto/external/bsd/heimdal/dist/kdc/ |
| digest.c | 378 unsigned char server_nonce[16], identifier; local 380 RAND_bytes(&identifier, sizeof(identifier)); 435 r.u.initReply.identifier = 436 malloc(sizeof(*r.u.initReply.identifier)); 437 if (r.u.initReply.identifier == NULL) { 443 aret = asprintf(r.u.initReply.identifier, "%02X", identifier&0xff); 444 if (aret == -1 || *r.u.initReply.identifier == NULL) { 451 r.u.initReply.identifier = NULL [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
| COFFAsmParser.cpp | 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 276 /// ::= { ".weak", ... } [ identifier ( , identifier )* ] 287 return TokError("expected identifier in directive"); 332 if (!getLexer().is(AsmToken::Identifier) && !getLexer().is(AsmToken::String)) 340 // .section name [, "flags"] [, identifier [ identifier ], identifier] 359 return TokError("expected identifier in directive"); 386 if (!getLexer().is(AsmToken::Identifier)) 704 StringRef identifier; local [all...] |
| /src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
| authorityKeyIdentifier.h | 52 struct berval identifier; member in struct:OtherName 54 ComponentOid type_id; /* OBJECT IDENTIFIER */ 75 struct berval identifier; member in struct:ORAddress 77 ComponentOid type_id; /* OBJECT IDENTIFIER */ 99 struct berval identifier; member in struct:AttributeTypeAndValue 101 ComponentOid type; /* OBJECT IDENTIFIER */ 122 struct berval identifier; member in struct:DirectoryString 159 struct berval identifier; member in struct:EDIPartyName 212 struct berval identifier; member in struct:Name 241 struct berval identifier; member in struct:GeneralName 301 struct berval identifier; member in struct:AuthorityKeyIdentifier [all...] |
| crl.h | 53 typedef ComponentOid ComponentAttributeType; /* OBJECT IDENTIFIER */ 68 struct berval identifier; member in struct:AlgorithmIdentifier 70 ComponentOid algorithm; /* OBJECT IDENTIFIER */ 91 struct berval identifier; member in struct:Time 122 struct berval identifier; member in struct:Extension 124 ComponentOid extnID; /* OBJECT IDENTIFIER */ 146 struct berval identifier; member in struct:AttributeTypeAndValue 184 struct berval identifier; member in struct:TBSCertListSeqOfSeq 253 struct berval identifier; member in struct:Name 282 struct berval identifier; member in struct:TBSCertList 310 struct berval identifier; member in struct:CertificateList 334 struct berval identifier; member in struct:Validity [all...] |
| /src/external/bsd/wpa/dist/src/eap_common/ |
| eap_defs.h | 20 u8 identifier; member in struct:eap_hdr 21 be16 length; /* including code and identifier; network byte order */
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| obj-coff-seh.c | 624 char* identifier; 626 get_symbol_name (&identifier); 627 if (strcmp (identifier, "code") != 0) 630 identifier); 622 char* identifier; local
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| obj-coff-seh.c | 624 char* identifier; 626 get_symbol_name (&identifier); 627 if (strcmp (identifier, "code") != 0) 630 identifier); 622 char* identifier; local
|
| /src/lib/libintl/ |
| plural_parser.c | 92 char identifier[MAX_LEN_ATOM+1]; member in union:token_data 113 /* get an atom (identifier or constant) */ 146 strcpy(token_data->identifier, buf); 281 printf("symbol: %s\n", token_data.identifier); 346 * term := literal | identifier | '(' exp ')' 463 /* term := identifier | constant | '(' exp ')' */ 746 printf("%s", pelem->u.token_data.identifier);
|
| /src/usr.sbin/makefs/cd9660/ |
| cd9660_eltorito.h | 64 u_char identifier [ISODCL(0x01,0x05)]; member in struct:_boot_volume_descriptor
|