Home
last modified time | relevance | path

Searched refs:bz_magic (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/stand/libsa/
H A Dbzipfs.c119 static int bz_magic[3] = {'B', 'Z', 'h'}; /* bzip2 magic header */ variable
130 if (c != bz_magic[len]) { in check_header()