| /src/sys/ufs/ext2fs/ |
| ext2fs_xattr.h | 49 uint32_t h_magic; /* Magic number - 0xEA020000 */ member in struct:ext2fs_xattr_ibody_header 56 uint32_t h_magic; /* Magic number - 0xEA020000 */ member in struct:ext2fs_xattr_header
|
| ext2fs_xattr.c | 149 if (end <= start || fs2h32(h->h_magic) != EXT2FS_XATTR_MAGIC) 184 if (end <= start || fs2h32(h->h_magic) != EXT2FS_XATTR_MAGIC) 345 if (end <= start || fs2h32(h->h_magic) != EXT2FS_XATTR_MAGIC) 379 if (end <= (void *)h || fs2h32(h->h_magic) != EXT2FS_XATTR_MAGIC)
|
| /src/bin/pax/ |
| cpio.h | 89 u_char h_magic[2]; member in struct:__anon28
|
| cpio.c | 1048 hd->h_magic[0] = CHR_WR_2(MAGIC); 1049 hd->h_magic[1] = CHR_WR_3(MAGIC);
|
| /src/external/gpl3/binutils/dist/include/coff/ |
| alpha.h | 177 unsigned char h_magic[2]; member in struct:hdr_ext
|
| mips.h | 132 unsigned char h_magic[2]; member in struct:hdr_ext
|
| /src/external/gpl3/binutils.old/dist/include/coff/ |
| alpha.h | 177 unsigned char h_magic[2]; member in struct:hdr_ext
|
| mips.h | 132 unsigned char h_magic[2]; member in struct:hdr_ext
|
| /src/external/gpl3/gdb/dist/include/coff/ |
| alpha.h | 177 unsigned char h_magic[2]; member in struct:hdr_ext
|
| mips.h | 132 unsigned char h_magic[2]; member in struct:hdr_ext
|
| /src/external/gpl3/gdb.old/dist/include/coff/ |
| alpha.h | 177 unsigned char h_magic[2]; member in struct:hdr_ext
|
| mips.h | 132 unsigned char h_magic[2]; member in struct:hdr_ext
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_write_set_format_cpio_binary.c | 85 uint16_t h_magic; 428 h.h_magic = la_swap16(070707);
|
| /src/external/bsd/file/dist/src/ |
| cdf.h | 62 uint64_t h_magic; member in struct:__anon4314
|
| cdf.c | 239 h->h_magic = CDF_TOLE8(h->h_magic); 271 CDF_UNPACK(h->h_magic); 410 if (h->h_magic != CDF_MAGIC) { 413 (unsigned long long)h->h_magic,
|
| /src/external/gpl3/binutils/dist/bfd/ |
| ecoffswap.h | 105 intern->magic = H_GET_S16 (abfd, ext->h_magic); 147 H_PUT_S16 (abfd, intern->magic, ext->h_magic);
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| ecoffswap.h | 105 intern->magic = H_GET_S16 (abfd, ext->h_magic); 147 H_PUT_S16 (abfd, intern->magic, ext->h_magic);
|
| /src/external/gpl3/gdb/dist/bfd/ |
| ecoffswap.h | 105 intern->magic = H_GET_S16 (abfd, ext->h_magic); 147 H_PUT_S16 (abfd, intern->magic, ext->h_magic);
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| ecoffswap.h | 105 intern->magic = H_GET_S16 (abfd, ext->h_magic); 147 H_PUT_S16 (abfd, intern->magic, ext->h_magic);
|