Lines Matching refs:ssh_program
148 char *ssh_program = _PATH_SSH_PROGRAM; variable
236 ssh_program, host, in do_cmd()
271 replacearg(&args, 0, "%s", ssh_program); in do_cmd()
280 execvp(ssh_program, args.list); in do_cmd()
281 perror(ssh_program); in do_cmd()
311 ssh_program, host, in do_cmd2()
320 replacearg(&args, 0, "%s", ssh_program); in do_cmd2()
329 execvp(ssh_program, args.list); in do_cmd2()
330 perror(ssh_program); in do_cmd2()
391 addargs(&args, "%s", ssh_program); in main()
446 ssh_program = xstrdup(optarg); in main()
618 addargs(&alist, "%s", ssh_program); in toremote()