HomeSort by relevance Sort by last modified time
    Searched refs:thost (Results 1 - 2 of 2) sorted by null

  /external/openssh/
scp.c 556 char *bp, *host, *src, *suser, *thost, *tuser, *arg; local
569 if ((thost = strrchr(arg, '@'))) {
571 *thost++ = 0;
576 thost = arg;
608 host = cleanhostname(thost);
650 thost, targ);
656 host = cleanhostname(thost);
  /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 155 milliseconds