Home
last modified time | relevance | path

Searched refs:macro_str (Results 1 – 8 of 8) sorted by relevance

/third_party/selinux/libsepol/cil/src/
Dcil_internal.h897 char *macro_str; member
Dcil_copy_ast.c1478 new->macro_str = orig->macro_str; in cil_copy_call()
Dcil_resolve_ast.c2691 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, &macro_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()
Dcil_write_ast.c651 fprintf(out, "(call %s", datum_or_str(DATUM(call->macro), call->macro_str)); in cil_write_ast_node()
Dcil.c2827 (*call)->macro_str = NULL; in cil_call_init()
Dcil_build_ast.c5417 call->macro_str = parse_current->next->data; in cil_gen_call()
/third_party/selinux/libsepol/cil/test/unit/
Dtest_cil_copy_ast.c1089 CuAssertStrEquals(tc, test_copy->macro_str, ((struct cil_call *)test_ast_node->data)->macro_str); in test_cil_copy_call()
Dtest_cil_resolve_ast.c5859 …(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()