Home | History | Annotate | Download | only in checkpolicy

Lines Matching refs:newcat

3403 	mls_semantic_cat_t *newcat;
3438 newcat = (mls_semantic_cat_t *) malloc(sizeof(mls_semantic_cat_t));
3439 if (!newcat) {
3444 mls_semantic_cat_init(newcat);
3445 newcat->next = *cats;
3446 newcat->low = range_start;
3447 newcat->high = range_end;
3449 *cats = newcat;