Home
last modified time | relevance | path

Searched refs:expand_string (Results 1 – 4 of 4) 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/contrib/pam-krb5/tests/fakepam/
H A Dconfig.c324 expand_string(const char *template, const struct script_config *config) in expand_string() function
447 options->argv[0] = expand_string(opt, config); in split_options()
453 options->argv[options->argc] = expand_string(opt, config); in split_options()
650 message = expand_string(token, config); in parse_output()
710 prompt->prompt = expand_string(token, config); in parse_prompts()
716 prompt->prompt = expand_string(token, config); in parse_prompts()
718 prompt->response = expand_string(token, config); in parse_prompts()
/freebsd/sbin/devd/
H A Ddevd.hh164 const std::string expand_string(const char * var,
H A Ddevd.cc283 string s = c.expand_string(_cmd.c_str()); in do_action()
292 _re(c.expand_string(_inv ? re + 1 : re, "^", "$")) in match()
723 config::expand_string(const char *src, const char *prepend, const char *append) in expand_string() function in config