Searched refs:identifier (Results 126 - 145 of 145) sorted by relevance

123456

/freebsd-13-stable/contrib/wpa/src/ap/
H A Dieee802_11.c405 if ((rx_id && !pw->identifier) || (!rx_id && pw->identifier))
407 if (rx_id && pw->identifier &&
408 os_strcmp(rx_id, pw->identifier) != 0)
/freebsd-13-stable/contrib/wpa/src/eap_peer/
H A Deap_sim.c1104 id = req->identifier;
H A Deap_aka.c1379 id = req->identifier;
/freebsd-13-stable/contrib/wpa/src/eap_server/
H A Deap_server_fast.c1117 "identifier=%d length=%lu", hdr->code, hdr->identifier,
H A Deap_server_ttls.c982 "identifier=%d length=%lu", hdr->code, hdr->identifier,
H A Deap_server_teap.c1100 "EAP-TEAP: Received Phase 2: code=%d identifier=%d length=%lu",
1101 hdr->code, hdr->identifier,
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dconfig_file.c2308 pw->identifier = os_strdup(pos2);
2309 if (!pw->identifier)
2331 os_free(pw->identifier);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp1228 // Print a space if this is an "identifier operator" like __real, or if
1270 // Field or identifier node.
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_all.h860 * SCSI protocol identifier values, current as of SPC4r36l.
2424 __offsetof(struct scsi_vpd_id_descriptor, identifier)
2425 u_int8_t identifier[]; member in struct:scsi_vpd_id_descriptor
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp57 /// isObjCAtKeyword - Return true if we have an ObjC keyword identifier.
409 // Just return the string from the identifier table, which is very quick.
658 // we don't have an identifier table available. Instead, just look at
659 // the raw identifier to recognize and categorize preprocessor directives.
1125 /// getSourceLocation - Return a source location identifier for the specified
1510 /// After encountering UTF-8 character C and interpreting it as an identifier
1511 /// character, check whether it's a homoglyph for a common non-identifier
1512 /// source character that is unlikely to be an intentional identifier
1649 // Fast path, no $,\,? in identifier found. '\' might be an escaped newline
1661 // If we are in raw mode, return this identifier ra
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h844 return Tok.is(tok::identifier) || Tok.is(tok::coloncolon) ||
857 /// The identifier is a tentatively-declared name.
859 /// The identifier is a template name. FIXME: Add an annotation for that.
861 /// The identifier can't be resolved.
871 /// TryAltiVecToken - Check for context-sensitive AltiVec identifier tokens,
889 /// identifier token, replacing it with the non-context-sensitive __vector.
902 /// Returns true if the current token is the identifier 'instancetype'.
916 /// identifier and optionally disable the keyword for the remainder of the
1040 /// Return false if the next token is an identifier. An 'expected identifier'
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1154 return II->getTokenID() == tok::identifier;
1194 // start an identifier.
/freebsd-13-stable/sys/dev/ice/
H A Dice_adminq_cmd.h87 __le32 identifier; member in struct:ice_aqc_get_exp_err
798 * are other action identifier
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4662 OPTIONAL(identifier, MDStringField, ); \
4668 // If this has an identifier try to build an ODR type.
4669 if (identifier.Val)
4671 Context, *identifier.Val, tag.Val, name.Val, file.Val, line.Val,
4685 runtimeLang.Val, vtableHolder.Val, templateParams.Val, identifier.Val,
/freebsd-13-stable/sys/amd64/vmm/intel/
H A Dvmx.c1102 vmcs->identifier = vmx_revision();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2189 Diag(receiverNameLoc, diag::err_expected_either) << tok::identifier
2280 // If the identifier is "super" and there is no trailing dot, we're
2281 // messaging super. If the identifier is "super" and there is a
2318 // If the identifier is a class or not, and there is a trailing dot,
H A DSemaDecl.cpp276 /// If the identifier refers to a type name within this scope,
279 /// This routine performs ordinary name lookup of the identifier II
395 // identifier is not a template (typo correction for template names
428 // that only makes sense if the identifier was treated like a type.
581 // Diagnose that this identifier was undeclared, and retry the lookup during
919 // function call consists solely of an identifier, and if no
920 // declaration is visible for this identifier, the identifier is
924 // extern int identifier ();
1175 if ((NextToken.is(tok::identifier) ||
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1155 uint64_t identifier = decodeULEB128((const uint8_t *)(loh + i), &n); local
1157 outs() << " identifier " << identifier << " ";
1160 switch (identifier) {
1186 outs() << "Unknown identifier value\n";
/freebsd-13-stable/sbin/camcontrol/
H A Dcamcontrol.c8954 if (scsi_8btou64(idd->identifier) == sasaddr)
10501 "identifier", argv[1]);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp651 // FIXME: Check whether this identifier was referenced anywhere in the
908 /// Whether the given identifier is "interesting".
951 // Build the IdentifierInfo and link the identifier ID with it.
963 // the reader that we've finished loading this identifier.
976 assert(Bits == 0 && "Extra bits in the identifier?");
981 if (HasRevertedTokenIDToIdentifier && II->getTokenID() != tok::identifier)
994 // If this identifier is a macro, deserialize the macro
1738 unsigned NextIndex = 1; // Skip identifier ID.
2050 // Retrieve the identifier info found within the module
2058 // Note that we are loading an identifier
[all...]

Completed in 500 milliseconds

123456