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

/freebsd-13-stable/usr.bin/gzip/
H A Dgzip.c113 #define XZ_MAGIC "\3757zXZ" macro
1175 if (memcmp(buf, XZ_MAGIC, 4) == 0) /* XXX: We only have 4 bytes */

Completed in 159 milliseconds