Home | History | Annotate | Download | only in m_syswrap

Lines Matching defs:child_argv

2787    { // Make 'child_argv' be a pointer to the child's arg vector
2789 HChar** child_argv = (HChar**)ARG4;
2790 if (child_argv && child_argv[0] == NULL)
2791 child_argv = NULL;
2792 trace_this_child = VG_(should_we_trace_this_child)( (HChar*)ARG2, child_argv );