Lines Matching refs:stdout
50 #include <stdio.h> /* fprintf, fopen, fread, stdin, stdout, fflush, getchar */
93 #define DISPLAYOUT(...) fprintf(stdout, __VA_ARGS__)
261 /* Default setting : 1 (auto: enabled on file, disabled on stdout) */
346 DISPLAYLEVEL(4, "Using stdout for output \n");
347 f = stdout;
348 SET_BINARY_MODE(stdout);
350 DISPLAYLEVEL(4, "Sparse File Support automatically disabled on stdout ;"
376 { int const sparseMode = (prefs->sparseFileSupport - (f==stdout)) > 0;
489 if (!LZ4IO_isStdout(output_filename)) fclose(foutput); /* do not close stdout */
760 if (!LZ4IO_isStdout(dstFileName)) fclose(dstFile); /* do not close stdout */
835 /* suffix != stdout => compress into a file => generate its name */
889 int const sparseMode = (sparseFileSupport - (file==stdout)) > 0;