Searched refs:t_host (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/src/
H A Dmci.c1501 char t_host[MAXHOSTNAMELEN]; local
1528 if (strlen(host) > sizeof(t_host) - 1)
1531 (void) sm_strlcpy(t_host, host + 1, sizeof(t_host));
1533 (void) sm_strlcpy(t_host, host, sizeof(t_host));
1540 elem = t_host + strlen(t_host);
1541 while (elem > t_host &&
1550 if (anynet_pton(AF_INET6, t_host,
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_solaris.c164 char **tprinc, *ptr, *token, *t_host = NULL, *realm; local
202 if ((t_host = malloc(t_len)) == NULL) {
206 (void) snprintf(t_host, t_len, "host/%.*s.%s@%s", HOST_TRUNC, token,
209 if ((code = krb5_parse_name(ctx, t_host, &salt)) != 0)
259 if (t_host != NULL)
260 free(t_host);

Completed in 30 milliseconds