Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/profile/Windows/Inputs/
Dinstrprof-multiprocess.c11 wchar_t child_str[10]; in spawn_child() local
12 _itow(child_num, child_str, 10); in spawn_child()
13 if (!SetEnvironmentVariableW(L"CHILD_NUM", child_str)) { in spawn_child()
68 char *child_str = getenv("CHILD_NUM"); in main() local
69 if (!child_str) { in main()
81 int child_num = atoi(child_str); in main()
/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.c803 cil_log(CIL_INFO, "USERBOUNDS: user: %s, bounds: %s\n", bnds->parent_str, bnds->child_str); in cil_tree_print_node()
909 cil_log(CIL_INFO, "ROLEBOUNDS: role: %s, bounds: %s\n", bnds->parent_str, bnds->child_str); in cil_tree_print_node()
1087 cil_log(CIL_INFO, "TYPEBOUNDS: type: %s, bounds: %s\n", bnds->parent_str, bnds->child_str); in cil_tree_print_node()
Dcil_internal.h920 char *child_str; member
Dcil_resolve_ast.c2584 rc = cil_resolve_name(current, bounds->child_str, index, extra_args, &child_datum); in cil_resolve_bounds()
2589 cil_log(CIL_ERR, "Bounds child %s is an attribute\n", bounds->child_str); in cil_resolve_bounds()
2599 cil_tree_log(NODE(user->bounds), CIL_ERR, "User %s already bound by parent", bounds->child_str); in cil_resolve_bounds()
2611 cil_tree_log(NODE(role->bounds), CIL_ERR, "Role %s already bound by parent", bounds->child_str); in cil_resolve_bounds()
2623 cil_tree_log(NODE(type->bounds), CIL_ERR, "Type %s already bound by parent", bounds->child_str); in cil_resolve_bounds()
Dcil_copy_ast.c1730 new->child_str = orig->child_str; in cil_copy_bounds()
Dcil.c2776 (*bounds)->child_str = NULL; in cil_bounds_init()
Dcil_build_ast.c5785 bounds->child_str = parse_current->next->next->data; in cil_gen_bounds()