Lines Matching refs:expect
39 static char *expect_str_fail(int expect)
41 if (expect == 0)
46 static char *expect_str_pass(int expect)
48 if (expect == 0)
54 int expect, void (*test_event)(char *))
57 file) != expect) {
61 expect_str_fail(expect));
66 expect_str_pass(expect));
69 if (expect == -1)
80 #define CHECK_MARK(file, flag, expect, func) check_mark(file, flag, #flag, expect, func)