Lines Matching defs:out
113 static FILE *out;
153 fprintf(out, "%lu\n", (unsigned long) bad);
154 fflush(out);
248 fflush(out);
535 /* fprintf (out, "%lu\n", nextbad); */
795 fflush (out);
832 /* fprintf (out, "%lu\n", nextbad); */
1255 out = fopen (output_file, "w");
1256 if (out == NULL)
1265 out = stdout;
1327 if (out != stdout)
1328 fclose (out);