Lines Matching defs:b
89 #define tt_want_(b, msg, fail) \ argument
101 #define tt_want_msg(b, msg) \ argument
105 #define tt_assert_msg(b, msg) \ argument
109 #define tt_want(b) tt_want_msg( (b), "want("#b")") argument
111 #define tt_assert(b) tt_assert_msg((b), "assert("#b")") argument
113 #define tt_assert_test_fmt_type(a,b,str_test,type,test,printf_type,printf_fmt, \ argument
143 #define tt_assert_test_type(a,b,str_test,type,test,fmt,die_on_fail) \ argument
147 #define tt_assert_test_type_opt(a,b,str_test,type,test,fmt,die_on_fail) \ argument
153 #define tt_assert_op_type(a,op,b,type,fmt) \ argument
157 #define tt_int_op(a,op,b) \ argument
162 #define tt_fd_op(a,op,b) do { \ argument
169 #define tt_uint_op(a,op,b) \ argument
173 #define tt_ptr_op(a,op,b) \ argument
178 #define tt_nstr_op(n,a,op,b) \ argument
183 #define tt_str_op(a,op,b) \ argument
198 #define tt_want_int_op(a,op,b) \ argument
201 #define tt_want_uint_op(a,op,b) \ argument
205 #define tt_want_ptr_op(a,op,b) \ argument
209 #define tt_want_str_op(a,op,b) \ argument