OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:define_role_dom
(Results
1 - 3
of
3
) sorted by null
/external/selinux/checkpolicy/
policy_define.h
70
role_datum_t *
define_role_dom
(role_datum_t *r);
policy_parse.y
521
{$$ =
define_role_dom
(NULL); if ($$ == 0) return -1;}
523
{$$ =
define_role_dom
((role_datum_t*)$4); if ($$ == 0) return -1;}
[
all
...]
policy_define.c
2835
role_datum_t *
define_role_dom
(role_datum_t * r)
function
[
all
...]
Completed in 46 milliseconds