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

1234567

/freebsd-current/contrib/bsnmp/lib/
H A Dsnmp.h158 int32_t identifier; member in struct:snmp_pdu
/freebsd-current/contrib/wpa/src/radius/
H A Dradius_server.c143 * next_sess_id - Next session identifier
917 msg = radius_msg_new(code, hdr->identifier);
1027 RADIUS_DUMP("hotspot2dot0-mobile-identifier-hash",
1201 msg = radius_msg_new(code, hdr->identifier);
1251 msg = radius_msg_new(RADIUS_CODE_ACCESS_REJECT, hdr->identifier);
1258 eapfail.identifier = 0;
1390 sess->last_identifier == radius_msg_get_hdr(msg)->identifier &&
1522 sess->last_identifier = hdr->identifier;
1557 if (hdr->identifier != client->pending_dac_disconnect_id) {
1558 RADIUS_DEBUG("Ignore unexpected Disconnect response with unexpected identifier
2707 u8 identifier; local
[all...]
H A Dradius_client.c158 * calls to other functions as an identifier for the RADIUS client instance.
232 * next_radius_identifier - Next RADIUS message identifier to use
441 * Need to assign a new identifier since attribute contents
445 hdr->identifier = radius_client_get_id(radius);
472 radius_msg_get_hdr(entry->msg)->identifier);
898 radius_msg_get_hdr(req->msg)->identifier ==
899 hdr->identifier)
911 msg_type, hdr->identifier);
960 msg_type, hdr->code, hdr->identifier,
971 * radius_client_get_id - Get an identifier fo
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h101 intptr_t identifier; member in struct:lldb_private::ModuleStats
/freebsd-current/crypto/openssl/crypto/crmf/
H A Dcrmf_local.h37 * -- a brief description or identifier of the encValue content
79 * identifier CHOICE {
97 OSSL_CRMF_ENCKEYWITHID_IDENTIFIER *identifier; member in struct:ossl_crmf_enckeywithid_st
/freebsd-current/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.h66 u_char identifier [ISODCL(0x01,0x05)]; member in struct:_boot_volume_descriptor
/freebsd-current/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp288 /// ::= { ".weak", ... } [ identifier ( , identifier )* ]
300 return TokError("expected identifier in directive");
357 // .section name [, "flags"] [, identifier [ identifier ], identifier]
377 return TokError("expected identifier in directive");
416 return TokError("expected identifier in directive");
453 return TokError("expected identifier in directive");
498 return TokError("expected identifier i
739 StringRef identifier; local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp223 if (Tok.is(tok::identifier))
228 << tok::identifier << Tok.getIdentifierInfo();
229 // Objective-C++: Recover by treating this keyword as a valid identifier.
233 Diag(Tok, diag::err_expected) << tok::identifier; member in class:tok
653 case tok::identifier: {
731 case tok::identifier:
1157 // C99 6.7.2.3p6: Handle "struct-or-union identifier;", "enum { X };"
1312 // If this declaration was formed with a K&R-style identifier list for the
1542 /// types for a function with a K&R-style identifier list for arguments.
1599 // A missing identifier ha
[all...]
H A DParseStmt.cpp73 /// identifier ':' statement
90 /// 'goto' identifier ';'
141 tok::identifier, tok::star, tok::amp);
143 nextTok.isOneOf(tok::l_paren, tok::identifier, tok::arrow, tok::period);
145 nextTok.isOneOf(tok::l_paren, tok::semi, tok::identifier, tok::l_brace);
195 case tok::identifier:
205 // identifier ':' statement
209 // Look up the identifier, and typo-correct it to a keyword if it's not
224 // If the identifier was typo-corrected, try again.
225 if (Tok.isNot(tok::identifier))
1198 Diag(Tok, diag::err_expected) << tok::identifier; member in class:tok
2386 Diag(Tok, diag::err_expected) << tok::identifier; member in class:tok
[all...]
H A DParseTemplate.cpp564 case tok::identifier:
609 // If we have an identifier, skip over it.
610 if (Next.getKind() == tok::identifier)
640 /// type-parameter-key ...[opt] identifier[opt]
641 /// type-parameter-key identifier[opt] = type-id
642 /// (C++2a) type-constraint ...[opt] identifier[opt]
643 /// (C++2a) type-constraint identifier[opt] = type-id
645 /// ...[opt] identifier[opt]
647 /// identifier[opt] '=' id-expression
749 if (Tok.is(tok::identifier)) {
[all...]
H A DParseExprCXX.cpp120 /// nested-name-specifier identifier '::'
150 /// filled in with the leading identifier in the last component of the
165 assert(!LastII && "want last identifier but have already annotated scope");
195 Diag(ConsumeToken(), diag::err_expected) << tok::identifier; member in class:tok
272 // 'identifier <' after it.
284 if (Tok.is(tok::identifier)) {
285 // Consume the identifier.
382 // tok::identifier.
383 if (Tok.isNot(tok::identifier))
391 // nested-name-specifier identifier '
418 << tok::identifier; member in class:tok
[all...]
H A DParseObjc.cpp145 /// identifier objc-type-parameter-list[opt]
149 ConsumeToken(); // the identifier "class"
212 /// '@' 'interface' identifier objc-type-parameter-list[opt]
219 /// '@' 'interface' identifier objc-type-parameter-list[opt]
220 /// '(' identifier[opt] ')' objc-protocol-refs[opt]
225 /// ':' identifier objc-type-arguments[opt]
240 ConsumeToken(); // the "interface" identifier
284 if (Tok.is(tok::identifier)) {
290 << tok::identifier; // missing category name. member in class:tok
440 /// objc-type-parameter-variance? identifier obj
2224 << tok::identifier; // missing category name. member in class:tok
3349 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.
839 if (Tok.isNot(tok::identifier)) {
840 Diag(Tok, diag::err_expected) << tok::identifier;
880 /// '[' identifier ']' asm-string-literal '(' expression ')'
897 if (Tok.isNot(tok::identifier)) {
898 Diag(Tok, diag::err_expected) << tok::identifier;
[all...]
H A DParseExpr.cpp462 // as an identifier in ParseObjCMessageExpressionBody. i.e., we support:
765 /// [C++11] 'sizeof' '...' '(' identifier ')'
770 /// [GNU] '&&' identifier
780 /// [C99] identifier
813 /// [OBJC] '\@protocol' '(' identifier ')'
835 /// enumeration-constant -> identifier
843 /// identifier
1059 case tok::identifier:
1060 ParseIdentifier: { // primary-expression: identifier
1061 // unqualified-id: identifier
2694 Diag(Tok, diag::err_expected) << tok::identifier; member in class:tok
2716 Diag(Tok, diag::err_expected) << tok::identifier; member in class:tok
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h1 //===- IdentifierTable.h - Hash table for identifier lookup -----*- C++ -*-===//
62 /// Determine whether an identifier is reserved for use as a name at global
69 /// Determine whether an identifier is reserved in all contexts. Such
78 /// A simple pair of identifier info and location.
89 /// - The first value (0) represents "not a special identifier".
103 /// One of these records is kept for each identifier that
107 /// set, and all tok::identifier tokens have a pointer to one of these.
112 // Front-end token ID or tok::identifier.
129 // True if the identifier is a language extension.
133 // True if the identifier i
[all...]
/freebsd-current/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 */
3466 if (t == DIR_REC_NORMAL && isoent->identifier !
3779 char identifier[256]; local
3839 char identifier[256]; local
[all...]
/freebsd-current/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-current/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp53 module.try_emplace("identifier", identifier);
217 module_stat.identifier = (intptr_t)module;
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp281 // to make sure we find this identifier when decoding the string table to make
303 llvm::StringRef identifier((const char *)data.GetData(offset_ptr, 4), 4);
304 if (identifier != kStringTableIdentifier)
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp337 llvm::StringRef identifier;
341 path_str.c_str(), context, identifier);
348 // identifier : func
355 // identifier : func<int32_t*>
358 if (GetBasename() != identifier &&
359 GetBasenameNoTemplateParameters() != identifier)
362 // Incoming path only had an identifier, so we match.
397 const char *name, llvm::StringRef &context, llvm::StringRef &identifier) {
400 identifier);
404 identifier
396 ExtractContextAndIdentifier( const char *name, llvm::StringRef &context, llvm::StringRef &identifier) argument
[all...]
/freebsd-current/contrib/wpa/src/eap_peer/
H A Deap_tls_common.c20 u8 code, u8 identifier)
25 code, identifier);
29 code, identifier);
31 identifier);
619 * @id: EAP identifier for the response
700 * @id: EAP identifier for the response
810 * @id: EAP identifier for the response
1056 * @id: EAP identifier for the response
1196 EAP_CODE_RESPONSE, hdr->identifier);
19 eap_tls_msg_alloc(enum eap_type type, size_t payload_len, u8 code, u8 identifier) argument
/freebsd-current/sys/kern/
H A Dvfs_mountroot.c170 root_mount_hold(const char *identifier) argument
176 h->who = identifier;
185 root_mount_hold_token(const char *identifier, struct root_hold_token *h) argument
192 h->who = identifier;
198 identifier, h);
/freebsd-current/contrib/wpa/src/common/
H A Ddpp.h183 char *identifier; member in struct:dpp_pkex
607 const char *identifier, const char *code,
613 const char *identifier,
/freebsd-current/stand/libsa/
H A Dcd9660.c79 const char *identifier, struct iso_directory_record *dp,
132 susp_lookup_record(struct open_file *f, const char *identifier, argument
149 if (bcmp(sh->type, identifier, 2) == 0)

Completed in 190 milliseconds

1234567