Searched refs:foot (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/pax/
H A Dpax-xz.c32 unsigned char foot[6]; local
36 if ((pos = lseek(ap->io->fd, (off_t)0, SEEK_CUR)) < 0 || lseek(ap->io->fd, (off_t)-sizeof(foot), SEEK_END) <= 0 || read(ap->io->fd, foot, sizeof(foot)) != sizeof(foot) || foot[4] != 0x59 || foot[5] != 0x5A)
39 ap->uncompressed = (foot[0]) |
40 (foot[1] << 8) |
41 (foot[
[all...]

Completed in 9 milliseconds