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

/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dmacros_test.c534 "'hello \\[a-z\\]\\+' not matched in 'abc hello WORLD'", false },
539 "'hello \\[a-z\\]\\+' not matched in 'abc hello WORLD': uppercase",
756 "'hello \\[a-z\\]\\+' not matched in 'abc hello WORLD'", false },
762 "'hello \\[a-z\\]\\+' not matched in 'abc hello WORLD': uppercase",
824 bool matched = local
827 ATF_CHECK_MSG(matched, "couldn't find error string in result");
829 bool matched = atf_utils_grep_file("Check failed: .*" local
831 ATF_CHECK_MSG(matched, "couldn't find error string in output");
/bind-9.6-ESV-R11/lib/isc/
H A Dlog.c1414 isc_boolean_t matched = ISC_FALSE; local
1467 if (category_channels == NULL && matched)
1470 if (category_channels == NULL && ! matched &&
1479 if (category_channels == NULL && ! matched)
1494 matched = ISC_TRUE;

Completed in 14 milliseconds