Lines Matching defs:ERROR
27 * Define PASS, ERROR, and FAIL strings with and without color escape
48 static const char ERROR_NORMAL[] = "ERROR";
52 const char *ERROR = ERROR_NORMAL;
68 * log_color() - Use colored output for PASS, ERROR, and FAIL strings
75 ERROR = ERROR_COLOR;
79 ERROR = ERROR_NORMAL;
89 * them. FAIL and ERROR messages are always displayed.
101 * print_result() - Print standard PASS | ERROR | FAIL results
136 ERROR, strerror(err), ##args); \
138 fprintf(stderr, "\t%s: "message, ERROR, ##args); \