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
3790 struct constraint_expr *expr, *e1 = NULL, *e2; in define_cexpr()3817 e2 = (struct constraint_expr *)arg1; in define_cexpr()3832 e2 = (struct constraint_expr *)arg1; in define_cexpr()3842 e1->next = (struct constraint_expr *)arg2; in define_cexpr()3845 e2 = (struct constraint_expr *)arg2; in define_cexpr()
114 static char *constraint_expr_to_str(struct policydb *pdb, struct constraint_expr *expr, int *use_ml… in constraint_expr_to_str()116 struct constraint_expr *curr; in constraint_expr_to_str()
116 static char *constraint_expr_to_str(struct policydb *pdb, struct constraint_expr *expr, int *use_ml… in constraint_expr_to_str()118 struct constraint_expr *curr; in constraint_expr_to_str()
1706 static int constraint_expr_to_string(struct policydb *pdb, struct constraint_expr *exprs, char **ex… in constraint_expr_to_string()1709 struct constraint_expr *expr; in constraint_expr_to_string()