Home
last modified time | relevance | path

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

/external/lz4/programs/
Dlz4cli.c172 DISPLAY( " '%s', or '-' for standard output (pipe mode)\n", stdoutmark); in usage_longhelp()
333 output_filename=stdoutmark; in main()
351 else output_filename=stdoutmark; in main()
366 … || (!strcmp(argument, "--to-stdout"))) { forceStdout=1; output_filename=stdoutmark; continue; } in main()
459 case 'c': forceStdout=1; output_filename=stdoutmark; break; in main()
630 output_filename = stdoutmark; in main()
634 …if (!IS_CONSOLE(stdout)) { output_filename=stdoutmark; break; } /* Default to stdout whenever po… in main()
670 if (!strcmp(output_filename,stdoutmark) && IS_CONSOLE(stdout) && !forceStdout) { in main()
675 if (!strcmp(output_filename,stdoutmark) && (displayLevel==2)) displayLevel=1; in main()
683 …sMultipleFilenames(inFileNames, ifnIdx, !strcmp(output_filename,stdoutmark) ? stdoutmark : LZ4_EXT… in main()
Dlz4io.h44 static const char stdoutmark[] = "stdout"; variable
Dlz4io.c272 if (!strcmp (dstFileName, stdoutmark)) { in LZ4IO_openDstFile()
632 && strcmp (dstFileName, stdoutmark) in LZ4IO_compressFilename_extRess()
1115 && strcmp (output_filename, stdoutmark) in LZ4IO_decompressDstFile()
1152 ress.dstFile = LZ4IO_openDstFile(stdoutmark); in LZ4IO_decompressMultipleFilenames()
1157 if (!strcmp(suffix, stdoutmark)) { in LZ4IO_decompressMultipleFilenames()
1158 missingFiles += LZ4IO_decompressSrcFile(ress, inFileNamesTable[i], stdoutmark); in LZ4IO_decompressMultipleFilenames()