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

/freebsd-current/usr.bin/mail/
H A Dglob.h72 extern char **altnames; /* List of alternate names for user */
H A Dcmd3.c224 if (altnames)
225 for (ap = altnames; *ap != NULL; ap++)
241 if (altnames != 0)
242 for (ap = altnames; *ap != NULL; ap++)
705 if (altnames == 0)
707 for (ap = altnames; *ap != NULL; ap++)
712 if (altnames != 0)
713 (void)free(altnames);
714 if ((altnames = calloc((unsigned)c, sizeof(char *))) == NULL)
716 for (ap = namelist, ap2 = altnames; *a
[all...]
H A Dmain.c76 char **altnames; variable
/freebsd-current/lib/libfetch/
H A Dcommon.c941 fetch_ssl_verify_altname(STACK_OF(GENERAL_NAME) *altnames,
949 for (i = 0; i < sk_GENERAL_NAME_num(altnames); ++i) {
950 name = sk_GENERAL_NAME_value(altnames, i);
1009 STACK_OF(GENERAL_NAME) *altnames;
1015 altnames = X509_get_ext_d2i(cert, NID_subject_alt_name,
1018 if (altnames != NULL) {
1019 ret = fetch_ssl_verify_altname(altnames, host, ip);
1028 if (altnames != NULL)
1029 GENERAL_NAMES_free(altnames);
/freebsd-current/tools/tools/locale/tools/
H A Dcldr2def.pl295 my @altnames = split(";",$alternativemonths{$callback{data}{l}}{$callback{data}{c}});
297 foreach (@altnames)

Completed in 90 milliseconds