Lines Matching defs:end
191 /* read from file in, exit if end-of-file */
194 if (readin(in) == 0) bye("unexpected end of ", in->name);
216 bye("unexpected end of ", in->name);
265 off_t lastoff, end;
325 /* process end of block */
339 /* save the location of the end of the compressed data */
340 end = lseek(gz.fd, 0L, SEEK_CUR) - gz.left;
349 /* if not at end of file, warn */
352 "gzappend warning: junk at end of gzip file overwritten\n");
374 lseek(gz.fd, --end, SEEK_SET);
378 lseek(gz.fd, end, SEEK_SET);
387 is true, then finish off the deflate stream at the end */