Home
last modified time | relevance | path

Searched refs:CIL_KEY_CONDTRUE (Results 1 – 5 of 5) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil.c101 char *CIL_KEY_CONDTRUE; variable
266 CIL_KEY_CONDTRUE = cil_strpool_add("true"); in cil_init_keys()
1103 return CIL_KEY_CONDTRUE; in cil_node_to_string()
1111 return CIL_KEY_CONDTRUE; in cil_node_to_string()
Dcil_build_ast.c2435 if (parse_current->next->next->data == CIL_KEY_CONDTRUE) { in cil_gen_bool()
2499 if (parse_current->next->next->data == CIL_KEY_CONDTRUE) { in cil_gen_tunable()
2865 if (cond->cl_head->data != CIL_KEY_CONDTRUE && in cil_gen_boolif()
2874 if (cond->cl_head->data != CIL_KEY_CONDTRUE && in cil_gen_boolif()
2947 if (cond->cl_head->data != CIL_KEY_CONDTRUE && in cil_gen_tunif()
2957 if (cond->cl_head->data != CIL_KEY_CONDTRUE && in cil_gen_tunif()
3249 if (expand_str == CIL_KEY_CONDTRUE) { in cil_gen_expandtypeattribute()
6052 if (parse_current->next->data == CIL_KEY_CONDTRUE) { in cil_gen_mls()
6152 if (parse_current->data != CIL_KEY_CONDTRUE && in __cil_build_ast_node_helper()
6316 } else if (parse_current->data == CIL_KEY_CONDTRUE) { in __cil_build_ast_node_helper()
Dcil_write_ast.c666 expandattr->expand ? CIL_KEY_CONDTRUE : CIL_KEY_CONDFALSE); in cil_write_expandtypeattribute()
1118 val = CIL_KEY_CONDTRUE; in cil_write_mls()
Dcil_internal.h98 extern char *CIL_KEY_CONDTRUE;
Dcil_tree.c717 CIL_KEY_CONDTRUE : CIL_KEY_CONDFALSE); in cil_tree_print_node()