HomeSort by relevance Sort by last modified time
    Searched refs:child_argv (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/coregrind/
m_options.c 271 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]);
pub_core_options.h 262 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/
syswrap-generic.c 2588 HChar** child_argv = (HChar**)ARG2; local
    [all...]
syswrap-darwin.c 2789 HChar** child_argv = (HChar**)ARG4; local
    [all...]

Completed in 888 milliseconds