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

  /external/openssh/
readconf.h 130 char *local_command; member in struct:__anon25860
ssh.c 746 if (options.local_command != NULL) {
747 debug3("expanding LocalCommand: %s", options.local_command);
748 cp = options.local_command;
749 options.local_command = percent_expand(cp, "d", pw->pw_dir,
753 debug3("expanded LocalCommand: %s", options.local_command);
    [all...]
readconf.c 994 charptr = &options->local_command;
    [all...]

Completed in 193 milliseconds