Searched refs:H_CHECK_STREQ_MSG (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c/
H A Dmacros_test.c139 #define H_CHECK_STREQ_MSG(id, v1, v2, msg) \ macro
439 H_CHECK_STREQ_MSG(1_1, "1", "1", "1 does not match 1");
440 H_CHECK_STREQ_MSG(1_2, "1", "2", "1 does not match 2");
441 H_CHECK_STREQ_MSG(2_1, "2", "1", "2 does not match 1");
442 H_CHECK_STREQ_MSG(2_2, "2", "2", "2 does not match 2");
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c/
H A Dmacros_test.c141 #define H_CHECK_STREQ_MSG(id, v1, v2, msg) \ macro
441 H_CHECK_STREQ_MSG(1_1, "1", "1", "1 does not match 1");
442 H_CHECK_STREQ_MSG(1_2, "1", "2", "1 does not match 2");
443 H_CHECK_STREQ_MSG(2_1, "2", "1", "2 does not match 1");
444 H_CHECK_STREQ_MSG(2_2, "2", "2", "2 does not match 2");

Completed in 57 milliseconds