Home
last modified time | relevance | path

Searched refs:child_str (Results 1 – 6 of 6) sorted by relevance

/third_party/selinux/libsepol/cil/src/
Dcil_write_ast.c976 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()
Dcil_internal.h929 char *child_str; member
Dcil_resolve_ast.c2559 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()
Dcil_copy_ast.c1677 new->child_str = orig->child_str; in cil_copy_bounds()
Dcil.c2869 (*bounds)->child_str = NULL; in cil_bounds_init()
Dcil_build_ast.c5809 bounds->child_str = parse_current->next->next->data; in cil_gen_bounds()