Home | History | Annotate | Download | only in libtests

Lines Matching defs:QUIET

507    QUIET,          /* no normal messages */
585 dp->options = WARNINGS; /* default to !verbose, !quiet */
663 /* Required to quiet GNUC warnings when the compiler sees a stdarg function
694 case VERBOSE: case WARNINGS: case ERRORS: case QUIET:
1581 else if (strcmp(name, "--quiet") == 0)
1582 d.options = (d.options & ~LEVEL_MASK) | QUIET;
1654 if (ret > QUIET) /* abort on user or internal error */