| /src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
| componentlib.h | 62 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:ComponentBits 81 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:ComponentBMPString 99 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:ComponentBool 117 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:ComponentEnum 136 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:ComponentIA5String 157 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:ComponentInt 176 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:ComponentList 187 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:ComponentNull 206 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:ComponentNumericString 224 char id_buf[MAX_IDENTIFIER_LEN] member in struct:ComponentOcts 244 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:ComponentOid 263 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:ComponentPrintableString 281 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:ComponentReal 300 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:ComponentRelativeOid 318 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:ComponentTeletexString 338 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:ComponentUniversalString 356 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:ComponentUTF8String 374 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:ComponentVisibleString 413 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:ComponentAny 580 char id_buf[MAX_IDENTIFIER_LEN]; member in struct:comp_irAttributeTypeAndValue [all...] |
| authorityKeyIdentifier.h | 53 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
|
| certificate.h | 102 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
|
| crl.h | 69 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
|
| 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; 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, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) [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; 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...] |
| 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; 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, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) [all...] |
| /src/external/ibm-public/postfix/dist/src/global/ |
| mail_queue.c | 327 static VSTRING *id_buf; local 340 if (id_buf == 0) { 344 id_buf = vstring_alloc(10); 396 vstring_sprintf(id_buf, "%s%s%c%s", 401 vstring_sprintf(id_buf, "%s%s", 405 mail_queue_path(path_buf, queue_name, STR(id_buf));
|
| mail_stream.c | 150 static VSTRING *id_buf; variable 447 if (id_buf == 0) 448 id_buf = vstring_alloc(10); 453 RECV_ATTR_STR(MAIL_ATTR_QUEUEID, id_buf), 0) != 1) { 462 info->id = mystrdup(vstring_str(id_buf)); 478 if (id_buf == 0) 479 id_buf = vstring_alloc(10); 506 RECV_ATTR_STR(MAIL_ATTR_QUEUEID, id_buf), 0) != 1) { 516 info->id = mystrdup(vstring_str(id_buf));
|
| /src/external/gpl2/gmake/dist/ |
| remote-cstms.c | 238 static char sock_buf[20], retsock_buf[20], id_buf[20]; 240 { EXPORT_COMMAND, "-id", sock_buf, retsock_buf, id_buf, 0 }; 245 (void) sprintf (id_buf, "%x", permit.id); 236 static char sock_buf[20], retsock_buf[20], id_buf[20]; local
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| cmp.c | 1917 char id_buf[100] = "id-it-"; local 1919 strncat(id_buf, opt_infotype_s, sizeof(id_buf) - strlen(id_buf) - 1); 1920 if ((opt_infotype = OBJ_sn2nid(id_buf)) == NID_undef) {
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| cmp.c | 2289 char id_buf[100] = "id-it-"; local 2291 strncat(id_buf, opt_infotype_s, sizeof(id_buf) - strlen(id_buf) - 1); 2292 if ((opt_infotype = OBJ_sn2nid(id_buf)) == NID_undef) {
|