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 provides an MS-DOS-compatible implementation of the system-
12 * If you use this file, you must be sure that NEED_FAR_POINTERS is defined
14 * you use a large-data memory model. This file is not recommended if you
121 * Selection of a file name for a temporary file.
132 FILE * tfile;
134 /* Keep generating file names till we find one that's not in use */
149 /* Append a suitable file name */
152 /* Probe to see if file name is already in use */
216 * Backing store (temporary file) management.
238 * Access methods for a DOS file.
277 jdos_close(info->handle.file_handle); /* close the file */
278 remove(info->temp_name); /* delete the file */
602 /* Try extended memory, then expanded memory, then regular file. */
625 next_file_num = 0; /* initialize temp file name generator */