Searched refs:child_str (Results 1 – 6 of 6) sorted by relevance
/third_party/selinux/libsepol/cil/src/ |
D | cil_write_ast.c | 976 fprintf(out, "(userbounds %s %s)\n", bounds->parent_str, bounds->child_str); in cil_write_ast_node() 1036 fprintf(out, "(rolebounds %s %s)\n", bnds->parent_str, bnds->child_str); in cil_write_ast_node() 1085 fprintf(out, "(typebounds %s %s)\n", bounds->parent_str, bounds->child_str); in cil_write_ast_node()
|
D | cil_internal.h | 929 char *child_str; member
|
D | cil_resolve_ast.c | 2559 rc = cil_resolve_name(current, bounds->child_str, index, extra_args, &child_datum); in cil_resolve_bounds() 2564 cil_log(CIL_ERR, "Bounds child %s is an attribute\n", bounds->child_str); in cil_resolve_bounds() 2574 cil_tree_log(NODE(user->bounds), CIL_ERR, "User %s already bound by parent", bounds->child_str); in cil_resolve_bounds() 2586 cil_tree_log(NODE(role->bounds), CIL_ERR, "Role %s already bound by parent", bounds->child_str); in cil_resolve_bounds() 2598 cil_tree_log(NODE(type->bounds), CIL_ERR, "Type %s already bound by parent", bounds->child_str); in cil_resolve_bounds()
|
D | cil_copy_ast.c | 1677 new->child_str = orig->child_str; in cil_copy_bounds()
|
D | cil.c | 2869 (*bounds)->child_str = NULL; in cil_bounds_init()
|
D | cil_build_ast.c | 5809 bounds->child_str = parse_current->next->next->data; in cil_gen_bounds()
|