Home | History | Annotate | Download | only in checkpolicy

Lines Matching refs:cat

1175 	cat_datum_t *cat = NULL;
1185 cat = malloc(sizeof(cat_datum_t));
1186 if (!cat) {
1191 cat_datum_init(cat);
1193 retval = require_symbol(SYM_CATS, id, (hashtab_datum_t *) cat,
1194 &cat->s.value, &cat->s.value);
1197 cat_datum_destroy(cat);
1198 free(cat);