/external/checkpolicy/ |
policy_define.h | 11 #define COND_ERR ((avrule_t *)-1) 16 avrule_t *define_cond_compute_type(int which); 17 avrule_t *define_cond_pol_list(avrule_t *avlist, avrule_t *stmt); 18 avrule_t *define_cond_te_avtab(int which); 19 avrule_t *define_cond_filename_trans(void); 29 int define_conditional(cond_expr_t *expr, avrule_t *t_list, avrule_t *f_list );
|
module_compiler.h | 82 void append_avrule(avrule_t * avrule);
|
policy_define.c | 1383 int define_compute_type_helper(int which, avrule_t ** rule) 1389 avrule_t *avrule; 1393 avrule = malloc(sizeof(avrule_t)); 1461 avrule_t *avrule; 1482 avrule_t *define_cond_compute_type(int which) 1485 avrule_t *avrule; 1496 return (avrule_t *) 1; 1575 avrule_t *define_cond_pol_list(avrule_t * avlist, avrule_t * sl [all...] |
policy_parse.y | 311 { if (pass == 2) { if (define_conditional((cond_expr_t*)$2, (avrule_t*)$4, (avrule_t*)$6) < 0) return -1; }} 345 { $$ = define_cond_pol_list((avrule_t *)$1, (avrule_t *)$2); }
|
module_compiler.c | 34 avrule_t *last_avrule; 1327 avrule_t *tmp; 1347 void append_avrule(avrule_t * avrule) [all...] |
/external/libsepol/include/sepol/policydb/ |
conditional.h | 81 avrule_t *avtrue_list; 82 avrule_t *avfalse_list;
|
expand.h | 70 avrule_t * source_rule, avtab_t * dest_avtab,
|
policydb.h | 250 } avrule_t; typedef in typeref:struct:avrule 397 avrule_t *avrules; 593 extern void avrule_init(avrule_t * x); 594 extern void avrule_destroy(avrule_t * x); 595 extern void avrule_list_destroy(avrule_t * x); 619 policydb_t * p, avrule_t * avrules); 648 extern int avrule_read_list(policydb_t * p, avrule_t ** avrules,
|
/external/libsepol/src/ |
assertion.c | 81 avrule_t * avrules) 83 avrule_t *a;
|
expand.c | [all...] |
policydb.c | 458 void avrule_init(avrule_t * x) 460 memset(x, 0, sizeof(avrule_t)); 465 void avrule_destroy(avrule_t * x) 587 void avrule_list_destroy(avrule_t * x) 589 avrule_t *next, *cur; [all...] |
link.c | [all...] |
write.c | 53 static int avrule_write_list(avrule_t * avrules, struct policy_file *fp); [all...] |
conditional.c | 351 avrule_t *tmp2;
|
/external/checkpolicy/test/ |
dismod.c | 214 int display_avrule(avrule_t * avrule, policydb_t * policy, 598 avrule_t *avrule; 623 avrule_t *avrule = decl->avrules;
|