Home
last modified time | relevance | path

Searched refs:remote_remote_args (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssh/
H A Dscp.c150 arglist remote_remote_args; variable
498 memset(&remote_remote_args, '\0', sizeof(remote_remote_args)); in main()
499 args.list = remote_remote_args.list = NULL; in main()
523 addargs(&remote_remote_args, "-%c", ch); in main()
539 addargs(&remote_remote_args, "-%c", ch); in main()
540 addargs(&remote_remote_args, "%s", optarg); in main()
556 addargs(&remote_remote_args, "-oBatchmode=yes"); in main()
578 addargs(&remote_remote_args, "-v"); in main()
587 addargs(&remote_remote_args, "-q"); in main()
1163 for (j = 0; j < remote_remote_args.num; j++) { in toremote()
[all …]