Searched refs:id_buf (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcomponentlib.h59 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:ComponentBits
78 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:ComponentBMPString
96 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:ComponentBool
114 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:ComponentEnum
133 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:ComponentIA5String
154 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:ComponentInt
173 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:ComponentList
184 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:ComponentNull
203 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:ComponentNumericString
221 char id_buf[MAX_IDENTIFIER_LE member in struct:ComponentOcts
241 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:ComponentOid
260 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:ComponentPrintableString
278 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:ComponentReal
297 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:ComponentRelativeOid
315 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:ComponentTeletexString
335 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:ComponentUniversalString
353 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:ComponentUTF8String
371 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:ComponentVisibleString
410 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:ComponentAny
577 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:comp_irAttributeTypeAndValue
[all...]
H A DauthorityKeyIdentifier.h53 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:OtherName
76 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:ORAddress
100 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:AttributeTypeAndValue
123 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:DirectoryString
160 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:EDIPartyName
213 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:Name
242 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:GeneralName
302 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:AuthorityKeyIdentifier
H A Dcertificate.h102 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:AlgorithmIdentifier
125 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:Time
156 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:Extension
180 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:AttributeTypeAndValue
203 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:Validity
226 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:SubjectPublicKeyInfo
294 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:Name
323 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:TBSCertificate
354 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:Certificate
H A Dcrl.h69 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:AlgorithmIdentifier
92 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:Time
123 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:Extension
147 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:AttributeTypeAndValue
185 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:TBSCertListSeqOfSeq
254 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:Name
283 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:TBSCertList
311 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:CertificateList
335 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:Validity
H A Dcrl.c64 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;
143 (k->revocationDate)->identifier.bv_val = (k->revocationDate)->id_buf;
169 (k->crlEntryExtensions)->identifier.bv_val = (k->crlEntryExtensions)->id_buf;
601 if ( ( comp->version->identifier.bv_val && strncmp(comp->version->identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->version->id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) {
609 if ( ( comp->signature->identifier.bv_val && strncmp(comp->signature->identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->signature->id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) {
617 if ( ( comp->issuer->identifier.bv_val && strncmp(comp->issuer->identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->issuer->id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) {
625 if ( ( comp->thisUpdate->identifier.bv_val && strncmp(comp->thisUpdate->identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->thisUpdate->id_buf, c
[all...]
H A DauthorityKeyIdentifier.c60 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;
127 (&k->value)->identifier.bv_val = (&k->value)->id_buf;
285 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 ) ) {
291 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 ) ) {
297 if ( ( comp->extension.identifier.bv_val && strncmp(comp->extension.identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->extension.id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) {
339 (&k->type_id)->identifier.bv_val = (&k->type_id)->id_buf;
352 (&k->value)->identifier.bv_val = (&k->value)->id_buf;
376 (&k->extension)->identifier.bv_val = (&k->extension)->id_buf;
[all...]
H A Dcertificate.c118 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;
194 (&k->parameters)->identifier.bv_val = (&k->parameters)->id_buf;
356 ( strncmp(comp->a.utcTime->id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0))) {
366 ( strncmp(comp->a.generalizedTime->id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0))) {
410 (k->a.utcTime)->identifier.bv_val = (k->a.utcTime)->id_buf;
420 (k->a.generalizedTime)->identifier.bv_val = (k->a.generalizedTime)->id_buf;
550 if ( ( comp->extnID.identifier.bv_val && strncmp(comp->extnID.identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->extnID.id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) {
556 if ( ( comp->critical->identifier.bv_val && strncmp(comp->critical->identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->critical->id_buf, c
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dmail_stream.c143 static VSTRING *id_buf; variable
439 if (id_buf == 0)
440 id_buf = vstring_alloc(10);
444 ATTR_TYPE_STR, MAIL_ATTR_QUEUEID, id_buf, 0) != 1) {
453 info->id = mystrdup(vstring_str(id_buf));
469 if (id_buf == 0)
470 id_buf = vstring_alloc(10);
496 ATTR_TYPE_STR, MAIL_ATTR_QUEUEID, id_buf, 0) != 1) {
506 info->id = mystrdup(vstring_str(id_buf));
H A Dmail_queue.c316 static VSTRING *id_buf; local
329 if (id_buf == 0) {
331 id_buf = vstring_alloc(10);
382 vstring_sprintf(id_buf, "%05X%s", (int) tp->tv_usec, file_id);
383 mail_queue_path(path_buf, queue_name, STR(id_buf));
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Dremote-cstms.c244 static char sock_buf[20], retsock_buf[20], id_buf[20];
246 { EXPORT_COMMAND, "-id", sock_buf, retsock_buf, id_buf, 0 };
251 (void) sprintf (id_buf, "%x", permit.id);
242 static char sock_buf[20], retsock_buf[20], id_buf[20]; local

Completed in 170 milliseconds