SEEK_REL
if (lseek(Archive, -(off1 + off2), SEEK_REL) < 0)
if (lseek(Archive, (off_t)-rv, SEEK_REL) < 0)
if (lseek(Archive, Bufsize, SEEK_REL) < 0)