Home | History | Annotate | Download | only in bzip2

Lines Matching refs:FILE

8    This file is part of bzip2/libbzip2, a program and library for
15 README file.
18 in the file LICENSE.
23 0.9.0a/b -- no changes in this file.
66 "I suggest the following: try compressing the file again,\n"
78 " let me know, and, ideally, save a copy of the file causing the\n"
883 /*--- File I/O stuff ---*/
894 FILE* handle;
906 static Bool myfeof ( FILE* f )
918 FILE* f,
1089 FILE* f,
1378 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY)
1380 # define SET_BINARY_MODE(file)
1394 FILE *fp = NULL;
1456 open file for read or write.
1457 ex) bzopen("file","w9")
1517 FILE *fp;