Home | History | Annotate | Download | only in programs

Lines Matching defs:g_displayLevel

106 #define DISPLAYLEVEL(l, ...) { if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } }
107 static int g_displayLevel = DISPLAY_LEVEL_DEFAULT; /* 0 : no display, 1: errors, 2 : + result + interaction + warnings, 3 : + progression, 4 : + information */
322 if (g_displayLevel >= 2) usage(stderr, programName);
647 if (g_displayLevel < DISPLAY_LEVEL_DEFAULT) {
653 if (g_displayLevel >= 3) {
669 if (g_displayLevel >= 4) {
715 assert(g_displayLevel >= 4);
914 if (exeNameMatch(programName, ZSTD_CAT)) { operation=zom_decompress; FIO_overwriteMode(prefs); forceStdout=1; followLinks=1; FIO_setPassThroughFlag(prefs, 1); outFileName=stdoutmark; g_displayLevel=1; } /* supports multiple formats */
915 if (exeNameMatch(programName, ZSTD_ZCAT)) { operation=zom_decompress; FIO_overwriteMode(prefs); forceStdout=1; followLinks=1; FIO_setPassThroughFlag(prefs, 1); outFileName=stdoutmark; g_displayLevel=1; } /* behave like zcat, also supports multiple formats */
921 if (exeNameMatch(programName, ZSTD_GZCAT)) { operation=zom_decompress; FIO_overwriteMode(prefs); forceStdout=1; followLinks=1; FIO_setPassThroughFlag(prefs, 1); outFileName=stdoutmark; g_displayLevel=1; } /* behave like gzcat, also supports multiple formats */
963 if (!strcmp(argument, "--verbose")) { g_displayLevel++; continue; }
964 if (!strcmp(argument, "--quiet")) { g_displayLevel--; continue; }
1194 case 'v': g_displayLevel++; argument++; break;
1197 case 'q': g_displayLevel--; argument++; break;
1318 g_utilDisplayLevel = g_displayLevel;
1362 int const ret = FIO_listMultipleFiles((unsigned)filenames->tableSize, filenames->fileNames, g_displayLevel);
1406 operationResult = BMK_benchFilesAdvanced(&filenames->fileNames[i], 1, dictFileName, c, &compressionParams, g_displayLevel, &benchParams);
1410 operationResult = BMK_benchFilesAdvanced(filenames->fileNames, (unsigned)filenames->tableSize, dictFileName, cLevel, &compressionParams, g_displayLevel, &benchParams);
1414 operationResult = BMK_syntheticTest(cLevel, compressibility, &compressionParams, g_displayLevel, &benchParams);
1428 zParams.notificationLevel = (unsigned)g_displayLevel;
1518 if (hasStdout && (g_displayLevel==2)) g_displayLevel=1;
1535 FIO_setNotificationLevel(g_displayLevel);
1578 if (showDefaultCParams || g_displayLevel >= 4) {
1583 if (g_displayLevel >= 4)
1588 if (g_displayLevel >= 4)