Home
last modified time | relevance | path

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

/freebsd-src/contrib/kyua/utils/text/
H A Dregex.cpp50 static void throw_regex_error(const int, const ::regex_t*, const std::string&)
62 throw_regex_error(const int error, const ::regex_t* preg, in throw_regex_error() function
119 throw_regex_error(error, preg, in impl()
226 throw_regex_error(error, &_preg, F("regcomp on '%s' failed") in impl()