Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/common/
H A Dkcmd.c103 char *host_save = NULL; in kcmd() local
144 if ((host_save = (char *)strdup(hp->h_name)) == NULL) { in kcmd()
160 status = krb5_sname_to_principal(bsd_context, host_save, service, in kcmd()
202 perror(host_save); in kcmd()
376 host_save, in kcmd()
441 if (host_save) in kcmd()
442 free(host_save); in kcmd()