Home
last modified time | relevance | path

Searched refs:stdoutmark (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/zstd/programs/
H A Dzstdcli.c768 …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()
H A Dfileio.h27 #define stdoutmark "/*stdout*\\" macro
H A Dfileio.c630 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()