Home
last modified time | relevance | path

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

/external/selinux/libsemanage/src/
Dconf-parse.y96 | bzip_small
250 bzip_small: BZIP_SMALL '=' ARG {
252 current_conf->bzip_small = 0;
254 current_conf->bzip_small = 1;
364 conf->bzip_small = 0;
Dsemanage_conf.h47 int bzip_small; member
Ddirect_api.c538 b = BZ2_bzReadOpen ( &bzerror, f, 0, sh->conf->bzip_small, NULL, 0 ); in bunzip()