Searched refs:TT_FAIL (Results 1 – 1 of 1) sorted by relevance
64 #define TT_FAIL(args) \ macro77 #define tt_failprint_f(msg) TT_FAIL(msg)78 #define tt_fail_perror(op) TT_FAIL(("%s: %s [%d]",(op),strerror(errno), errno))79 #define tt_fail_msg(msg) TT_FAIL(("%s", msg))80 #define tt_fail() TT_FAIL(("%s", "(Failed.)"))
Completed in 2 milliseconds