Lines Matching refs:outfile
81 fwrite(ps, 1, psl, outfile);\
82 if (psanl) fputc('\n', outfile);\
126 (void)fprintf(outfile, "%s", cp->t);
158 (void)fprintf(outfile, "%s", cp->t);
252 (void)fprintf(outfile, "%lu\n", linenum);
452 outfile);
466 (void)fwrite(buf, sizeof(char), count, outfile);
470 if (ferror(outfile))
485 (void)fprintf(outfile, "\\\n");
490 (void)fputc(*s, outfile);
493 (void)fputc('$', outfile);
494 (void)fputc('\n', outfile);
498 (void)fputc('\\', outfile);
500 (void)fputc("\\abfrtv"[p - escapes], outfile);
503 (void)fprintf(outfile, "%03o", *(u_char *)s);
508 (void)fputc('$', outfile);
509 (void)fputc('\n', outfile);
510 if (ferror(outfile))