Lines Matching refs:outcome
53 size_t i, outcome, expected; in testcase() local
87 outcome = STRXSPN(buf, set); in testcase()
88 ATF_CHECK_EQ_MSG(expected, outcome, "%s(%p[%zu], %p[%zu]) = %zu != %zu", in testcase()
89 __XSTRING(STRXSPN), buf, buflen, set, setlen, outcome, expected); in testcase()
155 size_t i, j, outcome; in test_match_positions() local
173 outcome = strcspn(buf, set); in test_match_positions()
174 ATF_CHECK_EQ_MSG(i, outcome, in test_match_positions()
176 buf, set, outcome, i); in test_match_positions()
214 size_t i, j, k, l, outcome; in test_match_order() local
230 outcome = strcspn(buf, set); in test_match_order()
231 ATF_CHECK_EQ_MSG(k, outcome, in test_match_order()
233 buf, set, outcome, k); in test_match_order()