Searched refs:stdoutmark (Results 1 – 6 of 6) sorted by relevance
/external/lz4/programs/ |
D | lz4cli.c | 175 DISPLAY( " '%s', or '-' for standard output (pipe mode)\n", stdoutmark); in usage_longhelp() 351 output_filename=stdoutmark; in main() 369 else output_filename=stdoutmark; in main() 384 … || (!strcmp(argument, "--to-stdout"))) { forceStdout=1; output_filename=stdoutmark; continue; } in main() 483 output_filename=stdoutmark; in main() 658 if (!output_filename) output_filename = stdoutmark; in main() 675 output_filename=stdoutmark; in main() 725 if (!strcmp(output_filename,stdoutmark) && IS_CONSOLE(stdout) && !forceStdout) { in main() 730 if (!strcmp(output_filename,stdoutmark) && (displayLevel==2)) displayLevel=1; in main() 744 …enames(prefs, inFileNames, (int)ifnIdx, !strcmp(output_filename,stdoutmark) ? stdoutmark : LZ4_EXT… in main() [all …]
|
D | lz4io.c | 334 if (!strcmp (dstFileName, stdoutmark)) { in LZ4IO_openDstFile() 701 if (strcmp(dstFileName,stdoutmark)) fclose (dstFile); /* do not close stdout */ in LZ4IO_compressFilename_extRess() 706 && strcmp (dstFileName, stdoutmark) in LZ4IO_compressFilename_extRess() 770 if (!strcmp(suffix, stdoutmark)) { in LZ4IO_compressMultipleFilenames() 772 inFileNamesTable[i], stdoutmark, in LZ4IO_compressMultipleFilenames() 1208 && strcmp (output_filename, stdoutmark) in LZ4IO_decompressDstFile() 1247 ress.dstFile = LZ4IO_openDstFile(prefs, stdoutmark); in LZ4IO_decompressMultipleFilenames() 1252 if (!strcmp(suffix, stdoutmark)) { in LZ4IO_decompressMultipleFilenames() 1253 missingFiles += LZ4IO_decompressSrcFile(prefs, ress, inFileNamesTable[i], stdoutmark); in LZ4IO_decompressMultipleFilenames()
|
D | lz4io.h | 44 static const char stdoutmark[] = "stdout"; variable
|
/external/zstd/programs/ |
D | zstdcli.c | 768 …s; FIO_overwriteMode(prefs); forceStdout=1; followLinks=1; outFileName=stdoutmark; g_displayLevel=… in main() 769 …s; FIO_overwriteMode(prefs); forceStdout=1; followLinks=1; outFileName=stdoutmark; g_displayLevel=… in main() 772 …s; FIO_overwriteMode(prefs); forceStdout=1; followLinks=1; outFileName=stdoutmark; g_displayLevel=… in main() 815 …if (!strcmp(argument, "--stdout")) { forceStdout=1; outFileName=stdoutmark; g_displayLevel-=(g_dis… in main() 985 case 'c': forceStdout=1; outFileName=stdoutmark; argument++; break; in main() 1243 outFileName = stdoutmark; /* when input is stdin, default output is stdout */ in main() 1250 if ( outFileName && !strcmp(outFileName, stdoutmark) in main() 1286 hasStdout = outFileName && !strcmp(outFileName,stdoutmark); in main()
|
D | fileio.h | 27 #define stdoutmark "/*stdout*\\" macro
|
D | fileio.c | 630 if (!strcmp (dstFileName, stdoutmark)) { in FIO_openDstFile() 862 if (!strcmp(outFileName, stdoutmark)) { in FIO_removeMultiFilesWarning() 1629 && strcmp(dstFileName, stdoutmark) /* special case : don't remove() stdout */ in FIO_compressFilename_dstFile() 2461 … } else if ((prefs->overwrite) && !strcmp (dstFileName, stdoutmark)) { /* pass-through mode */ in FIO_decompressFrames() 2531 && strcmp(dstFileName, stdoutmark) /* special case : don't remove() stdout */ in FIO_decompressDstFile()
|