/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...] |
auth2-pubkey.c | 186 /* XXX percent_expand() sequences for authorized_principals? */
|
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...] |