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.c2989 struct constraint_expr *expr, *e1 = NULL, *e2; in define_cexpr()
3016 e2 = (struct constraint_expr *)arg1; in define_cexpr()
3031 e2 = (struct constraint_expr *)arg1; in define_cexpr()
3041 e1->next = (struct constraint_expr *)arg2; in define_cexpr()
3044 e2 = (struct constraint_expr *)arg2; in define_cexpr()