Home
last modified time | relevance | path

Searched refs:percent_dollar_expand (Results 1 – 7 of 7) sorted by relevance

/freebsd-head/crypto/openssh/regress/unittests/misc/
HDtest_expand.c86 ASSERT_STRING_EQ(percent_dollar_expand("%h${FOO}", "h", "foo", NULL), in test_expand()
/freebsd-head/crypto/openssh/
HDmisc.h89 char *percent_dollar_expand(const char *, ...) __attribute__((__sentinel__));
HDssh_namespace.h483 #define percent_dollar_expand Fssh_percent_dollar_expand macro
HDsshconnect.c910 tmp = percent_dollar_expand(av[i], in load_hostkeys_command()
HDssh.c238 ret = percent_dollar_expand(str, in default_client_percent_dollar_expand()
HDmisc.c1438 percent_dollar_expand(const char *string, ...) in percent_dollar_expand() function
HDreadconf.c686 ret = (is_include_path ? percent_dollar_expand : percent_expand)(path, in expand_match_exec_or_include_path()