Searched refs:constraint_expr (Results 1 – 3 of 3) sorted by relevance
31 typedef struct constraint_expr { struct62 struct constraint_expr *next; /* next expression */ argument
3662 struct constraint_expr *expr, *e1 = NULL, *e2; in define_cexpr()3689 e2 = (struct constraint_expr *)arg1; in define_cexpr()3704 e2 = (struct constraint_expr *)arg1; in define_cexpr()3714 e1->next = (struct constraint_expr *)arg2; in define_cexpr()3717 e2 = (struct constraint_expr *)arg2; in define_cexpr()
1618 static int constraint_expr_to_string(int indent, struct policydb *pdb, struct constraint_expr *expr… in constraint_expr_to_string()1621 struct constraint_expr *expr; in constraint_expr_to_string()