Searched refs:thost (Results 1 – 2 of 2) sorted by relevance
/external/openssh/ |
D | scp.c | 556 char *bp, *host, *src, *suser, *thost, *tuser, *arg; in toremote() local 569 if ((thost = strrchr(arg, '@'))) { in toremote() 571 *thost++ = 0; in toremote() 576 thost = arg; in toremote() 608 host = cleanhostname(thost); in toremote() 650 thost, targ); in toremote() 656 host = cleanhostname(thost); in toremote()
|
/external/dropbear/ |
D | scp.c | 457 char *bp, *host, *src, *suser, *thost, *tuser, *arg; in toremote() local 468 if ((thost = strrchr(arg, '@'))) { in toremote() 470 *thost++ = 0; in toremote() 475 thost = arg; in toremote() 518 thost, targ); in toremote() 526 host = cleanhostname(thost); in toremote()
|