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

  /external/openssh/
misc.h 33 char *percent_expand(const char *, ...) __attribute__((__sentinel__));
ssh.c 736 host = percent_expand(options.hostname,
749 options.local_command = percent_expand(cp, "d", pw->pw_dir,
779 options.control_path = percent_expand(cp, "h", host,
    [all...]
auth.c 340 file = percent_expand(filename, "h", pw->pw_dir,
misc.c 566 percent_expand(const char *string, ...) function
sshconnect.c 106 command_string = percent_expand(tmp, "h", host, "p", strport,
    [all...]
session.c     [all...]

Completed in 343 milliseconds