Home
last modified time | relevance | path

Searched refs:ATF_CHECK_MATCH_MSG (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/bsd/atf/dist/atf-c/
Dmacros.h197 #define ATF_CHECK_MATCH_MSG(regexp, string, fmt, ...) \ macro
Dmacros_test.c152 H_DEF(check_match_msg_ ## id, ATF_CHECK_MATCH_MSG(v1, v2, msg))
/netbsd/src/external/bsd/atf/dist/
DNEWS85 * Added the ATF_CHECK_MATCH, ATF_CHECK_MATCH_MSG, ATF_REQUIRE_MATCH and