Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/ssh-keyscan/
H A Dssh-keyscan.c91 char *c_output_name; /* Hostname of connection for output */ member
389 fprintf(stdout, "%s ", c->c_output_name ? c->c_output_name : c->c_name); in keyprint()
453 fdcon[s].c_output_name = xstrdup(oname); in conalloc()
473 xfree(fdcon[s].c_output_name); in confree()
498 ret = conalloc(c->c_namelist, c->c_output_name, c->c_keytype); in conrecycle()