Lines Matching refs:end
11 strategy is to write the short strings in an uncompressed form to the end of
44 - no junk at end (no other gzip streams)
61 The extra field has the necessary information to find the end of the
98 the length at the end of a gzip file is used for error checking only, and
293 char *end; /* end of path, for appending suffices such as ".gz" */
353 strcpy(log->end, ".lock");
376 strcpy(log->end, ".lock");
388 strcpy(log->end, ".lock");
400 strcpy(log->end, ".lock");
460 the file pointer after the end of the last stored block data. Return -1 if
504 off_t end;
553 (end = lseek(log->fd, 0, SEEK_CUR)) < 0 || ftruncate(log->fd, end))
559 strcpy(log->end, ".add");
577 strcpy(log->end, ".add");
582 strcpy(log->end, ".dict");
587 strcpy(log->end, ".temp");
613 off_t end;
628 strcpy(log->end, ".dict");
705 (end = lseek(log->fd, 0, SEEK_CUR)) < 0 || ftruncate(log->fd, end))
724 strcpy(log->end, ".repairs");
750 strcpy(log->end, ".add");
830 strcpy(log->end, ".gz");
845 strcpy(log->end, ".dict");
883 /* save path and end of path for name construction */
891 log->end = log->path + n;
954 strcpy(log->end, ".add");
964 strcpy(log->end, ".temp");
1015 strcpy(log->end, ".add");