Home | History | Annotate | Download | only in include

Lines Matching defs:ERROR

31  * Define PASS, ERROR, and FAIL strings with and without color escape
52 static const char ERROR_NORMAL[] = "ERROR";
56 const char *ERROR = ERROR_NORMAL;
72 * log_color() - Use colored output for PASS, ERROR, and FAIL strings
79 ERROR = ERROR_COLOR;
83 ERROR = ERROR_NORMAL;
93 * them. FAIL and ERROR messages are always displayed.
105 * print_result() - Print standard PASS | ERROR | FAIL results
135 #define error(message, err, args...) \
140 ERROR, strerror(err), ##args); \
142 fprintf(stderr, "\t%s: "message, ERROR, ##args); \