Searched refs:percent_dollar_expand (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/crypto/openssh/regress/unittests/misc/
H A Dtest_expand.c85 TEST_START("percent_dollar_expand");
86 ASSERT_STRING_EQ(percent_dollar_expand("%h${FOO}", "h", "foo", NULL),
/freebsd-current/crypto/openssh/
H A Dmisc.h80 char *percent_dollar_expand(const char *, ...) __attribute__((__sentinel__));
H A Dssh_namespace.h458 #define percent_dollar_expand Fssh_percent_dollar_expand macro
H A Dsshconnect.c886 tmp = percent_dollar_expand(av[i],
H A Dmisc.c1403 percent_dollar_expand(const char *string, ...) function
H A Dssh.c238 ret = percent_dollar_expand(str,

Completed in 111 milliseconds