Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/getrusage/
Dgetrusage03_child.c45 static char *consume_str, *grand_consume_str, *self_str, *child_str; variable
52 {"l:", &opt_child, &child_str},
124 child_str, 0, LONG_MAX); in main()
/external/selinux/libsepol/cil/src/
Dcil_tree.c799 cil_log(CIL_INFO, "USERBOUNDS: user: %s, bounds: %s\n", bnds->parent_str, bnds->child_str); in cil_tree_print_node()
905 cil_log(CIL_INFO, "ROLEBOUNDS: role: %s, bounds: %s\n", bnds->parent_str, bnds->child_str); in cil_tree_print_node()
1083 cil_log(CIL_INFO, "TYPEBOUNDS: type: %s, bounds: %s\n", bnds->parent_str, bnds->child_str); in cil_tree_print_node()
Dcil_resolve_ast.c2585 rc = cil_resolve_name(current, bounds->child_str, index, extra_args, &child_datum); in cil_resolve_bounds()
2590 cil_log(CIL_ERR, "Bounds child %s is an attribute\n", bounds->child_str); in cil_resolve_bounds()
2600 cil_tree_log(NODE(user->bounds), CIL_ERR, "User %s already bound by parent", bounds->child_str); in cil_resolve_bounds()
2612 cil_tree_log(NODE(role->bounds), CIL_ERR, "Role %s already bound by parent", bounds->child_str); in cil_resolve_bounds()
2624 cil_tree_log(NODE(type->bounds), CIL_ERR, "Type %s already bound by parent", bounds->child_str); in cil_resolve_bounds()
Dcil_internal.h917 char *child_str; member
Dcil_copy_ast.c1730 new->child_str = orig->child_str; in cil_copy_bounds()
Dcil.c2612 (*bounds)->child_str = NULL; in cil_bounds_init()
Dcil_build_ast.c5783 bounds->child_str = parse_current->next->next->data; in cil_gen_bounds()