Lines Matching full:ssh_program
149 char *ssh_program = _PATH_SSH_PROGRAM;
151 /* This is used to store the pid of ssh_program */
237 ssh_program, host,
272 replacearg(&args, 0, "%s", ssh_program);
281 execvp(ssh_program, args.list);
282 perror(ssh_program);
312 ssh_program, host,
321 replacearg(&args, 0, "%s", ssh_program);
330 execvp(ssh_program, args.list);
331 perror(ssh_program);
392 addargs(&args, "%s", ssh_program);
447 ssh_program = xstrdup(optarg);
639 addargs(&alist, "%s", ssh_program);