Home | History | Annotate | Download | only in m_syswrap

Lines Matching defs:child_argv

2586    { // Make 'child_argv' be a pointer to the child's arg vector
2588 HChar** child_argv = (HChar**)ARG2;
2589 if (child_argv && child_argv[0] == NULL)
2590 child_argv = NULL;
2591 trace_this_child = VG_(should_we_trace_this_child)( (HChar*)ARG1, child_argv );