Home
last modified time | relevance | path

Searched refs:host_save (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/common/
H A Dkcmd.c99 char *host_save = NULL; in kcmd() local
140 if ((host_save = (char *)strdup(hp->h_name)) == NULL) { in kcmd()
156 status = krb5_sname_to_principal(bsd_context, host_save, service, in kcmd()
198 perror(host_save); in kcmd()
372 host_save, in kcmd()
434 if (host_save) in kcmd()
435 free(host_save); in kcmd()