OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hostline
(Results
1 - 1
of
1
) sorted by null
/external/openssh/
sshconnect.c
701
char
hostline
[1000], *hostp, *fp, *ra;
local
883
snprintf(
hostline
, sizeof(
hostline
), "%s,%s", host, ip);
884
hostp =
hostline
;
894
hostline
, host_key,
[
all
...]
Completed in 43 milliseconds