Lines Matching full:bail
65 local int bail(char *why1, char *why2)
138 /* get a byte from the file, bail if end of file */
141 bail("unexpected end of file on ", in->name))
183 bail("unexpected end of file on ", in->name);
195 bail("unexpected end of file on ", in->name);
209 bail(in->name, " is not a valid gzip file");
214 bail("unknown reserved bits set in ", in->name);
252 /* Load up zlib stream from buffered input, bail if end of file */
258 bail("unexpected end of file on ", in->name);
293 bail("could not open ", name);
306 bail("out of memory", "");
331 bail("out of memory", "");
333 bail("invalid compressed data in ", in->name);