Searched defs:boolean_t (Results 1 - 1 of 1) sorted by relevance

/external/selinux/libselinux/src/
H A Daudit2why.c32 struct boolean_t { struct
37 static struct boolean_t **boollist = NULL;
56 boollist[boolcnt] = malloc(sizeof(struct boolean_t));
63 static int check_booleans(struct boolean_t **bools)
150 *bools = calloc(sizeof(struct boolean_t), fcnt + 1);
151 struct boolean_t *b = *bools;
317 struct boolean_t *bools;
396 struct boolean_t *b = bools;

Completed in 48 milliseconds