Home
last modified time | relevance | path

Searched refs:cil_node_to_string (Results 1 – 7 of 7) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_resolve_ast.c1093 …nsition must result in a role, but %s is a %s\n", roletrans->result_str, cil_node_to_string(node)); in cil_resolve_roletransition()
2272 cil_log(CIL_ERR, "%s is not a block\n", cil_node_to_string(node)); in cil_resolve_blockinherit_link()
3645 … cil_tree_log(node, CIL_ERR, "%s statement is not allowed in optionals", cil_node_to_string(node)); in __cil_resolve_ast_node_helper()
3653 cil_tree_log(node, CIL_ERR, "%s statement is not allowed in blocks", cil_node_to_string(node)); in __cil_resolve_ast_node_helper()
3664 cil_tree_log(node, CIL_ERR, "%s statement is not allowed in macros", cil_node_to_string(node)); in __cil_resolve_ast_node_helper()
3678 …tement is not allowed in booleanifs (tunableif treated as a booleanif)", cil_node_to_string(node)); in __cil_resolve_ast_node_helper()
3680 …cil_tree_log(node, CIL_ERR, "%s statement is not allowed in booleanifs", cil_node_to_string(node)); in __cil_resolve_ast_node_helper()
3716 cil_tree_log(node, lvl, "Failed to resolve %s statement", cil_node_to_string(node)); in __cil_resolve_ast_node_helper()
4118 …CIL_WARN, "Can only use %s name for name resolution in \"in\" blocks\n", cil_node_to_string(node)); in cil_resolve_name()
Dcil_internal.h953 const char * cil_node_to_string(struct cil_tree_node *node);
Dcil_verify.c946 const char * flavor = cil_node_to_string(node); in __cil_verify_booleanif_helper()
Dcil_build_ast.c107 cil_node_to_string(ast_node), key); in cil_gen_node()
126 …cil_log(CIL_ERR, "%s %s shadows a macro parameter in macro declaration\n", cil_node_to_string(ast_… in cil_gen_node()
3113 cil_tree_log(parse_current, CIL_ERR, "Bad %s association", cil_node_to_string(parse_current)); in cil_gen_aliasactual()
5688 cil_tree_log(parse_current, CIL_ERR, "Bad %s declaration", cil_node_to_string(parse_current)); in cil_gen_default()
Dcil_copy_ast.c2040 …cil_tree_log(orig, CIL_ERR, "%s %s shadows a macro parameter", cil_node_to_string(new), ((struct c… in __cil_copy_node_helper()
Dcil.c881 const char * cil_node_to_string(struct cil_tree_node *node) in cil_node_to_string() function
Dcil_binary.c4482 cil_tree_log(n, CIL_ERR,"%s%s", pad, cil_node_to_string(n)); in __cil_print_parents()