Home | History | Annotate | Download | only in checkpolicy

Lines Matching refs:newcat

4122 	mls_semantic_cat_t *newcat;
4157 newcat = (mls_semantic_cat_t *) malloc(sizeof(mls_semantic_cat_t));
4158 if (!newcat) {
4163 mls_semantic_cat_init(newcat);
4164 newcat->next = *cats;
4165 newcat->low = range_start;
4166 newcat->high = range_end;
4168 *cats = newcat;