Searched refs:remote_remote_args (Results 1 – 1 of 1) sorted by relevance
/openbsd/usr.bin/ssh/ |
H A D | scp.c | 122 arglist remote_remote_args; variable 442 memset(&remote_remote_args, '\0', sizeof(remote_remote_args)); in main() 443 args.list = remote_remote_args.list = NULL; in main() 467 addargs(&remote_remote_args, "-%c", ch); in main() 483 addargs(&remote_remote_args, "-%c", ch); in main() 484 addargs(&remote_remote_args, "%s", optarg); in main() 500 addargs(&remote_remote_args, "-oBatchmode=yes"); in main() 522 addargs(&remote_remote_args, "-v"); in main() 531 addargs(&remote_remote_args, "-q"); in main() 1104 for (j = 0; j < remote_remote_args.num; j++) { in toremote() [all …]
|