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
500 memset(&remote_remote_args, '\0', sizeof(remote_remote_args)); in main()
501 args.list = remote_remote_args.list = NULL; in main()
526 addargs(&remote_remote_args, "-%c", ch); in main()
542 addargs(&remote_remote_args, "-%c", ch); in main()
543 addargs(&remote_remote_args, "%s", optarg); in main()
559 addargs(&remote_remote_args, "-oBatchmode=yes"); in main()
581 addargs(&remote_remote_args, "-v"); in main()
590 addargs(&remote_remote_args, "-q"); in main()
1166 for (j = 0; j < remote_remote_args.num; j++) { in toremote()
[all …]