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

123456

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp274 /// ::= { ".weak", ... } [ identifier ( , identifier )* ]
285 return TokError("expected identifier in directive");
338 // .section name [, "flags"] [, identifier [ identifier ], identifier]
357 return TokError("expected identifier in directive");
396 return TokError("expected identifier in directive");
416 return TokError("expected identifier in directive");
461 return TokError("expected identifier i
696 StringRef identifier; local
[all...]
/freebsd-13-stable/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.h68 u_char identifier [ISODCL(0x01,0x05)]; member in struct:_boot_volume_descriptor
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c258 * ext_off : offset of identifier extension.
259 * ext_len : length of identifier extension.
260 * id_len : byte size of identifier.
263 * mb_len : length of multibyte-character of identifier.
267 char *identifier; member in struct:isoent
335 * bytes of this option shall specify an identifier
341 #define OPT_APPLICATION_ID_DEFAULT 0 /* Use default identifier */
606 * bytes of this option shall specify an identifier
651 #define OPT_VOLUME_ID_DEFAULT 0 /* Use default identifier */
3467 if (t == DIR_REC_NORMAL && isoent->identifier !
3780 char identifier[256]; local
3840 char identifier[256]; local
[all...]
/freebsd-13-stable/contrib/kyua/store/
H A Dschema_v3.sql95 -- As you will notice, every object has a unique identifier and there is no
105 -- object, we calculate what its identifier should be as the last rowid of
107 -- identifier.
125 -- their identifier.
H A Dschema_v2.sql119 -- unique identifier and there is no attempt to deduplicate data. This
135 -- object, we calculate what its identifier should be as the last rowid of
137 -- identifier.
155 -- their identifier.
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp67 /// identifier ':' statement
84 /// 'goto' identifier ';'
124 tok::identifier, tok::star, tok::amp);
126 nextTok.isOneOf(tok::l_paren, tok::identifier, tok::arrow, tok::period);
128 nextTok.isOneOf(tok::l_paren, tok::semi, tok::identifier, tok::l_brace);
178 case tok::identifier: {
181 // identifier ':' statement
185 // Look up the identifier, and typo-correct it to a keyword if it's not
200 // If the identifier was typo-corrected, try again.
201 if (Tok.isNot(tok::identifier))
1051 Diag(Tok, diag::err_expected) << tok::identifier; member in class:tok
2110 Diag(Tok, diag::err_expected) << tok::identifier; member in class:tok
[all...]
H A DParseExprCXX.cpp117 /// 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))
388 // nested-name-specifier identifier '
415 << tok::identifier; member in class:tok
[all...]
H A DParseObjc.cpp128 /// identifier objc-type-parameter-list[opt]
132 ConsumeToken(); // the identifier "class"
190 /// '@' 'interface' identifier objc-type-parameter-list[opt]
197 /// '@' 'interface' identifier objc-type-parameter-list[opt]
198 /// '(' identifier[opt] ')' objc-protocol-refs[opt]
203 /// ':' identifier objc-type-arguments[opt]
218 ConsumeToken(); // the "interface" identifier
262 if (Tok.is(tok::identifier)) {
268 << tok::identifier; // missing category name. member in class:tok
405 /// objc-type-parameter-variance? identifier obj
2157 << tok::identifier; // missing category name. member in class:tok
3278 Diag(Tok, diag::err_expected) << tok::identifier; // missing selector name. member in class:tok
[all...]
H A DParseStmtAsm.cpp199 /// Parse an identifier in an MS-style inline assembly block.
228 // Require an identifier here.
248 // While the next two tokens are 'period' 'identifier', repeatedly parse it as
253 if (IdTok.isNot(tok::identifier))
257 ConsumeToken(); // Consume the identifier.
836 if (Tok.isNot(tok::identifier)) {
837 Diag(Tok, diag::err_expected) << tok::identifier;
877 /// '[' identifier ']' asm-string-literal '(' expression ')'
894 if (Tok.isNot(tok::identifier)) {
895 Diag(Tok, diag::err_expected) << tok::identifier;
[all...]
H A DParseExpr.cpp450 // as an identifier in ParseObjCMessageExpressionBody. i.e., we support:
753 /// [C++11] 'sizeof' '...' '(' identifier ')'
758 /// [GNU] '&&' identifier
768 /// [C99] identifier
798 /// [OBJC] '\@protocol' '(' identifier ')'
820 /// enumeration-constant -> identifier
828 /// identifier
1052 case tok::identifier: { // primary-expression: identifier
1053 // unqualified-id: identifier
2559 Diag(Tok, diag::err_expected) << tok::identifier; member in class:tok
2581 Diag(Tok, diag::err_expected) << tok::identifier; member in class:tok
[all...]
/freebsd-13-stable/contrib/wpa/src/radius/
H A Dradius_client.c157 * calls to other functions as an identifier for the RADIUS client instance.
231 * next_radius_identifier - Next RADIUS message identifier to use
440 * Need to assign a new identifier since attribute contents
444 hdr->identifier = radius_client_get_id(radius);
471 radius_msg_get_hdr(entry->msg)->identifier);
888 radius_msg_get_hdr(req->msg)->identifier ==
889 hdr->identifier)
901 msg_type, hdr->identifier);
950 msg_type, hdr->code, hdr->identifier,
961 * radius_client_get_id - Get an identifier fo
[all...]
H A Dradius_das.c176 RADIUS_CODE_DISCONNECT_ACK, hdr->identifier);
367 RADIUS_CODE_COA_ACK, hdr->identifier);
/freebsd-13-stable/contrib/wpa/src/eap_peer/
H A Deap_tls_common.c20 u8 code, u8 identifier)
25 code, identifier);
29 code, identifier);
31 identifier);
617 * @id: EAP identifier for the response
697 * @id: EAP identifier for the response
807 * @id: EAP identifier for the response
1053 * @id: EAP identifier for the response
1189 EAP_CODE_RESPONSE, hdr->identifier);
19 eap_tls_msg_alloc(EapType type, size_t payload_len, u8 code, u8 identifier) argument
/freebsd-13-stable/sys/kern/
H A Dvfs_mountroot.c174 root_mount_hold(const char *identifier) argument
180 h->who = identifier;
189 root_mount_hold_token(const char *identifier, struct root_hold_token *h) argument
196 h->who = identifier;
202 identifier, h);
/freebsd-13-stable/contrib/wpa/src/common/
H A Ddpp.h134 char *identifier; member in struct:dpp_pkex
464 const char *identifier,
470 const char *identifier,
H A Ddpp.c6662 const char *identifier, BN_CTX *bnctx,
6677 /* Qi = H(MAC-Initiator | [identifier |] code) * Pi */
6683 if (identifier) {
6684 wpa_printf(MSG_DEBUG, "DPP: code identifier: %s",
6685 identifier);
6686 addr[num_elem] = (const u8 *) identifier;
6687 len[num_elem] = os_strlen(identifier);
6697 "DPP: H(MAC-Initiator | [identifier |] code)",
6746 const char *identifier, BN_CTX *bnctx,
6761 /* Qr = H(MAC-Responder | | [identifier | ] cod
6660 dpp_pkex_derive_Qi(const struct dpp_curve_params *curve, const u8 *mac_init, const char *code, const char *identifier, BN_CTX *bnctx, EC_GROUP **ret_group) argument
6744 dpp_pkex_derive_Qr(const struct dpp_curve_params *curve, const u8 *mac_resp, const char *code, const char *identifier, BN_CTX *bnctx, EC_GROUP **ret_group) argument
7038 dpp_pkex_init(void *msg_ctx, struct dpp_bootstrap_info *bi, const u8 *own_mac, const char *identifier, const char *code) argument
7226 dpp_pkex_identifier_match(const u8 *attr_id, u16 attr_id_len, const char *identifier) argument
7252 dpp_pkex_rx_exchange_req(void *msg_ctx, struct dpp_bootstrap_info *bi, const u8 *own_mac, const u8 *peer_mac, const char *identifier, const char *code, const u8 *buf, size_t len) argument
[all...]
/freebsd-13-stable/stand/libsa/
H A Dcd9660.c80 const char *identifier, struct iso_directory_record *dp,
121 susp_lookup_record(struct open_file *f, const char *identifier, argument
138 if (bcmp(sh->type, identifier, 2) == 0)
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarparse-undef-partial.mk53 # The variable COMPILER typically contains an identifier and the variable is
/freebsd-13-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DHTMLRewrite.cpp468 case tok::identifier:
469 llvm_unreachable("tok::identifier in raw lexing mode!");
472 // looking up the identifier in the identifier table.
475 // If this is a pp-identifier, for a keyword, highlight it as such.
476 if (Tok.isNot(tok::identifier))
559 // If this raw token is an identifier, the raw lexer won't have looked up
560 // the corresponding identifier info for it. Do this now so that it will be
/freebsd-13-stable/sys/dev/mlxfw/
H A Dmlxfw_mfa2.c247 pr_debug(" -- Component type %d\n", be16_to_cpu(cdesc->identifier));
586 comp_data->comp.index = be16_to_cpu(comp->identifier);
/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_phy.c1307 u8 identifier = 0; local
1328 &identifier);
1333 if (identifier != IXGBE_SFF_IDENTIFIER_SFP) {
1454 hw->phy.id = identifier;
1647 u8 identifier = 0; local
1669 &identifier);
1674 if (identifier != IXGBE_SFF_IDENTIFIER_QSFP_PLUS) {
1680 hw->phy.id = identifier;
/freebsd-13-stable/sys/cam/ctl/
H A Dctl_frontend.c292 scsi_u64to8b(port->wwnn, desc->identifier);
309 scsi_u64to8b(port->wwpn, desc->identifier);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp100 while (Tok && Tok->is(tok::identifier)) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm-c/
H A Dlto.h683 const char *identifier, const char *data,
/freebsd-13-stable/sys/fs/udf/
H A Decma167-udf.h318 uint8_t l_fi; /* Length of file identifier area */
364 uint8_t identifier[1]; member in struct:path_component

Completed in 177 milliseconds

123456