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

/freebsd-9.3-release/bin/pax/
H A Dcpio.h88 u_char h_magic[2]; member in struct:__anon9
H A Dcpio.c1071 hd->h_magic[0] = CHR_WR_2(MAGIC);
1072 hd->h_magic[1] = CHR_WR_3(MAGIC);
/freebsd-9.3-release/contrib/binutils/include/coff/
H A Dalpha.h176 unsigned char h_magic[2]; member in struct:hdr_ext
H A Dmips.h131 unsigned char h_magic[2]; member in struct:hdr_ext
/freebsd-9.3-release/contrib/file/src/
H A Dcdf.h59 uint64_t h_magic; member in struct:__anon5
H A Dcdf.c171 h->h_magic = CDF_TOLE8(h->h_magic);
201 CDF_UNPACK(h->h_magic);
319 if (h->h_magic != CDF_MAGIC) {
322 (unsigned long long)h->h_magic,
/freebsd-9.3-release/contrib/binutils/bfd/
H A Decoffswap.h104 intern->magic = H_GET_S16 (abfd, ext->h_magic);
146 H_PUT_S16 (abfd, intern->magic, ext->h_magic);

Completed in 209 milliseconds