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 exists to provide a single place to fix any problems with
11 * you may have to edit this file.)
13 * NOTE: this file is NOT intended to be included by applications using the
18 /* Include auto-config file to find out which system include files we need. */
88 #define JFREAD(file,buf,sizeofbuf) \
89 ((size_t) fread((void *) (buf), (size_t) 1, (size_t) (sizeofbuf), (file)))
90 #define JFWRITE(file,buf,sizeofbuf) \
91 ((size_t) fwrite((const void *) (buf), (size_t) 1, (size_t) (sizeofbuf), (file)))