Home
last modified time | relevance | path

Searched refs:identifier (Results 1 – 25 of 1014) sorted by relevance

12345678910>>...41

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A DauthorityKeyIdentifier.c60 …if ( ( comp->type_id.identifier.bv_val && strncmp(comp->type_id.identifier.bv_val, cr->cr_curr->ci… in ExtractingComponentOtherName()
66 …if ( ( comp->value.identifier.bv_val && strncmp(comp->value.identifier.bv_val, cr->cr_curr->ci_val… in ExtractingComponentOtherName()
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");
205 (&k->type_id)->identifier.bv_val = peek_head;
206 (&k->type_id)->identifier.bv_len = strLen;
[all …]
H A Dcrl.c64 …if ( ( comp->userCertificate.identifier.bv_val && strncmp(comp->userCertificate.identifier.bv_val,… in ExtractingComponentTBSCertListSeqOfSeq()
70 …if ( ( comp->revocationDate->identifier.bv_val && strncmp(comp->revocationDate->identifier.bv_val,… in ExtractingComponentTBSCertListSeqOfSeq()
78 …if ( ( comp->crlEntryExtensions->identifier.bv_val && strncmp(comp->crlEntryExtensions->identifier in ExtractingComponentTBSCertListSeqOfSeq()
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;
144 (k->revocationDate)->identifier.bv_len = strlen("revocationDate");
145 strcpy( (k->revocationDate)->identifier.bv_val, "revocationDate");
169 (k->crlEntryExtensions)->identifier.bv_val = (k->crlEntryExtensions)->id_buf;
[all …]
H A Dcertificate.c118 …if ( ( comp->algorithm.identifier.bv_val && strncmp(comp->algorithm.identifier.bv_val, cr->cr_curr… in ExtractingComponentAlgorithmIdentifier()
124 …if ( ( comp->parameters.identifier.bv_val && strncmp(comp->parameters.identifier.bv_val, cr->cr_cu… in ExtractingComponentAlgorithmIdentifier()
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");
267 (&k->algorithm)->identifier.bv_val = peek_head;
268 (&k->algorithm)->identifier.bv_len = strLen;
[all …]
H A Dcomponentlib.h61 struct berval identifier; member
80 struct berval identifier; member
98 struct berval identifier; member
116 struct berval identifier; member
135 struct berval identifier; member
156 struct berval identifier; member
175 struct berval identifier; member
186 struct berval identifier; member
205 struct berval identifier; member
223 struct berval identifier; member
[all …]
H A Dcrl.h68 struct berval identifier; member
91 struct berval identifier; member
122 struct berval identifier; member
146 struct berval identifier; member
184 struct berval identifier; member
253 struct berval identifier; member
282 struct berval identifier; member
310 struct berval identifier; member
334 struct berval identifier; member
H A Dcertificate.h101 struct berval identifier; member
124 struct berval identifier; member
155 struct berval identifier; member
179 struct berval identifier; member
202 struct berval identifier; member
225 struct berval identifier; member
293 struct berval identifier; member
322 struct berval identifier; member
353 struct berval identifier; member
H A DauthorityKeyIdentifier.h52 struct berval identifier; member
75 struct berval identifier; member
99 struct berval identifier; member
122 struct berval identifier; member
159 struct berval identifier; member
212 struct berval identifier; member
241 struct berval identifier; member
301 struct berval identifier; member
/netbsd-src/external/apache2/llvm/dist/llvm/
H A D.clang-tidy1 …misc-unused-parameters,-misc-non-private-member-variables-in-classes,readability-identifier-naming'
3 - key: readability-identifier-naming.ClassCase
5 - key: readability-identifier-naming.EnumCase
7 - key: readability-identifier-naming.FunctionCase
9 - key: readability-identifier-naming.MemberCase
11 - key: readability-identifier-naming.ParameterCase
13 - key: readability-identifier-naming.UnionCase
15 - key: readability-identifier-naming.VariableCase
17 - key: readability-identifier-naming.IgnoreMainLikeFunctions
/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dc23.c126 // An attribute may be a plain identifier without arguments. in attributes()
127 [[identifier]]i++; in attributes()
129 // The identifier may be prefixed with one additional identifier. in attributes()
130 [[prefix::identifier]]i++; in attributes()
133 [[identifier()]]i++; in attributes()
136 [[identifier([])]]i++; in attributes()
146 [[identifier([], {}, ())]]i++; in attributes()
149 [[identifier(((((())))))]]i++; in attributes()
151 [[identifier([[[[[]]]]])]] in attributes()
[all...]
H A Dmsg_086.c14 int identifier = 3; local_auto() local
20 arg_auto(int identifier) arg_auto() argument
H A Dmsg_095.c8 int identifier; variable
11 example(int identifier) in example() argument
17 int identifier = 3; in example() local
20 return identifier; in example()
/netbsd-src/external/apache2/llvm/dist/clang/
H A D.clang-tidy1 …isc-unused-parameters,-misc-non-private-member-variables-in-classes,-readability-identifier-naming'
2 # Note that the readability-identifier-naming check is disabled, there are too
8 - key: readability-identifier-naming.ClassCase
10 - key: readability-identifier-naming.EnumCase
12 - key: readability-identifier-naming.FunctionCase
14 - key: readability-identifier-naming.MemberCase
16 - key: readability-identifier-naming.ParameterCase
18 - key: readability-identifier-naming.UnionCase
20 - key: readability-identifier-naming.VariableCase
22 - key: readability-identifier-naming.IgnoreMainLikeFunctions
/netbsd-src/external/apache2/llvm/dist/llvm/tools/split-file/
H A D.clang-tidy2 …misc-unused-parameters,-misc-non-private-member-variables-in-classes,readability-identifier-naming'
4 - key: readability-identifier-naming.ClassCase
6 - key: readability-identifier-naming.EnumCase
8 - key: readability-identifier-naming.FunctionCase
10 - key: readability-identifier-naming.MemberCase
12 - key: readability-identifier-naming.ParameterCase
14 - key: readability-identifier-naming.UnionCase
16 - key: readability-identifier-naming.VariableCase
18 - key: readability-identifier-naming.IgnoreMainLikeFunctions
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A D.clang-tidy1 Checks: '-*,clang-diagnostic-*,llvm-*,misc-*,readability-identifier-naming'
3 - key: readability-identifier-naming.ClassCase
5 - key: readability-identifier-naming.EnumCase
7 - key: readability-identifier-naming.FunctionCase
9 - key: readability-identifier-naming.UnionCase
11 - key: readability-identifier-naming.GlobalConstantCase
13 - key: readability-identifier-naming.GlobalConstantPrefix
15 - key: readability-identifier-naming.VariableCase
/netbsd-src/external/bsd/elftosb/dist/common/
H A DOutputSection.h25 OutputSection(uint32_t identifier) : m_id(identifier), m_options(0) {} in OutputSection() argument
28 void setIdentifier(uint32_t identifier) { m_id = identifier; } in setIdentifier() argument
52 OperationSequenceSection(uint32_t identifier) : OutputSection(identifier) {} in OperationSequenceSection() argument
67 BinaryDataSection(uint32_t identifier) : OutputSection(identifier), Blob() {} in BinaryDataSection() argument
H A DEncoreBootImage.h466 inline void setSectionIdentifier(uint32_t identifier) { m_sectionIdentifier = identifier; } in setSectionIdentifier() argument
708 …Section(uint32_t identifier) : CipherBlockGenerator(), m_identifier(identifier), m_image(0), m_ali… in Section() argument
712 inline void setIdentifier(uint32_t identifier) { m_identifier = identifier; } in setIdentifier() argument
785 BootSection(uint32_t identifier) : Section(identifier) {} in BootSection() argument
847 DataSection(uint32_t identifier) : Section(identifier), m_data(), m_length(0) {} in DataSection() argument
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dturn.c45 LDAP_CONST char* identifier, in ldap_turn() argument
57 ber_printf( turnvalber, "{bs}", mutual, identifier ); in ldap_turn()
59 ber_printf( turnvalber, "{s}", identifier ); in ldap_turn()
76 LDAP_CONST char* identifier, in ldap_turn_s() argument
87 ber_printf( turnvalber, "{bs}", 0xFF, identifier ); in ldap_turn_s()
89 ber_printf( turnvalber, "{s}", identifier ); in ldap_turn_s()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Danalyzer.cc71 tree identifier = DECL_NAME (fndecl); in is_named_call_p() local
72 const char *name = IDENTIFIER_POINTER (identifier); in is_named_call_p()
123 tree identifier = DECL_NAME (fndecl); in is_std_named_call_p() local
124 const char *name = IDENTIFIER_POINTER (identifier); in is_std_named_call_p()
204 tree identifier = DECL_NAME (fndecl); in get_user_facing_name() local
205 gcc_assert (identifier); in get_user_facing_name()
207 const char *name = IDENTIFIER_POINTER (identifier); in get_user_facing_name()
/netbsd-src/tests/libexec/ld.elf_so/helper_dso3/
H A Dh_helper_dso3.cpp33 const char *identifier; member
34 VerboseDestructor(const char *identifier_) : identifier(identifier_) { in VerboseDestructor()
35 printf("in ctor: %s\n", identifier); in VerboseDestructor()
38 printf("in dtor: %s\n", identifier); in ~VerboseDestructor()
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/kdc/
H A Dcheck-digest.in170 identifier=`grep identifier= sdigest-reply | cut -f2- -d=`
178 --server-identifier="$identifier" \
195 --server-identifier="$identifier" \
216 --server-identifier="$identifier" \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dspellcheck-tree.c59 tree identifier; in find_closest_identifier() local
60 FOR_EACH_VEC_ELT (*candidates, i, identifier) in find_closest_identifier()
62 gcc_assert (TREE_CODE (identifier) == IDENTIFIER_NODE); in find_closest_identifier()
63 bm.consider (identifier); in find_closest_identifier()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dspellcheck-tree.cc59 tree identifier; in find_closest_identifier() local
60 FOR_EACH_VEC_ELT (*candidates, i, identifier) in find_closest_identifier()
62 gcc_assert (TREE_CODE (identifier) == IDENTIFIER_NODE); in find_closest_identifier()
63 bm.consider (identifier); in find_closest_identifier()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Danalyzer.cc255 tree identifier = DECL_NAME (fndecl); in is_named_call_p() local
256 const char *name = IDENTIFIER_POINTER (identifier); in is_named_call_p()
307 tree identifier = DECL_NAME (fndecl); in is_std_named_call_p() local
308 const char *name = IDENTIFIER_POINTER (identifier); in is_std_named_call_p()
393 tree identifier = DECL_NAME (fndecl); in get_user_facing_name() local
394 gcc_assert (identifier); in get_user_facing_name()
396 const char *name = IDENTIFIER_POINTER (identifier); in get_user_facing_name()
/netbsd-src/external/bsd/openldap/dist/doc/devel/variadic_debug/
H A D07-shortcut.cocci48 identifier buf;
71 identifier shortcut_process.merged;
73 identifier buf;
84 identifier buf;
109 identifier shortcut_locked_process.merged;
111 identifier buf;
128 identifier buf, id;
H A D09-merge.cocci52 identifier buf;
86 identifier a_process.merged;
90 identifier buf;
115 identifier buf;
136 identifier b_process.merged;
140 identifier buf;

12345678910>>...41