Searched refs:_re (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sbin/devd/
H A Ddevd.hh96 std::string _re; member in class:match
H A Ddevd.cc291 _re(c.expand_string(_inv ? re + 1 : re, "^", "$"))
293 regcomp(&_regex, _re.c_str(), REG_EXTENDED | REG_NOSUB | REG_ICASE);
315 _var.c_str(), value.c_str(), _re.c_str(), _inv);

Completed in 58 milliseconds