Symbol: percent_expand
crypto/openssh/auth.c
396
file = percent_expand(filename, "h", pw->pw_dir,
crypto/openssh/auth2-pubkey.c
411
username = percent_expand(options.authorized_principals_command_user,
crypto/openssh/auth2-pubkey.c
455
tmp = percent_expand(av[i],
crypto/openssh/auth2-pubkey.c
682
username = percent_expand(options.authorized_keys_command_user,
crypto/openssh/auth2-pubkey.c
716
tmp = percent_expand(av[i],
crypto/openssh/misc.h
88
char *percent_expand(const char *, ...) __attribute__((__sentinel__));
crypto/openssh/readconf.c
671
host = percent_expand(options->hostname,
crypto/openssh/readconf.c
689
ret = (is_include_path ? percent_dollar_expand : percent_expand)(path,
crypto/openssh/readconf.c
730
host = percent_expand(options->hostname,
crypto/openssh/regress/unittests/misc/test_expand.c
76
ASSERT_STRING_EQ(percent_expand("%%", "%h", "foo", NULL), "%");
crypto/openssh/regress/unittests/misc/test_expand.c
77
ASSERT_STRING_EQ(percent_expand("%h", "h", "foo", NULL), "foo");
crypto/openssh/regress/unittests/misc/test_expand.c
78
ASSERT_STRING_EQ(percent_expand("%h ", "h", "foo", NULL), "foo ");
crypto/openssh/regress/unittests/misc/test_expand.c
79
ASSERT_STRING_EQ(percent_expand(" %h", "h", "foo", NULL), " foo");
crypto/openssh/regress/unittests/misc/test_expand.c
80
ASSERT_STRING_EQ(percent_expand(" %h ", "h", "foo", NULL), " foo ");
crypto/openssh/regress/unittests/misc/test_expand.c
81
ASSERT_STRING_EQ(percent_expand(" %a%b ", "a", "foo", "b", "bar", NULL),
crypto/openssh/session.c
1401
chroot_path = percent_expand(tmp, "h", pw->pw_dir,
crypto/openssh/sftp-server.c
1961
homedir = percent_expand(cp, "d", user_pw->pw_dir,
crypto/openssh/ssh.c
1231
cp = percent_expand(options.hostname,
crypto/openssh/ssh.c
223
return percent_expand(str,
crypto/openssh/ssh.c
2295
options.local_command = percent_expand(cp,
crypto/openssh/sshconnect.c
98
ret = percent_expand(tmp,
crypto/openssh/sshd-auth.c
612
cp = percent_expand(logfile,
crypto/openssh/sshd-session.c
1020
cp = percent_expand(logfile,
crypto/openssh/sshd.c
1544
cp = percent_expand(logfile,