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

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

Completed in 62 milliseconds