Searched defs:host_save (Results 1 - 1 of 1) sorted by relevance

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

Completed in 171 milliseconds