Searched refs:stdoutmark (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/sys/contrib/zstd/programs/ |
| H A D | zstdcli.c | 431 …ration=zom_decompress; forceStdout=1; FIO_overwriteMode(); outFileName=stdoutmark; g_displayLevel=… in main() 432 …ration=zom_decompress; forceStdout=1; FIO_overwriteMode(); outFileName=stdoutmark; g_displayLevel=… in main() 435 …ration=zom_decompress; forceStdout=1; FIO_overwriteMode(); outFileName=stdoutmark; g_displayLevel=… in main() 454 outFileName=stdoutmark; in main() 474 …if (!strcmp(argument, "--stdout")) { forceStdout=1; outFileName=stdoutmark; g_displayLevel-=(g_dis… in main() 598 case 'c': forceStdout=1; outFileName=stdoutmark; argument++; break; in main() 724 if (!strcmp(outFileName, "-")) outFileName = stdoutmark; in main() 838 outFileName = stdoutmark; /* when input is stdin, default output is stdout */ in main() 843 if ( outFileName && !strcmp(outFileName, stdoutmark) in main() 860 …if (!strcmp(filenameTable[0], stdinmark) && outFileName && !strcmp(outFileName,stdoutmark) && (g_d… in main()
|
| H A D | fileio.h | 27 #define stdoutmark "/*stdout*\\" macro
|
| H A D | fileio.c | 319 if (!strcmp (dstFileName, stdoutmark)) { in FIO_openDstFile() 943 && strcmp(dstFileName, stdoutmark) ) /* special case : don't remove() stdout */ in FIO_compressFilename_dstFile() 945 else if ( strcmp(dstFileName, stdoutmark) in FIO_compressFilename_dstFile() 1585 } else if ((g_overwrite) && !strcmp (dstFileName, stdoutmark)) { /* pass-through mode */ in FIO_decompressFrames() 1675 && strcmp(dstFileName, stdoutmark) ) /* special case : don't remove() stdout */ in FIO_decompressDstFile() 1678 if ( strcmp(dstFileName, stdoutmark) /* special case : don't chmod stdout */ in FIO_decompressDstFile()
|