ERRORS            494 contrib/libtests/pngimage.c #define RESULT_RELAXED(r)  (((r) & ~((1U<<ERRORS)-1)) == 0)
ERRORS            650 contrib/libtests/pngimage.c          case VERBOSE: case WARNINGS: case ERRORS: case QUIET:
ERRORS            679 contrib/libtests/pngimage.c    if (level > APP_FAIL || (level > ERRORS && !(dp->options & CONTINUE)))
ERRORS           1483 contrib/libtests/pngimage.c    else if (ret < ERRORS) /* shouldn't longjmp on warnings */
ERRORS           1510 contrib/libtests/pngimage.c          d.options = (d.options & ~LEVEL_MASK) | ERRORS;