Home
last modified time | relevance | path

Searched refs:percent_expand (Results 1 – 6 of 6) sorted by relevance

/external/openssh/
Dmisc.h33 char *percent_expand(const char *, ...) __attribute__((__sentinel__));
Dssh.c736 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()
Dauth.c340 file = percent_expand(filename, "h", pw->pw_dir, in expand_authorized_keys()
Dmisc.c566 percent_expand(const char *string, ...) in percent_expand() function
Dsshconnect.c106 command_string = percent_expand(tmp, "h", host, "p", strport, in ssh_proxy_connect()
Dsession.c1511 chroot_path = percent_expand(tmp, "h", pw->pw_dir, in do_setusercontext()