Home | History | Annotate | Download | only in checkpolicy

Lines Matching refs:role_datum_t

510 			{ $$ = merge_roles_dom((role_datum_t*)$1, (role_datum_t*)$2); if ($$ == 0) return -1;}
515 {$$ = define_role_dom((role_datum_t*)$4); if ($$ == 0) return -1;}