Searched refs:child_str (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/compiler-rt/test/profile/Windows/Inputs/ |
D | instrprof-multiprocess.c | 11 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/ |
D | getrusage03_child.c | 45 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/ |
D | cil_tree.c | 803 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()
|
D | cil_internal.h | 920 char *child_str; member
|
D | cil_resolve_ast.c | 2584 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()
|
D | cil_copy_ast.c | 1730 new->child_str = orig->child_str; in cil_copy_bounds()
|
D | cil.c | 2776 (*bounds)->child_str = NULL; in cil_bounds_init()
|
D | cil_build_ast.c | 5785 bounds->child_str = parse_current->next->next->data; in cil_gen_bounds()
|