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

/solaris-userland/components/krb5/Solaris/
H A Dkt_solaris.c150 char **tprinc, *ptr, *token, *t_host = NULL, *realm; local
193 if ((t_host = malloc(t_len)) == NULL) {
197 (void) snprintf(t_host, t_len, "host/%.*s.%s@%s", HOST_TRUNC, token,
200 if ((code = krb5_parse_name(ctx, t_host, &salt)) != 0)
250 if (t_host != NULL)
251 free(t_host);

Completed in 13 milliseconds