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

/freebsd-10-stable/usr.sbin/pkg_install/create/
H A Dcreate.h51 enum zipper {NONE, GZIP, BZIP, BZIP2, XZ }; enumerator in enum:zipper
/freebsd-10-stable/usr.bin/catman/
H A Dcatman.c94 enum Ziptype {NONE, BZIP, GZIP}; enumerator in enum:Ziptype
442 zipped == BZIP ? BZ2CAT_CMD : zipped == GZIP ? GZCAT_CMD : "",
444 zipped == BZIP ? BZ2_CMD : zipped == GZIP ? GZ_CMD : "cat",
498 zipped = is_bzipped(page_name) ? BZIP :

Completed in 91 milliseconds