OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ssh_program
(Results
1 - 3
of
3
) sorted by null
/external/openssh/
scp.c
149
char *
ssh_program
= _PATH_SSH_PROGRAM;
variable
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
);
[
all
...]
sftp.c
2240
char *
ssh_program
= _PATH_SSH_PROGRAM, *sftp_direct = NULL;
local
[
all
...]
Makefile.in
24
SSH_PROGRAM
=@bindir@/ssh
35
-D_PATH_SSH_PROGRAM=\"$(
SSH_PROGRAM
)\" \
Completed in 244 milliseconds