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
3764 struct constraint_expr *expr, *e1 = NULL, *e2; in define_cexpr()3791 e2 = (struct constraint_expr *)arg1; in define_cexpr()3806 e2 = (struct constraint_expr *)arg1; in define_cexpr()3816 e1->next = (struct constraint_expr *)arg2; in define_cexpr()3819 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()
121 static char *constraint_expr_to_str(struct policydb *pdb, struct constraint_expr *expr, int *use_ml… in constraint_expr_to_str()123 struct constraint_expr *curr; in constraint_expr_to_str()
1702 static int constraint_expr_to_string(struct policydb *pdb, struct constraint_expr *exprs, char **ex… in constraint_expr_to_string()1705 struct constraint_expr *expr; in constraint_expr_to_string()