HomeSort by: relevance | last modified time | path
    Searched defs:hdrmagic (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/gzip/
unlz.c 599 static const char hdrmagic[] = { 'L', 'Z', 'I', 'P', 1 }; variable in typeref:typename:const char[]
634 if (memcmp(header, hdrmagic, sizeof(hdrmagic)) != 0)

Completed in 14 milliseconds