Home
last modified time | relevance | path

Searched refs:dollar_expand (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/openssh/
H A Dmisc.h77 char *dollar_expand(int *, const char *string, ...);
H A Dreadconf.c2163 if ((arg2 = dollar_expand(&r, arg)) == NULL || r) { in process_config_line_depth()
2886 cp = p = dollar_expand(&err, fwdspec); in parse_forward()
H A Dmisc.c1336 dollar_expand(int *parseerr, const char *string, ...) in dollar_expand() function