Home | History | Annotate | Download | only in checkpolicy

Lines Matching refs:define_role_dom

521                         {$$ = define_role_dom(NULL); if ($$ == 0) return -1;}
523 {$$ = define_role_dom((role_datum_t*)$4); if ($$ == 0) return -1;}