Lines Matching refs:FILE
5 * This file is part of the Independent JPEG Group's software.
6 * For conditions of distribution and use, see the accompanying README file.
8 * This file contains common declarations for the sample applications
21 * Object interface for cjpeg's source file decoding modules
34 FILE *input_file;
42 * Object interface for djpeg's output file encoding modules
61 /* Target file spec; filled in by djpeg.c after object is created. */
62 FILE * output_file;
75 * the source/destination file format. The JPEG library does not know
141 EXTERN(void) read_color_map JPP((j_decompress_ptr cinfo, FILE * infile));
150 EXTERN(FILE *) read_stdin JPP((void));
151 EXTERN(FILE *) write_stdout JPP((void));