OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:c_output_name
(Results
1 - 1
of
1
) sorted by null
/external/openssh/
ssh-keyscan.c
98
char *
c_output_name
; /* Hostname of connection for output */
member in struct:Connection
276
char *host = c->
c_output_name
? c->
c_output_name
: c->c_name;
347
fdcon[s].
c_output_name
= xstrdup(oname);
367
xfree(fdcon[s].
c_output_name
);
392
ret = conalloc(c->c_namelist, c->
c_output_name
, c->c_keytype);
Completed in 113 milliseconds