Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/kyua/utils/text/
HDregex_test.cpp144 const text::regex regex2 = text::regex::compile("foo", 0, true); in ATF_TEST_CASE_BODY() local
145 ATF_REQUIRE( regex2.match("bar foo bar")); in ATF_TEST_CASE_BODY()
146 ATF_REQUIRE( regex2.match("bar Foo bar")); in ATF_TEST_CASE_BODY()
147 ATF_REQUIRE( regex2.match("bar foO bar")); in ATF_TEST_CASE_BODY()
148 ATF_REQUIRE( regex2.match("bar FOO bar")); in ATF_TEST_CASE_BODY()
/freebsd-14-stable/lib/libc/regex/grot/
HDMakefile26 H = cname.h regex2.h utils.h $(HMISSING)
50 REGEXHSRC = ../regex2.h ../reg*.c
58 regcomp.o regexec.o regfree.o debug.o: utils.h regex.h regex2.h