Home | History | Annotate | Download | only in libtests

Lines Matching refs:QUIET

518    QUIET,          /* no normal messages */
596 dp->options = WARNINGS; /* default to !verbose, !quiet */
674 /* Required to quiet GNUC warnings when the compiler sees a stdarg function
705 case VERBOSE: case WARNINGS: case ERRORS: case QUIET:
1597 else if (strcmp(name, "--quiet") == 0)
1598 d.options = (d.options & ~LEVEL_MASK) | QUIET;
1670 if (ret > QUIET) /* abort on user or internal error */