Lines Matching refs:FILE
10 Usage: puff [-w] [-f] [-nnn] file
13 where file is the input file with deflate data, nnn is the number of bytes
26 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
28 # define SET_BINARY_MODE(file)
54 /* Read the input file *name, or stdin if name is NULL, into allocated memory.
55 Reallocate to larger buffers until the entire file is read in. Return a
57 failure. *len is the number of bytes of data read from the input file (even
58 if load() returns NULL). If the input file was empty or could not be opened
64 FILE *in;
112 fprintf(stderr, "only one file name allowed\n");