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 280 of the executable. 'child_argv' must not include the name of the
281 executable itself; iow child_argv[0] must be the first arg, if any,
284 HChar** child_argv )
324 if (VG_(clo_trace_children_skip_by_arg) && child_argv != NULL) {
340 for (i = 0; child_argv[i]; i++) {
341 matches = VG_(string_match)(patt, child_argv[i]);
pub_core_options.h 272 of the executable. 'child_argv' must not include the name of the
273 executable itself; iow child_argv[0] must be the first arg, if any,
276 HChar** child_argv );
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 2575 HChar** child_argv = (HChar**)ARG2; local
    [all...]
syswrap-darwin.c 2808 HChar** child_argv = (HChar**)ARG4; local
    [all...]

Completed in 44 milliseconds