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

/freebsd-current/sys/fs/tarfs/
H A Dtarfs_io.c100 #define ZSTD_MAGIC (uint8_t[]){ 0x28, 0xb5, 0x2f, 0xfd } macro
670 } else if (memcmp(block, ZSTD_MAGIC, sizeof(ZSTD_MAGIC)) == 0) {
/freebsd-current/usr.bin/gzip/
H A Dgzip.c120 #define ZSTD_MAGIC "\050\265\057\375" macro
1132 else if (memcmp(buf, ZSTD_MAGIC, 4) == 0)

Completed in 182 milliseconds