Searched defs:regexp (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c++/
H A Dutils.hpp51 grep_collection(const std::string& regexp, const Collection& collection) argument
55 if (grep_string(regexp, *iter))
H A Dmacros_test.cpp153 const std::string regexp = get_config_var("regexp"); local
157 ATF_REQUIRE_MATCH(regexp, string);
473 const char *regexp; member in struct:test
485 for (t = &tests[0]; t->regexp != NULL; t++) {
487 config["regexp"] = t->regexp;
490 std::cout << "Checking with " << t->regexp << ", " << t->string
H A Dtests.cpp136 detail::match(const std::string& regexp, const std::string& str) argument
138 return atf::text::match(str, regexp);
/bind-9.11.3/lib/dns/rdata/generic/
H A Dnaptr_35.h26 char *regexp; member in struct:dns_rdata_naptr
/bind-9.11.3/unit/atf-src/atf-sh/
H A Datf-check.cpp376 grep_file(const atf::fs::path& path, const std::string& regexp) argument
386 if (atf::text::match(line, regexp))
643 std::cerr << "Fail: regexp " + oc.value + " not in " << stdxxx
648 std::cerr << "Fail: regexp " + oc.value + " is in " << stdxxx
762 "one of: empty ignore file:<path> inline:<val> match:regexp "
765 "one of: empty ignore file:<path> inline:<val> match:regexp "

Completed in 13 milliseconds