| /src/tests/usr.bin/xlint/lint1/ |
| 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;
|
| 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_027.c | 8 extern int identifier(void); 10 /* expect+1: error: redeclaration of 'identifier' with type 'function(void) returning double', expected 'function(void) returning int' [347] */ 11 extern double identifier(void);
|
| c23.c | 126 // An attribute may be a plain identifier without arguments. 127 [[identifier]]i++; 129 // The identifier may be prefixed with one additional identifier. 130 [[prefix::identifier]]i++; 133 [[identifier()]]i++; 136 [[identifier([])]]i++; 146 [[identifier([], {}, ())]]i++; 149 [[identifier(((((())))))]]i++; 151 [[identifier([[[[[]]]]])]]i++ [all...] |
| gcc_attribute.c | 116 identifier
|
| decl_arg.c | 27 /* expect+6: warning: function definition for 'old_style' with identifier list is obsolete in C23 [384] */ 65 /* expect+1: warning: function definition for 'cover_notype_direct_decl' with identifier list is obsolete in C23 [384] */ 130 double (identifier), 146 double (identifier), /* 4 */ 160 /* expect+1: warning: function definition for 'f' with identifier list is obsolete in C23 [384] */
|
| /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/tests/usr.bin/indent/ |
| lex_ident.c | 57 int identifier\n; 61 int identifier \ n;
|
| /src/external/bsd/elftosb/dist/common/ |
| OutputSection.h | 25 OutputSection(uint32_t identifier) : m_id(identifier), m_options(0) {} 28 void setIdentifier(uint32_t identifier) { m_id = identifier; } 41 uint32_t m_id; //!< Unique identifier. 52 OperationSequenceSection(uint32_t identifier) : OutputSection(identifier) {} 67 BinaryDataSection(uint32_t identifier) : OutputSection(identifier), Blob() {}
|
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| turn.c | 45 LDAP_CONST char* identifier, 57 ber_printf( turnvalber, "{bs}", mutual, identifier ); 59 ber_printf( turnvalber, "{s}", identifier ); 76 LDAP_CONST char* identifier, 87 ber_printf( turnvalber, "{bs}", 0xFF, identifier ); 89 ber_printf( turnvalber, "{s}", identifier );
|
| /src/external/mpl/bind/dist/bin/tests/system/isctest/ |
| instance.py | 5 # SPDX-License-Identifier: MPL-2.0 55 identifier: str, 60 `identifier` is the name of the instance's directory 62 `num` is optional if the identifier is in a form of `ns<X>`, in which 63 case `<X>` is assumed to be numeric identifier; otherwise it must be 71 self.directory = Path(identifier).absolute() 76 self.identifier = identifier 77 self.num = self._identifier_to_num(identifier, num) 81 self.log = TextFile(os.path.join(identifier, "named.run") [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| id.d | 14 import dmd.identifier; 26 mixin(msgtable.generate(&identifier)); 29 * Populates the identifier pool with all predefined symbols. 31 * An identifier that corresponds to each static field in this struct will 32 * be placed in the identifier pool. 56 * and a call to `Identifier.idPool` to populate the identifier pool in the 447 { "identifier" }, 496 // C names, for undefined identifier error messages 524 * Tuple of DMD source code identifier and symbol in the D executable [all...] |
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| known-function-manager.cc | 120 if (tree identifier = DECL_NAME (fndecl)) 122 = get_by_identifier_in_std_ns (identifier)) 131 if (tree identifier = DECL_NAME (fndecl)) 132 if (const known_function *candidate = get_by_identifier (identifier)) 167 /* Get any known_function matching IDENTIFIER, without type-checking. 171 known_function_manager::get_by_identifier (tree identifier) const 174 known_function **slot = mut_this->m_map_id_to_kf.get (identifier); 181 /* Get any known_function in C++ std:: namespace matching IDENTIFIER, without 186 known_function_manager::get_by_identifier_in_std_ns (tree identifier) const 189 known_function **slot = mut_this->m_std_ns_map_id_to_kf.get (identifier); [all...] |
| /src/external/gpl3/gdb/dist/gdb/compile/ |
| compile-cplus-symbols.c | 223 use, IDENTIFIER is the name of the symbol, SYM is the symbol 228 const char *identifier, struct block_symbol sym, 252 global_sym = lookup_symbol (identifier, nullptr, domain, nullptr); 261 identifier); 269 identifier); 340 const char *identifier) 344 "got oracle request for \"%s\"\n", identifier); 357 = lookup_symbol (identifier, instance->block (), SEARCH_VFT, nullptr); 362 convert_symbol_sym (instance, identifier, sym, SEARCH_VFT); 369 searcher.find_all_symbols (identifier, current_language [all...] |
| compile-c-symbols.c | 207 use, IDENTIFIER is the name of the symbol, SYM is the symbol 211 convert_symbol_sym (compile_c_instance *context, const char *identifier, 237 global_sym = lookup_symbol (identifier, NULL, domain, NULL); 246 identifier); 254 identifier); 322 const char *identifier) 350 sym = lookup_symbol (identifier, context->block (), domain, NULL); 353 convert_symbol_sym (context, identifier, sym, domain); 359 = lookup_minimal_symbol (current_program_space, identifier); 376 identifier); [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/compile/ |
| compile-cplus-symbols.c | 223 use, IDENTIFIER is the name of the symbol, SYM is the symbol 228 const char *identifier, struct block_symbol sym, 252 global_sym = lookup_symbol (identifier, nullptr, domain, nullptr); 261 identifier); 269 identifier); 340 const char *identifier) 344 "got oracle request for \"%s\"\n", identifier); 357 = lookup_symbol (identifier, instance->block (), SEARCH_VFT, nullptr); 362 convert_symbol_sym (instance, identifier, sym, SEARCH_VFT); 369 searcher.find_all_symbols (identifier, current_language [all...] |
| compile-c-symbols.c | 207 use, IDENTIFIER is the name of the symbol, SYM is the symbol 211 convert_symbol_sym (compile_c_instance *context, const char *identifier, 237 global_sym = lookup_symbol (identifier, NULL, domain, NULL); 246 identifier); 254 identifier); 323 const char *identifier) 351 sym = lookup_symbol (identifier, context->block (), domain, NULL); 354 convert_symbol_sym (context, identifier, sym, domain); 361 bmsym = lookup_minimal_symbol (identifier, NULL, NULL); 378 identifier); [all...] |
| /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);
|
| /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);
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
| crl.c | 64 if ( ( comp->userCertificate.identifier.bv_val && strncmp(comp->userCertificate.identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->userCertificate.id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) { 70 if ( ( comp->revocationDate->identifier.bv_val && strncmp(comp->revocationDate->identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->revocationDate->id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) { 78 if ( ( comp->crlEntryExtensions->identifier.bv_val && strncmp(comp->crlEntryExtensions->identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->crlEntryExtensions->id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) { 125 (&k->userCertificate)->identifier.bv_val = (&k->userCertificate)->id_buf; 126 (&k->userCertificate)->identifier.bv_len = strlen("userCertificate"); 127 strcpy( (&k->userCertificate)->identifier.bv_val, "userCertificate"); 143 (k->revocationDate)->identifier.bv_val = (k->revocationDate)->id_buf [all...] |
| authorityKeyIdentifier.c | 60 if ( ( comp->type_id.identifier.bv_val && strncmp(comp->type_id.identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->type_id.id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) { 66 if ( ( comp->value.identifier.bv_val && strncmp(comp->value.identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->value.id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) { 111 (&k->type_id)->identifier.bv_val = (&k->type_id)->id_buf; 112 (&k->type_id)->identifier.bv_len = strlen("type_id"); 113 strcpy( (&k->type_id)->identifier.bv_val, "type_id"); 127 (&k->value)->identifier.bv_val = (&k->value)->id_buf; 128 (&k->value)->identifier.bv_len = strlen("value"); 129 strcpy( (&k->value)->identifier.bv_val, "value") [all...] |
| certificate.c | 118 if ( ( comp->algorithm.identifier.bv_val && strncmp(comp->algorithm.identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->algorithm.id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) { 124 if ( ( comp->parameters.identifier.bv_val && strncmp(comp->parameters.identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->parameters.id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) { 170 (&k->algorithm)->identifier.bv_val = (&k->algorithm)->id_buf; 171 (&k->algorithm)->identifier.bv_len = strlen("algorithm"); 172 strcpy( (&k->algorithm)->identifier.bv_val, "algorithm"); 194 (&k->parameters)->identifier.bv_val = (&k->parameters)->id_buf; 195 (&k->parameters)->identifier.bv_len = strlen("parameters"); 196 strcpy( (&k->parameters)->identifier.bv_val, "parameters") [all...] |
| /src/external/bsd/ntp/dist/scripts/ |
| plot_summary.in | 28 my ($identifier, $offset_limit, $gnuplot_terminal, $wait_after_plot, 39 $identifier = $opts->{'identifier'}; 40 if (!$identifier) { 41 $identifier = "host".`hostname`; 42 chomp $identifier; 171 print "set title \"Loop Summary for $identifier: " . 217 print "set title \"Loop Summary for $identifier: " . 294 "\"Peer Summary for $peer on $identifier since $first_day\"\n";
|
| /src/external/bsd/wpa/dist/src/eap_common/ |
| eap_common.h | 26 size_t payload_len, u8 code, u8 identifier);
|
| eap_pax_common.c | 21 * @identifier: Public identifier for the key (Y) 31 const char *identifier, 42 if (identifier == NULL || num_blocks >= 255) 49 addr[0] = (const u8 *) identifier; 50 len[0] = os_strlen(identifier);
|