/external/selinux/libsepol/cil/src/ |
cil_internal.h | 441 struct cil_list *str_expr; member in struct:cil_userattributeset 493 struct cil_list *str_expr; member in struct:cil_roleattributeset 519 struct cil_list *str_expr; member in struct:cil_typeattributeset 651 struct cil_list *str_expr; member in struct:cil_cats 814 struct cil_list *str_expr; member in struct:cil_constrain 821 struct cil_list *str_expr; member in struct:cil_validatetrans 860 struct cil_list *str_expr; member in struct:cil_booleanif 866 struct cil_list *str_expr; member in struct:cil_tunableif
|
cil_copy_ast.c | 422 cil_copy_expr(db, orig->str_expr, &new->str_expr); 561 cil_copy_expr(db, orig->str_expr, &new->str_expr); 643 cil_copy_expr(db, orig->str_expr, &new->str_expr); 899 cil_copy_expr(db, orig->str_expr, &(*new)->str_expr); [all...] |
cil_resolve_ast.h | 93 int cil_resolve_expr(enum cil_flavor expr_type, struct cil_list *str_expr, struct cil_list **datum_expr, struct cil_tree_node *parent, void *extra_args);
|
cil_tree.c | 417 void cil_tree_print_expr(struct cil_list *datum_expr, struct cil_list *str_expr) 426 cil_expr_to_string(str_expr, &expr_str); 450 cil_tree_print_expr(cats->datum_expr, cats->str_expr); 578 cil_tree_print_expr(cons->datum_expr, cons->str_expr); 625 cil_tree_print_expr(attr->datum_expr, attr->str_expr); 781 cil_tree_print_expr(attr->datum_expr, attr->str_expr); 796 cil_tree_print_expr(attr->datum_expr, attr->str_expr); 932 cil_tree_print_expr(bif->datum_expr, bif->str_expr); 942 cil_tree_print_expr(tif->datum_expr, tif->str_expr); 1272 cil_tree_print_expr(vt->datum_expr, vt->str_expr); [all...] |
cil.c | [all...] |
cil_resolve_ast.c | 429 rc = cil_resolve_expr(CIL_TYPEATTRIBUTESET, attrtypes->str_expr, &attrtypes->datum_expr, current, extra_args); 1094 rc = cil_resolve_expr(CIL_ROLEATTRIBUTESET, attrroles->str_expr, &attrroles->datum_expr, current, extra_args); [all...] |
cil_build_ast.c | 1329 rc = cil_gen_expr(parse_current->next->next, CIL_USER, &attrset->str_expr); 1352 cil_list_destroy(&attrset->str_expr, CIL_TRUE); [all...] |