Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/cil/src/
Dcil_internal.h125 extern char *CIL_KEY_BLOCK;
Dcil.c108 char *CIL_KEY_BLOCK; variable
368 CIL_KEY_BLOCK = cil_strpool_add("block"); in cil_init_keys()
1133 return CIL_KEY_BLOCK; in cil_node_to_string()
Dcil_build_ast.c4238 } else if (type == CIL_KEY_BLOCK) { in cil_gen_filecon()
6161 parse_current->data == CIL_KEY_BLOCK || in check_for_illegal_statement()
6173 parse_current->data == CIL_KEY_BLOCK || in check_for_illegal_statement()
6214 if (parse_current->data == CIL_KEY_BLOCK) { in parse_statement()
6476 if (parse_current->data != CIL_KEY_BLOCK && in __cil_build_ast_node_helper()
Dcil_write_ast.c1242 fprintf(out, "%s ", CIL_KEY_BLOCK); in cil_write_ast_node()