Home | History | Annotate | Download | only in m_syswrap

Lines Matching refs:child_argv

1386       Omit the executable name itself from child_argv. */
1387 const HChar **child_argv = VG_(malloc)("syswrap.spawn.7",
1390 child_argv[i - 1] = *(HChar **) VG_(indexXA)(argv, i);
1393 child_argv);
1394 VG_(free)(child_argv);
3625 /* Make 'child_argv' be a pointer to the child's arg vector (skipping the
3627 const HChar **child_argv = (const HChar **) ARG2;
3628 if (child_argv[0] == NULL)
3629 child_argv = NULL;
3630 Bool trace_this_child = VG_(should_we_trace_this_child)(fname, child_argv);