Searched refs:t_host (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | mci.c | 1476 char t_host[MAXHOSTNAMELEN]; local 1503 if (strlen(host) > sizeof(t_host) - 1) 1506 (void) sm_strlcpy(t_host, host + 1, sizeof(t_host)); 1508 (void) sm_strlcpy(t_host, host, sizeof(t_host)); 1515 elem = t_host + strlen(t_host); 1516 while (elem > t_host && 1525 if (anynet_pton(AF_INET6, t_host, &in6_addr) == 1) 1529 if (inet_addr(t_host) != INADDR_NONE) 1538 for (p = (char *) t_host; *p != '\0'; p++) 1550 while (elem > t_host) [all …]
|
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/ |
H A D | kt_solaris.c | 164 char **tprinc, *ptr, *token, *t_host = NULL, *realm; in krb5_kt_add_ad_entries() local 202 if ((t_host = malloc(t_len)) == NULL) { in krb5_kt_add_ad_entries() 206 (void) snprintf(t_host, t_len, "host/%.*s.%s@%s", HOST_TRUNC, token, in krb5_kt_add_ad_entries() 209 if ((code = krb5_parse_name(ctx, t_host, &salt)) != 0) in krb5_kt_add_ad_entries() 258 if (t_host != NULL) in krb5_kt_add_ad_entries() 259 free(t_host); in krb5_kt_add_ad_entries()
|