Home | History | Annotate | Download | only in m_syswrap

Lines Matching defs:child_argv

2573    { // Make 'child_argv' be a pointer to the child's arg vector
2575 HChar** child_argv = (HChar**)ARG2;
2576 if (child_argv && child_argv[0] == NULL)
2577 child_argv = NULL;
2578 trace_this_child = VG_(should_we_trace_this_child)( (HChar*)ARG1, child_argv );