Home
last modified time | relevance | path

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

/external/lz4/programs/
Dlz4cli.c179 DISPLAY( " '%s', or '-' for standard output (pipe mode)\n", stdoutmark); in usage_longhelp()
305 output_filename=stdoutmark; in main()
322 else output_filename=stdoutmark; in main()
336 … || (!strcmp(argument, "--to-stdout"))) { forceStdout=1; output_filename=stdoutmark; continue; } in main()
392 case 'c': forceStdout=1; output_filename=stdoutmark; break; in main()
553 output_filename = stdoutmark; in main()
557 …if (!IS_CONSOLE(stdout)) { output_filename=stdoutmark; break; } /* Default to stdout whenever po… in main()
593 if (!strcmp(output_filename,stdoutmark) && IS_CONSOLE(stdout) && !forceStdout) { in main()
598 if (!strcmp(output_filename,stdoutmark) && (displayLevel==2)) displayLevel=1; in main()
606 …sMultipleFilenames(inFileNames, ifnIdx, !strcmp(output_filename,stdoutmark) ? stdoutmark : LZ4_EXT… in main()
Dlz4io.c261 if (!strcmp (dstFileName, stdoutmark)) { in LZ4IO_openDstFile()
537 …if (strcmp (srcFileName, stdinmark) && strcmp (dstFileName, stdoutmark) && UTIL_getFileStat(srcFil… in LZ4IO_compressFilename_extRess()
981 …if (strcmp (input_filename, stdinmark) && strcmp (output_filename, stdoutmark) && UTIL_getFileStat… in LZ4IO_decompressDstFile()
1017 ress.dstFile = LZ4IO_openDstFile(stdoutmark); in LZ4IO_decompressMultipleFilenames()
1022 if (!strcmp(suffix, stdoutmark)) { in LZ4IO_decompressMultipleFilenames()
1023 missingFiles += LZ4IO_decompressSrcFile(ress, inFileNamesTable[i], stdoutmark); in LZ4IO_decompressMultipleFilenames()
Dlz4io.h44 static const char stdoutmark[] = "stdout"; variable