Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/programs/
H A Dzstdcli.c861 …s; FIO_overwriteMode(prefs); forceStdout=1; followLinks=1; outFileName=stdoutmark; g_displayLevel=… in main()
862 …s; FIO_overwriteMode(prefs); forceStdout=1; followLinks=1; outFileName=stdoutmark; g_displayLevel=… in main()
865 …s; FIO_overwriteMode(prefs); forceStdout=1; followLinks=1; outFileName=stdoutmark; g_displayLevel=… in main()
908 …if (!strcmp(argument, "--stdout")) { forceStdout=1; outFileName=stdoutmark; g_displayLevel-=(g_dis… in main()
1093 case 'c': forceStdout=1; outFileName=stdoutmark; argument++; break; in main()
1358 outFileName = stdoutmark; /* when input is stdin, default output is stdout */ in main()
1367 if ( outFileName && !strcmp(outFileName, stdoutmark) in main()
1403 hasStdout = outFileName && !strcmp(outFileName,stdoutmark); in main()
H A Dfileio.h27 #define stdoutmark "/*stdout*\\" macro
H A Dfileio.c655 if (!strcmp (dstFileName, stdoutmark)) { in FIO_openDstFile()
910 if (!strcmp(outFileName, stdoutmark)) { in FIO_removeMultiFilesWarning()
1682 && strcmp (dstFileName, stdoutmark) in FIO_compressFilename_dstFile()
1717 && strcmp(dstFileName, stdoutmark) /* special case : don't remove() stdout */ in FIO_compressFilename_dstFile()
2595 … } else if ((prefs->overwrite) && !strcmp (dstFileName, stdoutmark)) { /* pass-through mode */ in FIO_decompressFrames()
2638 && strcmp(dstFileName, stdoutmark) in FIO_decompressDstFile()
2673 && strcmp(dstFileName, stdoutmark) /* special case : don't remove() stdout */ in FIO_decompressDstFile()