Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/ipf/libipf/
H A Dvar.c24 static char *expand_string(char *, int);
77 value = expand_string(s, line); in get_variable()
84 static char *expand_string(char *oldstring, int line) in expand_string() function
111 p2 = expand_string(value, line); in expand_string()
/freebsd-13.1/sbin/devd/
H A Ddevd.hh166 const std::string expand_string(const char * var,
H A Ddevd.cc282 string s = c.expand_string(_cmd.c_str()); in do_action()
291 _re(c.expand_string(_inv ? re + 1 : re, "^", "$")) in match()
711 config::expand_string(const char *src, const char *prepend, const char *append) in expand_string() function in config