Searched refs:percent_expand (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dmisc.h34 char *percent_expand(const char *, ...) __attribute__((__sentinel__));
H A Dssh.c782 host = percent_expand(options.hostname,
795 options.local_command = percent_expand(cp, "d", pw->pw_dir,
842 options.control_path = percent_expand(cp, "h", host,
1656 filename = percent_expand(cp, "d", pwdir,
H A Dauth.c368 file = percent_expand(filename, "h", pw->pw_dir,
H A Dauth2-pubkey.c232 /* XXX percent_expand() sequences for authorized_principals? */
517 username = percent_expand(options.authorized_keys_command_user,
H A Dssh_namespace.h413 #define percent_expand ssh_percent_expand macro
H A Dmisc.c566 percent_expand(const char *string, ...) function
H A Dsshconnect.c114 command_string = percent_expand(tmp, "h", host, "p", strport,
H A Dsftp-server.c1444 homedir = percent_expand(cp, "d", user_pw->pw_dir,
H A Dsession.c1527 chroot_path = percent_expand(tmp, "h", pw->pw_dir,

Completed in 96 milliseconds