Searched refs:local_command (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dreadconf.h134 char *local_command; member in struct:__anon4957
H A Dssh.c792 if (options.local_command != NULL) {
793 debug3("expanding LocalCommand: %s", options.local_command);
794 cp = options.local_command;
795 options.local_command = percent_expand(cp, "d", pw->pw_dir,
799 debug3("expanded LocalCommand: %s", options.local_command);
1344 if (options.local_command != NULL &&
1346 ssh_local_cmd(options.local_command);
1578 if (options.local_command != NULL &&
1580 ssh_local_cmd(options.local_command);
H A Dreadconf.c1049 charptr = &options->local_command;
1315 options->local_command = NULL;
1490 /* options->local_command should not be set by default */

Completed in 82 milliseconds