Lines Matching defs:out_stream
65 static FILE *out_stream;
1117 out_stream = stdout;
1119 out_stream = fopen (out_fname, "w");
1121 if (out_stream == NULL)
1124 init_pp_output (out_stream);
1299 deps_stream = out_stream;
1315 if (deps_stream && deps_stream != out_stream && deps_stream != stdout
1319 if (out_stream && (ferror (out_stream) || fclose (out_stream)))