Home | History | Annotate | Download | only in rcp

Lines Matching defs:thost

199 	char *bp, *host, *src, *suser, *thost, *tuser;
205 if ((thost = strchr(argv[argc - 1], '@')) != NULL) {
207 *thost++ = 0;
214 thost = argv[argc - 1];
217 thost = unbracket(thost);
228 strlen(thost) + strlen(targ) + CMDNEEDS + 20;
245 thost, targ);
252 thost, targ);
262 host = thost;