Searched refs:remote_remote_args (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | scp.c | 130 arglist remote_remote_args; variable 479 memset(&remote_remote_args, '\0', sizeof(remote_remote_args)); in main() 480 args.list = remote_remote_args.list = NULL; in main() 505 addargs(&remote_remote_args, "-%c", ch); in main() 521 addargs(&remote_remote_args, "-%c", ch); in main() 522 addargs(&remote_remote_args, "%s", optarg); in main() 538 addargs(&remote_remote_args, "-oBatchmode=yes"); in main() 560 addargs(&remote_remote_args, "-v"); in main() 569 addargs(&remote_remote_args, "-q"); in main() 1147 for (j = 0; j < remote_remote_args.num; j++) { in toremote() [all …]
|