| /src/external/bsd/wpa/dist/src/utils/ |
| http-utils.h | 32 struct http_othername *othername; member in struct:http_cert
|
| /src/regress/sys/kern/getcwd/ |
| getcwd.c | 107 #define othername "testgetcwd" macro 387 if (rename("/tmp/" littlename, "/tmp/" othername) < 0) { 391 CHECK("/tmp/" othername, __getcwd(kbuf, sizeof(kbuf)), 16, 0); 392 if (rmdir("/tmp/" othername) < 0) {
|
| /src/crypto/external/apache2/openssl/dist/crypto/x509/ |
| v3_san.c | 83 char othername[300]; local 88 switch (OBJ_obj2nid(gen->d.otherName->type_id)) { 90 if (gen->d.otherName->value->type != V_ASN1_UTF8STRING 91 || !x509v3_add_len_value_uchar("othername: SmtpUTF8Mailbox", 92 gen->d.otherName->value->value.utf8string->data, 93 gen->d.otherName->value->value.utf8string->length, 98 if (gen->d.otherName->value->type != V_ASN1_UTF8STRING 99 || !x509v3_add_len_value_uchar("othername: XmppAddr", 100 gen->d.otherName->value->value.utf8string->data, 101 gen->d.otherName->value->value.utf8string->length [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| v3_san.c | 83 char othername[300]; local 88 switch (OBJ_obj2nid(gen->d.otherName->type_id)) { 90 if (gen->d.otherName->value->type != V_ASN1_UTF8STRING 91 || !x509v3_add_len_value_uchar("othername: SmtpUTF8Mailbox:", 92 gen->d.otherName->value->value.utf8string->data, 93 gen->d.otherName->value->value.utf8string->length, 98 if (gen->d.otherName->value->type != V_ASN1_UTF8STRING 99 || !x509v3_add_len_value_uchar("othername: XmppAddr:", 100 gen->d.otherName->value->value.utf8string->data, 101 gen->d.otherName->value->value.utf8string->length [all...] |
| /src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| intr.c | 204 char othername; /* index into callbyvalue table */ 446 else if(sp->othername) 449 varstr(XL, callbyvalue[sp->othername-1]) ); 203 char othername; \/* index into callbyvalue table *\/ member in struct:specblock
|