Searched refs:altname (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dtls_g.c610 char altname[NI_MAXHOST]; local
675 altnamesize = sizeof(altname);
677 altname, &altnamesize, NULL );
687 if ((len1 == altnamesize) && !strncasecmp(name, altname, len1)) {
692 if (domain && (altname[0] == '*') && (altname[1] == '.') &&
693 (len2 == altnamesize-1) && !strncasecmp(domain, &altname[1], len2))
708 if (!memcmp(altname, &addr, altnamesize)) {
721 i, 1, altname, &altnamesize );
729 altnamesize = sizeof(altname);
[all...]
H A Dtls_m.c2605 SECItem altname; local
2649 &altname );
2650 if ( rv == SECSuccess && altname.data ) {
2660 names = cur = CERT_DecodeAltNameExtension(arena, &altname);
2708 SECITEM_FreeItem( &altname, PR_FALSE );
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dcrypto_openssl.c317 eay_get_x509subjectaltname(cert, altname, type, pos, len)
319 char **altname;
330 *altname = NULL;
367 *altname = racoon_malloc(*len);
368 if (!*altname)
371 strlcpy(*altname, (const char *)gen->d.ia5->data, *len);
378 *altname = racoon_malloc(*len);
379 if (!*altname)
382 memcpy(*altname, (const char *)gen->d.ia5->data, *len);
390 if (*altname) {
[all...]
H A Doakley.c1904 char *altname = NULL; local
2046 if (eay_get_x509subjectaltname(cert, &altname, &type, pos, &len) !=0) {
2056 if (!altname) {
2067 racoon_free(altname);
2068 altname = NULL;
2075 racoon_free(altname);
2076 altname = NULL;
2084 racoon_free(altname);
2085 altname = NULL;
2094 plogdump(ASL_LEVEL_ERR, altname, le
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/port/
H A Dastconf.c1442 char altname[ALT]; local
1446 strcpy(altname, name);
1447 altname[n - 3] = 0;
1448 if (lookup(&altlook, altname, flags))
1454 (*conferror)(&state, &state, 2, "%s: cannot set value", altname);
1457 return print(NiL, &altlook, altname, path, flags, conferror);
1459 for (s = altname; *s; s++)
1466 sfprintf(tmp, "%s/%s/.", dirs[n], altname);

Completed in 193 milliseconds