HomeSort by relevance Sort by last modified time
    Searched refs:ssh_program (Results 1 - 3 of 3) sorted by null

  /external/openssh/
scp.c 148 char *ssh_program = _PATH_SSH_PROGRAM; variable
150 /* This is used to store the pid of ssh_program */
236 ssh_program, host,
271 replacearg(&args, 0, "%s", ssh_program);
280 execvp(ssh_program, args.list);
281 perror(ssh_program);
311 ssh_program, host,
320 replacearg(&args, 0, "%s", ssh_program);
329 execvp(ssh_program, args.list);
330 perror(ssh_program);
    [all...]
sftp.c 2089 char *ssh_program = _PATH_SSH_PROGRAM, *sftp_direct = NULL; local
    [all...]
  /external/dropbear/
scp.c 102 char *ssh_program = _PATH_SSH_PROGRAM; variable
104 /* This is used to store the pid of ssh_program */
176 ssh_program, host,
198 replacearg(&args, 0, "%s", ssh_program);
222 replacearg(&args, 0, "%s", ssh_program);
229 execvp(ssh_program, args.list);
230 perror(ssh_program);
313 addargs(&args, "%s", ssh_program);
357 ssh_program = xstrdup(optarg);
488 addargs(&alist, "%s", ssh_program);
    [all...]

Completed in 621 milliseconds