Home
last modified time | relevance | path

Searched refs:constraint_expr (Results 1 – 2 of 2) sorted by relevance

/external/libsepol/include/sepol/policydb/
Dconstraint.h30 typedef struct constraint_expr { struct
61 struct constraint_expr *next; /* next expression */ argument
/external/checkpolicy/
Dpolicy_define.c2835 struct constraint_expr *expr, *e1 = NULL, *e2; in define_cexpr()
2862 e2 = (struct constraint_expr *)arg1; in define_cexpr()
2877 e2 = (struct constraint_expr *)arg1; in define_cexpr()
2887 e1->next = (struct constraint_expr *)arg2; in define_cexpr()
2890 e2 = (struct constraint_expr *)arg2; in define_cexpr()