Lines Matching defs:op
73 #define tt_abort_perror(op) TT_DIE(("%s: %s [%d]",(op),strerror(errno), errno)) argument
79 #define tt_fail_perror(op) TT_FAIL(("%s: %s [%d]",(op),strerror(errno), errno)) argument
150 #define tt_assert_op_type(a,op,b,type,fmt) \ argument
154 #define tt_int_op(a,op,b) \ argument
158 #define tt_uint_op(a,op,b) \ argument
162 #define tt_ptr_op(a,op,b) \ argument
166 #define tt_str_op(a,op,b) \ argument
170 #define tt_want_int_op(a,op,b) \ argument
173 #define tt_want_uint_op(a,op,b) \ argument
177 #define tt_want_ptr_op(a,op,b) \ argument
181 #define tt_want_str_op(a,op,b) \ argument