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
249 bzip_small: BZIP_SMALL '=' ARG {
251 current_conf->bzip_small = 0;
253 current_conf->bzip_small = 1;
352 conf->bzip_small = 0;
Dsemanage_conf.h47 int bzip_small; member
Ddirect_api.c519 b = BZ2_bzReadOpen ( &bzerror, f, 0, sh->conf->bzip_small, NULL, 0 ); in bunzip()