Searched defs:matched (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c/
H A Dmacros_test.c532 "'hello \\[a-z\\]\\+' not matched in 'abc hello WORLD'", false },
537 "'hello \\[a-z\\]\\+' not matched in 'abc hello WORLD': uppercase",
754 "'hello \\[a-z\\]\\+' not matched in 'abc hello WORLD'", false },
760 "'hello \\[a-z\\]\\+' not matched in 'abc hello WORLD': uppercase",
822 bool matched = local
825 ATF_CHECK_MSG(matched, "couldn't find error string in result");
827 bool matched = atf_utils_grep_file("Check failed: .*" local
829 ATF_CHECK_MSG(matched, "couldn't find error string in output");
/bind-9.11.3/lib/isc/
H A Dlog.c1399 isc_boolean_t matched = ISC_FALSE; local
1452 if (category_channels == NULL && matched)
1455 if (category_channels == NULL && ! matched &&
1464 if (category_channels == NULL && ! matched)
1479 matched = ISC_TRUE;

Completed in 16 milliseconds