Lines Matching defs:fo
695 prefix_line(FILE *fi, FILE *fo, void *cookie)
709 (void)fputs(prefix, fo);
712 prefixlen, fo);
713 (void)fwrite(line, sizeof(*line), length, fo);
715 (void)fflush(fo);
788 FILE *fo;
791 fo = pipe_end(mip);
801 (void)fprintf(fo, "\t [ iconv_open failed: %s ]\n\n",
803 (void)fflush(fo); /* flush here or see double! */
809 (void)fprintf(fo, "\t[ converting %s -> %s ]\n\n",
812 mime_run_function(mime_ficonv, fo, cd);
1122 decode_header(FILE *fi, FILE *fo, void *cookie __unused)
1135 (void)fputs(hdrstr, fo);
1144 FILE *fo;
1146 fo = pipe_end(mip);
1149 (void)fflush(fo);
1154 (void)fprintf(fo, "----- Part %s -----\n", mip->mi_partstr);
1156 (void)fflush(fo); /* Flush so the childern don't see it. */