Home
last modified time | relevance | path

Searched refs:CIL_KEY_ALL (Results 1 – 6 of 6) sorted by relevance

/third_party/selinux/libsepol/cil/src/
Dcil_verify.c65 if (name == CIL_KEY_ALL) in __cil_is_reserved_name()
71 if ((name == CIL_KEY_ALL) || (name == CIL_KEY_SELF)) in __cil_is_reserved_name()
78 if ((name == CIL_KEY_ALL) || (name == CIL_KEY_RANGE)) in __cil_is_reserved_name()
Dcil_internal.h119 extern char *CIL_KEY_ALL;
Dcil.c102 char *CIL_KEY_ALL; variable
271 CIL_KEY_ALL = cil_strpool_add("all"); in cil_init_keys()
1369 return CIL_KEY_ALL; in cil_node_to_string()
Dcil_write_ast.c98 op_str = CIL_KEY_ALL; in write_expr()
Dcil_binary.c2063 *out = cil_strdup(CIL_KEY_ALL); in __cil_expr_to_string()
Dcil_build_ast.c2598 else if (op == CIL_KEY_ALL) return CIL_ALL; /* Only set and permissionx */ in __cil_get_expr_operator_flavor()