Home
last modified time | relevance | path

Searched refs:constraint_expr (Results 1 - 5 of 5) sorted by relevance

/third_party/selinux/libsepol/include/sepol/policydb/
H A Dconstraint.h32 typedef struct constraint_expr { struct
63 struct constraint_expr *next; /* next expression */
/third_party/selinux/checkpolicy/
H A Dpolicy_define.c3785 struct constraint_expr *expr, *e1 = NULL, *e2; in define_cexpr()
3812 e2 = (struct constraint_expr *)arg1; in define_cexpr()
3827 e2 = (struct constraint_expr *)arg1; in define_cexpr()
3837 e1->next = (struct constraint_expr *)arg2; in define_cexpr()
3840 e2 = (struct constraint_expr *)arg2; in define_cexpr()
/third_party/selinux/libsepol/src/
H A Dkernel_to_cil.c121 static char *constraint_expr_to_str(struct policydb *pdb, struct constraint_expr *expr, int *use_mls) in constraint_expr_to_str()
123 struct constraint_expr *curr; in constraint_expr_to_str()
H A Dkernel_to_conf.c119 static char *constraint_expr_to_str(struct policydb *pdb, struct constraint_expr *expr, int *use_mls) in constraint_expr_to_str()
121 struct constraint_expr *curr; in constraint_expr_to_str()
H A Dmodule_to_cil.c1708 static int constraint_expr_to_string(struct policydb *pdb, struct constraint_expr *exprs, char **expr_string) in constraint_expr_to_string()
1711 struct constraint_expr *expr; in constraint_expr_to_string()

Completed in 16 milliseconds