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

/freebsd-9.3-release/lib/libstand/
H A Dbzipfs.c122 static int bz_magic[3] = {'B', 'Z', 'h'}; /* bzip2 magic header */ variable
133 if (c != bz_magic[len]) {

Completed in 30 milliseconds