Home | History | Annotate | Download | only in tests

Lines Matching refs:FILE

8 // This benchmark is basically bzip2 (mashed to be a single file)
29 /*--- Private header file for the library. ---*/
34 This file is a part of bzip2 and/or libbzip2, a program and
101 /*--- Public header file for the library. ---*/
106 This file is a part of bzip2 and/or libbzip2, a program and
212 /* Need a definitition for FILE */
279 FILE* f,
307 FILE* f,
1328 This file is a part of bzip2 and/or libbzip2, a program and
2008 This file is a part of bzip2 and/or libbzip2, a program and
2060 To get some idea how the block sorting algorithms in this file
2065 file implements the algorithm called cache in the paper.
3148 This file is a part of bzip2 and/or libbzip2, a program and
3392 This file is a part of bzip2 and/or libbzip2, a program and
3450 0.9.0a/b -- no changes in this file.
4108 This file is a part of bzip2 and/or libbzip2, a program and
4231 This file is a part of bzip2 and/or libbzip2, a program and
4376 This file is a part of bzip2 and/or libbzip2, a program and
4434 0.9.0a/b -- no changes in this file.
5242 /*--- File I/O stuff ---*/
5253 FILE* handle;
5265 static Bool myfeof ( FILE* f )
5277 FILE* f,
5448 FILE* f,
5738 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY)
5740 # define SET_BINARY_MODE(file)
5754 FILE *fp = NULL;
5816 open file for read or write.
5817 ex) bzopen("file","w9")
5877 FILE *fp = ((bzFile *)b)->handle;
5941 and the program will read the specified file, compress it (in memory),
5948 incredibly slow. A file of size eg 5KB will cause it to run for
6367 my_strcat(inbuf, "to attach them to the start of each source file to most effectively\n");
6368 my_strcat(inbuf, "convey the exclusion of warranty; and each file should have at least\n");