Searched refs:remote_remote_args (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | scp.c | 131 arglist remote_remote_args; variable 455 memset(&remote_remote_args, '\0', sizeof(remote_remote_args)); in main() 456 args.list = remote_remote_args.list = NULL; in main() 480 addargs(&remote_remote_args, "-%c", ch); in main() 496 addargs(&remote_remote_args, "-%c", ch); in main() 497 addargs(&remote_remote_args, "%s", optarg); in main() 513 addargs(&remote_remote_args, "-oBatchmode=yes"); in main() 535 addargs(&remote_remote_args, "-v"); in main() 544 addargs(&remote_remote_args, "-q"); in main() 1119 for (j = 0; j < remote_remote_args.num; j++) { in toremote() [all …]
|