Home
last modified time | relevance | path

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

/freebsd/sbin/devd/
H A Ddevd.hh94 std::string _re; member in match
H A Ddevd.cc290 _re(c.expand_string(_inv ? re + 1 : re, "^", "$")) in match()
292 regcomp(&_regex, _re.c_str(), REG_EXTENDED | REG_NOSUB | REG_ICASE); in match()
314 _var.c_str(), value.c_str(), _re.c_str(), _inv); in do_match()
/freebsd/libexec/rc/
H A Drc.subr2375 local _loaded _mod _opt _re
2379 e) _re="$OPTARG" ;;
2390 if [ -n "$_re" ]; then
2391 if kldstat -v | egrep -q -e "$_re"; then