Lines Matching refs:ssh_program
150 char *ssh_program = _PATH_SSH_PROGRAM; variable
238 ssh_program, host, in do_cmd()
273 replacearg(&args, 0, "%s", ssh_program); in do_cmd()
282 execvp(ssh_program, args.list); in do_cmd()
283 perror(ssh_program); in do_cmd()
313 ssh_program, host, in do_cmd2()
322 replacearg(&args, 0, "%s", ssh_program); in do_cmd2()
331 execvp(ssh_program, args.list); in do_cmd2()
332 perror(ssh_program); in do_cmd2()
395 addargs(&args, "%s", ssh_program); in main()
450 ssh_program = xstrdup(optarg); in main()
652 addargs(&alist, "%s", ssh_program); in toremote()