Lines Matching refs:out_stream
106 FILE *out_stream = NULL;
134 out_stream = stdout;
209 out_stream = fopen(out_file_name, "w");
210 if (out_stream == NULL) {
218 setmode(fileno(out_stream), O_BINARY);
395 * While not EOF, read in chars and send them to out_stream
451 out_stream))
458 fwrite(&tmp_buff[0], 1, 1, out_stream);
460 fclose(out_stream);
465 out_stream = fopen(in_file_name, "w");
468 setmode(fileno(out_stream), O_BINARY);
473 out_stream))
476 fclose(out_stream);