• Home
  • Raw
  • Download

Lines Matching refs:DISPLAY

101 #define DISPLAY(...)         DISPLAY_F(stderr, __VA_ARGS__)  macro
102 #define DISPLAYLEVEL(l, ...) { if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } }
254 DISPLAY("Press enter to continue... \n"); in waitEnter()
278 DISPLAY("%s \n", msg); exit(1); in errorOut()
661 DISPLAY("error: missing command argument \n"); \
667 DISPLAY("error: command cannot be separated from its argument by another command \n"); \
759 … if ((filenames==NULL) || (file_of_names==NULL)) { DISPLAY("zstd: allocation error \n"); exit(1); } in main()
1152 DISPLAY("file information is not supported \n"); in main()
1270 DISPLAY("error : can't use --show-default-cparams in decomrpession mode \n"); in main()
1276 DISPLAY("error : can't use -D and --patch-from=# at the same time \n"); in main()
1281 DISPLAY("error : can't use --patch-from=# on multiple files \n"); in main()
1338 …if (fileSize != UTIL_FILESIZE_UNKNOWN) DISPLAY("%s (%u bytes)\n", filenames->fileNames[fileNb], (u… in main()
1339 else DISPLAY("%s (src size unknown)\n", filenames->fileNames[fileNb]); in main()
1340 DISPLAY(" - windowLog : %u\n", cParams.windowLog); in main()
1341 DISPLAY(" - chainLog : %u\n", cParams.chainLog); in main()
1342 DISPLAY(" - hashLog : %u\n", cParams.hashLog); in main()
1343 DISPLAY(" - searchLog : %u\n", cParams.searchLog); in main()
1344 DISPLAY(" - minMatch : %u\n", cParams.minMatch); in main()
1345 DISPLAY(" - targetLength : %u\n", cParams.targetLength); in main()
1347DISPLAY(" - strategy : %s (%u)\n", ZSTD_strategyMap[(int)cParams.strategy], (unsigned)cParams… in main()
1357 DISPLAY("Compression not supported \n"); in main()
1367 DISPLAY("Decompression not supported \n"); in main()