Searched defs:DO_ERR (Results 1 – 2 of 2) sorted by relevance
59 #define DO_ERR 0x01 /* prints errors */ macro
69 #define DO_ERR(msg, ...) ATF_REQUIRE_MSG(0, msg, __VA_ARGS__) macro74 #define DO_ERR(fmt, ...) err(EXIT_FAILURE, fmt, __VA_ARGS__) macro