Symbol: percent_expand
crypto/openssh/auth.c
394
file = percent_expand(filename, "h", pw->pw_dir,
crypto/openssh/auth2-pubkey.c
406
username = percent_expand(options.authorized_principals_command_user,
crypto/openssh/auth2-pubkey.c
450
tmp = percent_expand(av[i],
crypto/openssh/auth2-pubkey.c
683
username = percent_expand(options.authorized_keys_command_user,
crypto/openssh/auth2-pubkey.c
717
tmp = percent_expand(av[i],
crypto/openssh/misc.h
92
char *percent_expand(const char *, ...) __attribute__((__sentinel__));
crypto/openssh/readconf.c
659
host = percent_expand(options->hostname,
crypto/openssh/readconf.c
677
ret = (is_include_path ? percent_dollar_expand : percent_expand)(path,
crypto/openssh/readconf.c
718
host = percent_expand(options->hostname,
crypto/openssh/regress/unittests/misc/test_expand.c
77
ret = percent_expand("%%", "%h", "foo", NULL);
crypto/openssh/regress/unittests/misc/test_expand.c
79
ret = percent_expand("%h", "h", "foo", NULL);
crypto/openssh/regress/unittests/misc/test_expand.c
81
ret = percent_expand("%h ", "h", "foo", NULL);
crypto/openssh/regress/unittests/misc/test_expand.c
83
ret = percent_expand(" %h", "h", "foo", NULL);
crypto/openssh/regress/unittests/misc/test_expand.c
85
ret = percent_expand(" %h ", "h", "foo", NULL);
crypto/openssh/regress/unittests/misc/test_expand.c
87
ret = percent_expand(" %a%b ", "a", "foo", "b", "bar", NULL);
crypto/openssh/session.c
1370
chroot_path = percent_expand(tmp, "h", pw->pw_dir,
crypto/openssh/sftp-server.c
1978
homedir = percent_expand(cp, "d", user_pw->pw_dir,
crypto/openssh/ssh.c
1193
cp = percent_expand(options.hostname,
crypto/openssh/ssh.c
210
return percent_expand(str,
crypto/openssh/ssh.c
2259
options.local_command = percent_expand(cp,
crypto/openssh/sshconnect.c
127
ret = percent_expand(tmp,
crypto/openssh/sshd-session.c
969
cp = percent_expand(logfile,
crypto/openssh/sshd.c
1537
cp = percent_expand(logfile,