Lines Matching defs:op
72 #define tt_abort_perror(op) TT_DIE(("%s: %s [%d]",(op),strerror(errno), errno)) argument
78 #define tt_fail_perror(op) TT_FAIL(("%s: %s [%d]",(op),strerror(errno), errno)) 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
188 #define tt_mem_op(expr1, op, expr2, len) \ 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