Lines Matching defs:bail
66 local int bail(char *why1, char *why2)
139 /* get a byte from the file, bail if end of file */
142 bail("unexpected end of file on ", in->name))
184 bail("unexpected end of file on ", in->name);
196 bail("unexpected end of file on ", in->name);
210 bail(in->name, " is not a valid gzip file");
215 bail("unknown reserved bits set in ", in->name);
253 /* Load up zlib stream from buffered input, bail if end of file */
259 bail("unexpected end of file on ", in->name);
294 bail("could not open ", name);
307 bail("out of memory", "");
332 bail("out of memory", "");
334 bail("invalid compressed data in ", in->name);