Searched refs:define_role_dom (Results 1 - 3 of 3) sorted by relevance

/external/checkpolicy/
H A Dpolicy_define.h68 role_datum_t *define_role_dom(role_datum_t *r);
H A Dpolicy_parse.y490 {$$ = define_role_dom(NULL); if ($$ == 0) return -1;}
492 {$$ = define_role_dom((role_datum_t*)$4); if ($$ == 0) return -1;}
H A Dpolicy_define.c2121 role_datum_t *define_role_dom(role_datum_t * r) function

Completed in 76 milliseconds