Searched refs:DISPLAYOUT (Results 1 – 2 of 2) sorted by relevance
| /src/sys/contrib/zstd/programs/ |
| H A D | zstdcli.c | 103 #define DISPLAYOUT(...) DISPLAY_F(stdout, __VA_ARGS__) macro 160 DISPLAYOUT(WELCOME_MESSAGE); in usage_advanced() 162 DISPLAYOUT( "\n"); in usage_advanced() 163 DISPLAYOUT( "Advanced arguments : \n"); in usage_advanced() 164 DISPLAYOUT( " -V : display Version number and exit \n"); in usage_advanced() 166 DISPLAYOUT( " -c : write to standard output (even if it is the console) \n"); in usage_advanced() 168 DISPLAYOUT( " -v : verbose mode; specify multiple times to increase verbosity \n"); in usage_advanced() 169 DISPLAYOUT( " -q : suppress warnings; specify twice to suppress errors too \n"); in usage_advanced() 170 DISPLAYOUT( "--[no-]progress : forcibly display, or never display the progress counter.\n"); in usage_advanced() 171 …DISPLAYOUT( " note: any (de)compressed output to terminal will mix with progress … in usage_advanced() [all …]
|
| H A D | fileio.c | 102 #define DISPLAYOUT(...) fprintf(stdout, __VA_ARGS__) macro 3083 DISPLAYOUT("%6d %5d %6.*f%4s %8.*f%4s %5.3f %5s %s\n", in displayInfo() 3090 DISPLAYOUT("%6d %5d %6.*f%4s %5s %s\n", in displayInfo() 3097 DISPLAYOUT("%s \n", inFileName); in displayInfo() 3098 DISPLAYOUT("# Zstandard Frames: %d\n", info->numActualFrames); in displayInfo() 3100 DISPLAYOUT("# Skippable Frames: %d\n", info->numSkippableFrames); in displayInfo() 3101 DISPLAYOUT("Window Size: %.*f%s (%llu B)\n", in displayInfo() 3104 DISPLAYOUT("Compressed Size: %.*f%s (%llu B)\n", in displayInfo() 3108 DISPLAYOUT("Decompressed Size: %.*f%s (%llu B)\n", in displayInfo() 3111 DISPLAYOUT("Ratio: %.4f\n", ratio); in displayInfo() [all …]
|