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

/freebsd-12-stable/usr.bin/gzip/
H A Dunlz.c601 static const char hdrmagic[] = { 'L', 'Z', 'I', 'P', 1 }; variable
636 if (memcmp(header, hdrmagic, sizeof(hdrmagic)) != 0)

Completed in 104 milliseconds