Home | History | Annotate | Download | only in libtests

Lines Matching refs:QUIET

475    QUIET,          /* no normal messages */
552 dp->options = WARNINGS; /* default to !verbose, !quiet */
619 /* Required to quiet GNUC warnings when the compiler sees a stdarg function
650 case VERBOSE: case WARNINGS: case ERRORS: case QUIET:
1512 else if (strcmp(name, "--quiet") == 0)
1513 d.options = (d.options & ~LEVEL_MASK) | QUIET;
1579 if (ret > QUIET) /* abort on user or internal error */