Lines Matching refs:FILE
45 int def(FILE *source, FILE *dest, int level)
61 /* compress until end of file */
84 /* done when last data in file processed */
93 int inf(FILE *source)
111 /* decompress until deflate stream ends or end of file */
177 FILE* f;
219 /* first, compress the file into a temporary storage */
220 FILE* f = fopen(argv[1], "rb");
221 FILE* out = NULL;