Searched refs:constraint_expr (Results 1 – 5 of 5) sorted by relevance
33 typedef struct constraint_expr { struct64 struct constraint_expr *next; /* next expression */ argument
3798 struct constraint_expr *expr, *e1 = NULL, *e2; in define_cexpr()3825 e2 = (struct constraint_expr *)arg1; in define_cexpr()3840 e2 = (struct constraint_expr *)arg1; in define_cexpr()3850 e1->next = (struct constraint_expr *)arg2; in define_cexpr()3853 e2 = (struct constraint_expr *)arg2; in define_cexpr()
119 static char *constraint_expr_to_str(struct policydb *pdb, struct constraint_expr *expr, int *use_ml… in constraint_expr_to_str()121 struct constraint_expr *curr; in constraint_expr_to_str()
117 static char *constraint_expr_to_str(struct policydb *pdb, struct constraint_expr *expr, int *use_ml… in constraint_expr_to_str()119 struct constraint_expr *curr; in constraint_expr_to_str()
1721 static int constraint_expr_to_string(struct policydb *pdb, struct constraint_expr *exprs, char **ex… in constraint_expr_to_string()1724 struct constraint_expr *expr; in constraint_expr_to_string()