Lines Matching refs:FILE
565 FILE * outfile, int verbose);
576 // Convert a file from one encoding to another
588 FILE * outfile, int verbose)
590 FILE *infile;
599 uint32_t infoffset = 0, outfoffset = 0; /* Where we are in the file, for error reporting. */
618 // Open the correct input file or connect to stdin for reading input
735 // input file offset at the beginning of the next buffer
751 // At the last conversion in the file, flush should be set to
799 // print the input file offset of the start of the error bytes:
800 // input file offset of the current byte buffer +
970 // total input file offset =
971 // input file offset of the current byte buffer +
980 // output file offset
1020 // Finally, write the converted buffer to the output file
1065 FILE *fp = ecode ? stderr : stdout;
1098 FILE *outfile;
1321 // Open the correct output file or connect to stdout for reading input