lseek            1157 builtin/index-pack.c 			lseek(input_fd, 0, SEEK_CUR) - input_len != st.st_size)
lseek             722 builtin/pack-objects.c 	if (lseek(fd, sizeof(struct pack_header), SEEK_SET) == -1)
lseek             199 bulk-checkin.c 	seekback = lseek(fd, 0, SEEK_CUR);
lseek             234 bulk-checkin.c 		if (lseek(fd, seekback, SEEK_SET) == (off_t) -1)
lseek               8 compat/pread.c         current_offset = lseek(fd, 0, SEEK_CUR);
lseek              10 compat/pread.c         if (lseek(fd, offset, SEEK_SET) < 0)
lseek              15 compat/pread.c         if (current_offset != lseek(fd, current_offset, SEEK_SET))
lseek             168 csum-file.c    	    lseek(f->fd, offset, SEEK_SET) != offset)
lseek            1756 http.c         			lseek(freq->localfile, 0, SEEK_SET);
lseek             221 pack-write.c   	if (lseek(pack_fd, 0, SEEK_SET) != 0)
lseek             225 pack-write.c   	if (lseek(pack_fd, 0, SEEK_SET) != 0)
lseek            1048 sha1_file.c    	if (lseek(p->pack_fd, p->pack_size - sizeof(sha1), SEEK_SET) == -1)
lseek             536 streaming.c    		if (kept && lseek(fd, kept, SEEK_CUR) == (off_t) -1)
lseek             545 streaming.c    	if (kept && (lseek(fd, kept - 1, SEEK_CUR) == (off_t) -1 ||