Home
last modified time | relevance | path

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

/freebsd/sbin/devd/
H A Ddevd.hh95 regex_t _regex; member in match
H A Ddevd.cc292 regcomp(&_regex, _re.c_str(), REG_EXTENDED | REG_NOSUB | REG_ICASE); in match()
297 regfree(&_regex); in ~match()
317 retval = (regexec(&_regex, value.c_str(), 0, NULL, 0) == 0); in do_match()
/freebsd/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk2759 function stringconstant_append_line(str, line, _cont, _strbuf, _regex, _eol) {
2772 _regex = "^[ \t]*\""
2773 if (!sub(_regex, "", line)) {
2779 _regex = "([^\"\\\\]*(\\\\.[^\"\\\\]*)*)\""
2781 _eol = match(line, _regex)