Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dvar.c23 static char *expand_string(char *, int);
75 value = expand_string(s, line); in get_variable()
82 static char *expand_string(char *oldstring, int line) in expand_string() function
109 p2 = expand_string(value, line); in expand_string()
/freebsd/sbin/devd/
H A Ddevd.hh164 const std::string expand_string(const char * var,
H A Ddevd.cc281 string s = c.expand_string(_cmd.c_str()); in do_action()
290 _re(c.expand_string(_inv ? re + 1 : re, "^", "$")) in match()
721 config::expand_string(const char *src, const char *prepend, const char *append) in expand_string() function in config