Searched refs:CIL_KEY_ALL (Results 1 – 6 of 6) sorted by relevance
65 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()
119 extern char *CIL_KEY_ALL;
102 char *CIL_KEY_ALL; variable271 CIL_KEY_ALL = cil_strpool_add("all"); in cil_init_keys()1369 return CIL_KEY_ALL; in cil_node_to_string()
98 op_str = CIL_KEY_ALL; in write_expr()
2063 *out = cil_strdup(CIL_KEY_ALL); in __cil_expr_to_string()
2598 else if (op == CIL_KEY_ALL) return CIL_ALL; /* Only set and permissionx */ in __cil_get_expr_operator_flavor()