Searched defs:child_argv (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-generic.c2573 { // Make 'child_argv' be a pointer to the child's arg vector
2575 HChar** child_argv = (HChar**)ARG2; local
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 );
H A Dsyswrap-darwin.c2806 { // Make 'child_argv' be a pointer to the child's arg vector
2808 HChar** child_argv = (HChar**)ARG4; local
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 );

Completed in 2280 milliseconds