Searched refs:percent_expand (Results 1 – 6 of 6) sorted by relevance
/external/openssh/ |
D | misc.h | 33 char *percent_expand(const char *, ...) __attribute__((__sentinel__));
|
D | ssh.c | 736 host = percent_expand(options.hostname, in main() 749 options.local_command = percent_expand(cp, "d", pw->pw_dir, in main() 779 options.control_path = percent_expand(cp, "h", host, in main() 1529 filename = percent_expand(cp, "d", pwdir, in load_public_identity_files()
|
D | auth.c | 340 file = percent_expand(filename, "h", pw->pw_dir, in expand_authorized_keys()
|
D | misc.c | 566 percent_expand(const char *string, ...) in percent_expand() function
|
D | sshconnect.c | 106 command_string = percent_expand(tmp, "h", host, "p", strport, in ssh_proxy_connect()
|
D | session.c | 1511 chroot_path = percent_expand(tmp, "h", pw->pw_dir, in do_setusercontext()
|