Lines Matching refs:ssh_program
160 char *ssh_program = _PATH_SSH_PROGRAM; variable
248 ssh_program, host, in do_cmd()
286 replacearg(&args, 0, "%s", ssh_program); in do_cmd()
299 execvp(ssh_program, args.list); in do_cmd()
300 perror(ssh_program); in do_cmd()
330 ssh_program, host, in do_cmd2()
342 replacearg(&args, 0, "%s", ssh_program); in do_cmd2()
356 execvp(ssh_program, args.list); in do_cmd2()
357 perror(ssh_program); in do_cmd2()
423 addargs(&args, "%s", ssh_program); in main()
485 ssh_program = xstrdup(optarg); in main()
957 addargs(&alist, "%s", ssh_program); in toremote()