Home | History | Annotate | Download | only in m_syswrap

Lines Matching defs:child_argv

2806    { // Make 'child_argv' be a pointer to the child's arg vector
2808 HChar** child_argv = (HChar**)ARG4;
2809 if (child_argv && child_argv[0] == NULL)
2810 child_argv = NULL;
2811 trace_this_child = VG_(should_we_trace_this_child)( (HChar*)ARG2, child_argv );