Searched refs:cil_node_to_string (Results 1 – 7 of 7) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_resolve_ast.c | 1037 …nsition must result in a role, but %s is a %s\n", roletrans->result_str, cil_node_to_string(node)); in cil_resolve_roletransition() 2215 cil_log(CIL_ERR, "%s is not a block\n", cil_node_to_string(node)); in cil_resolve_blockinherit_link() 3596 …cil_log(CIL_ERR, "%s statement is not allowed in optionals (%s:%d)\n", cil_node_to_string(node), n… in __cil_resolve_ast_node_helper() 3604 …cil_log(CIL_ERR, "%s statement is not allowed in blocks (%s:%d)\n", cil_node_to_string(node), node… in __cil_resolve_ast_node_helper() 3615 …cil_log(CIL_ERR, "%s statement is not allowed in macros (%s:%d)\n", cil_node_to_string(node), node… in __cil_resolve_ast_node_helper() 3629 …lowed in booleanifs (tunableif treated as a booleanif) (%s:%d)\n", cil_node_to_string(node), node-… in __cil_resolve_ast_node_helper() 3631 …cil_log(CIL_ERR, "%s statement is not allowed in booleanifs (%s:%d)\n", cil_node_to_string(node), … in __cil_resolve_ast_node_helper() 3668 args->last_resolved_name, cil_node_to_string(node), node->line, node->path); in __cil_resolve_ast_node_helper() 4054 …CIL_WARN, "Can only use %s name for name resolution in \"in\" blocks\n", cil_node_to_string(node)); in cil_resolve_name()
|
D | cil_internal.h | 927 const char * cil_node_to_string(struct cil_tree_node *node);
|
D | cil_build_ast.c | 107 cil_node_to_string(ast_node), key); in cil_gen_node() 127 …cil_log(CIL_ERR, "%s %s shadows a macro parameter in macro declaration\n", cil_node_to_string(ast_… in cil_gen_node() 3141 cil_node_to_string(parse_current),parse_current->line, parse_current->path); in cil_gen_aliasactual() 5675 cil_node_to_string(parse_current), parse_current->line, parse_current->path); in cil_gen_default()
|
D | cil_verify.c | 943 const char * flavor = cil_node_to_string(node); in __cil_verify_booleanif_helper()
|
D | cil_copy_ast.c | 1988 …cil_log(CIL_ERR, "%s %s shadows a macro parameter (%s line:%d)\n", cil_node_to_string(new), ((stru… in __cil_copy_node_helper()
|
D | cil.c | 862 const char * cil_node_to_string(struct cil_tree_node *node) in cil_node_to_string() function
|
D | cil_binary.c | 4267 cil_log(CIL_ERR,"%s%s\n", pad, cil_node_to_string(n)); in __cil_print_parents() 4269 cil_log(CIL_ERR,"%s%s at line %d of %s\n", pad, cil_node_to_string(n), n->line, n->path); in __cil_print_parents()
|