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

/freebsd-current/sys/fs/tarfs/
H A Dtarfs_io.c98 #define XZ_MAGIC (uint8_t[]){ 0xfd, 0x37, 0x7a, 0x58, 0x5a } macro
662 if (memcmp(block, XZ_MAGIC, sizeof(XZ_MAGIC)) == 0) {
/freebsd-current/usr.bin/gzip/
H A Dgzip.c109 #define XZ_MAGIC "\3757zXZ" macro
1124 else if (memcmp(buf, XZ_MAGIC, 4) == 0) /* XXX: We only have 4 bytes */

Completed in 122 milliseconds