Lines Matching refs:stream_out
206 static FILE *stream_out = (FILE*)NULL;
682 i = fwrite(buf, 1, count, stream_out);
2300 if (opt.save_image && stream_out && fflush(stream_out))
2625 stream_out = stdout;
2642 stream_out = fopen(opt.output,BINWMODE);
2643 if (!stream_out)
2646 fd_out = fileno(stream_out);
2703 fclose(stream_out);
2751 fclose(stream_out);