Searched refs:XZ_MAGIC (Results 1 – 2 of 2) sorted by relevance
98 #define XZ_MAGIC (uint8_t[]){ 0xfd, 0x37, 0x7a, 0x58, 0x5a } macro662 if (memcmp(block, XZ_MAGIC, sizeof(XZ_MAGIC)) == 0) { in tarfs_io_init()
109 #define XZ_MAGIC "\3757zXZ" macro1124 else if (memcmp(buf, XZ_MAGIC, 4) == 0) /* XXX: We only have 4 bytes */ in file_gettype()