Lines Matching refs:targ
888 char *bp, *tuser, *thost, *targ; in toremote() local
898 r = parse_scp_uri(argv[argc - 1], &tuser, &thost, &tport, &targ); in toremote()
906 &targ) == -1) { in toremote()
942 *targ == '-' ? "-- " : "", targ); in toremote()
980 thost, targ); in toremote()
986 *targ == '-' ? "-- " : "", targ); in toremote()
1000 free(targ); in toremote()
1243 char ch, *cp, *np, *targ, *why, *vect[1], buf[2048], visbuf[2048]; local
1263 targ = *argv;
1265 verifydir(targ);
1268 if (stat(targ, &stb) == 0 && S_ISDIR(stb.st_mode))
1395 need = strlen(targ) + strlen(cp) + 250;
1401 (void) snprintf(namebuf, need, "%s%s%s", targ,
1402 strcmp(targ, "/") ? "/" : "", cp);
1405 np = targ;