Searched refs:child_argv (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_options.c271 of the executable. 'child_argv' must not include the name of the
272 executable itself; iow child_argv[0] must be the first arg, if any,
275 HChar** child_argv )
315 if (VG_(clo_trace_children_skip_by_arg) && child_argv != NULL) {
331 for (i = 0; child_argv[i]; i++) {
332 matches = VG_(string_match)(patt, child_argv[i]);
H A Dpub_core_options.h262 of the executable. 'child_argv' must not include the name of the
263 executable itself; iow child_argv[0] must be the first arg, if any,
266 HChar** child_argv );
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-generic.c2586 { // Make 'child_argv' be a pointer to the child's arg vector
2588 HChar** child_argv = (HChar**)ARG2; local
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 );
H A Dsyswrap-darwin.c2787 { // Make 'child_argv' be a pointer to the child's arg vector
2789 HChar** child_argv = (HChar**)ARG4; local
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 );

Completed in 314 milliseconds