Searched refs:macro_str (Results 1 – 8 of 8) sorted by relevance
/third_party/selinux/libsepol/cil/src/ |
D | cil_internal.h | 897 char *macro_str; member
|
D | cil_copy_ast.c | 1478 new->macro_str = orig->macro_str; in cil_copy_call()
|
D | cil_resolve_ast.c | 2691 cil_tree_log(curr, CIL_ERR, "call %s", ((struct cil_call *)curr->data)->macro_str); in cil_print_recursive_call() 3046 rc = cil_resolve_name(current, call->macro_str, CIL_SYM_BLOCKS, extra_args, ¯o_datum); in cil_resolve_call() 3054 cil_tree_log(current, CIL_ERR, "Failed to resolve %s to a macro", call->macro_str); in cil_resolve_call()
|
D | cil_write_ast.c | 651 fprintf(out, "(call %s", datum_or_str(DATUM(call->macro), call->macro_str)); in cil_write_ast_node()
|
D | cil.c | 2827 (*call)->macro_str = NULL; in cil_call_init()
|
D | cil_build_ast.c | 5417 call->macro_str = parse_current->next->data; in cil_gen_call()
|
/third_party/selinux/libsepol/cil/test/unit/ |
D | test_cil_copy_ast.c | 1089 CuAssertStrEquals(tc, test_copy->macro_str, ((struct cil_call *)test_ast_node->data)->macro_str); in test_cil_copy_call()
|
D | test_cil_resolve_ast.c | 5859 …(struct cil_call*)test_db->ast->root->cl_head->next->next->next->data)->macro_str, CIL_SYM_BLOCKS,… in test_cil_resolve_call1_unknown_neg() 5861 free(((struct cil_call*)test_db->ast->root->cl_head->next->next->next->data)->macro_str); in test_cil_resolve_call1_unknown_neg() 5862 ((struct cil_call*)test_db->ast->root->cl_head->next->next->next->data)->macro_str = NULL; in test_cil_resolve_call1_unknown_neg() 5988 …cil_resolve_name(test_db->ast->root->cl_head->next->next->next, new_call->macro_str, CIL_SYM_BLOCK… in test_cil_resolve_call1_paramsflavor_neg() 6019 …cil_resolve_name(test_db->ast->root->cl_head->next->next->next, new_call->macro_str, CIL_SYM_BLOCK… in test_cil_resolve_call1_unknownflavor_neg()
|