Searched refs:ERRORS (Results 1 – 2 of 2) sorted by relevance
513 ERRORS, /* just errors */ enumerator538 #define RESULT_RELAXED(r) (((r) & ~((1U<<ERRORS)-1)) == 0)705 case VERBOSE: case WARNINGS: case ERRORS: case QUIET: in display_log()762 if (level > APP_FAIL || (level > ERRORS && !(dp->options & CONTINUE))) in display_log()1568 else if (ret < ERRORS) /* shouldn't longjmp on warnings */ in do_test()1595 d.options = (d.options & ~LEVEL_MASK) | ERRORS; in main()
124 ERRORS, /* just errors */ enumerator155 #define RESULT_RELAXED(r) (((r) & ~((1U<<ERRORS)-1)) == 0)294 S(errors, ERRORS)613 case VERBOSE: case WARNINGS: case ERRORS: case QUIET: in display_log()631 if (level > APP_FAIL || (level > ERRORS && !(dp->options & CONTINUE))) in display_log()2297 if (ret < ERRORS) /* shouldn't longjmp on warnings */ in cppng()
Completed in 15 milliseconds