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

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dutils.hpp55 grep_collection(const std::string& regexp, const Collection& collection) argument
59 if (grep_string(regexp, *iter))
H A Dmacros_test.cpp155 const std::string regexp = get_config_var("regexp"); local
159 ATF_REQUIRE_MATCH(regexp, string);
475 const char *regexp; member in struct:test
487 for (t = &tests[0]; t->regexp != NULL; t++) {
489 config["regexp"] = t->regexp;
492 std::cout << "Checking with " << t->regexp << ", " << t->string
H A Dtests.cpp120 detail::match(const std::string& regexp, const std::string& str) argument
122 return atf::text::match(str, regexp);
/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dnaptr_35.h35 char *regexp; member in struct:dns_rdata_naptr
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-check.cpp375 grep_file(const atf::fs::path& path, const std::string& regexp) argument
385 if (atf::text::match(line, regexp))
644 std::cerr << "Fail: regexp " + oc.value + " not in " << stdxxx
649 std::cerr << "Fail: regexp " + oc.value + " is in " << stdxxx
763 "one of: empty ignore file:<path> inline:<val> match:regexp "
766 "one of: empty ignore file:<path> inline:<val> match:regexp "

Completed in 17 milliseconds