Home
last modified time | relevance | path

Searched refs:CIL_KEY_CONS_T3 (Results 1 – 4 of 4) sorted by relevance

/third_party/selinux/libsepol/cil/src/
Dcil_internal.h82 extern char *CIL_KEY_CONS_T3;
Dcil.c65 char *CIL_KEY_CONS_T3; variable
234 CIL_KEY_CONS_T3 = cil_strpool_add("t3"); in cil_init_keys()
1401 return CIL_KEY_CONS_T3; in cil_node_to_string()
Dcil_write_ast.c148 operand_str = CIL_KEY_CONS_T3; in write_expr()
Dcil_build_ast.c2702 else if (operand == CIL_KEY_CONS_T3) return CIL_CONS_T3; in __cil_get_constraint_operand_flavor()