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

/external/openssh/
H A Dscp.c556 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/
H A Dscp.c457 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 117 milliseconds