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

/netbsd-6-1-5-RELEASE/usr.sbin/paxctl/
H A Dpaxctl.c191 #define NHSIZE (size == 32 ? sizeof(n.h32) : sizeof(n.h64)) macro
243 if (pread(fd, &n, NHSIZE, (off_t)SH(sh_offset)) != NHSIZE) {
251 if (pread(fd, &pax_tag, sizeof(pax_tag), SH(sh_offset) + NHSIZE)
292 (off_t)SH(sh_offset) + NHSIZE) != sizeof(pax_tag))

Completed in 56 milliseconds