OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thost
(Results
1 - 1
of
1
) sorted by null
/external/dropbear/
scp.c
457
char *bp, *host, *src, *suser, *
thost
, *tuser, *arg;
local
468
if ((
thost
= strrchr(arg, '@'))) {
470
*
thost
++ = 0;
475
thost
= arg;
518
thost
, targ);
526
host = cleanhostname(
thost
);
Completed in 14 milliseconds