Searched refs:bz_magic (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/boot/lib/libstand/ | ||
H A D | bzipfs.c | 122 static int bz_magic[3] = {'B', 'Z', 'h'}; /* bzip2 magic header */ variable 133 if (c != bz_magic[len]) { |
Completed in 56 milliseconds