Lines Matching defs:out
119 static FILE *out;
159 fprintf(out, "%lu\n", (unsigned long) bad);
160 fflush(out);
254 fflush(out);
542 /* fprintf (out, "%lu\n", nextbad); */
802 fflush (out);
839 /* fprintf (out, "%lu\n", nextbad); */
1272 out = fopen (output_file, "w");
1273 if (out == NULL)
1282 out = stdout;
1344 if (out != stdout)
1345 fclose (out);