Lines Matching refs:avrule_t
521 void avrule_init(avrule_t * x)
523 memset(x, 0, sizeof(avrule_t));
528 void avrule_destroy(avrule_t * x)
650 void avrule_list_destroy(avrule_t * x)
652 avrule_t *next, *cur;
2995 static avrule_t *avrule_read(policydb_t * p
3001 avrule_t *avrule;
3004 avrule = (avrule_t *) malloc(sizeof(avrule_t));
3154 int avrule_read_list(policydb_t * p, avrule_t ** avrules,
3158 avrule_t *cur, *tail;