Home
last modified time | relevance | path

Searched refs:is_shell (Results 1 – 2 of 2) sorted by relevance

/freebsd/sbin/devd/
H A Ddevd.hh172 void expand_one(const char *&src, std::string &dst, bool is_shell);
H A Ddevd.cc678 config::expand_one(const char *&src, string &dst, bool is_shell) in expand_one() argument
717 dst.append(is_shell ? shell_quote(get_variable(buffer)) : get_variable(buffer)); in expand_one()