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

  /external/libunwind/tests/
forker.c 35 char *program, **child_argv; local
45 child_argv = alloca ((argc - 1) * sizeof (char *));
47 child_argv[i] = argv[2 + i];
48 child_argv[i] = NULL;
56 execve (program, child_argv, envp);
  /external/valgrind/coregrind/
m_options.c 317 of the executable. 'child_argv' must not include the name of the
318 executable itself; iow child_argv[0] must be the first arg, if any,
321 const HChar** child_argv )
361 if (VG_(clo_trace_children_skip_by_arg) && child_argv != NULL) {
377 for (i = 0; child_argv[i]; i++) {
378 matches = VG_(string_match)(patt, child_argv[i]);
pub_core_options.h 366 of the executable. 'child_argv' must not include the name of the
367 executable itself; iow child_argv[0] must be the first arg, if any,
370 const HChar** child_argv );
  /external/valgrind/coregrind/m_syswrap/
syswrap-generic.c 2878 const HChar** child_argv = (const HChar**)ARG2; local
    [all...]
syswrap-solaris.c 1387 const HChar **child_argv = VG_(malloc)("syswrap.spawn.7", local
3627 const HChar **child_argv = (const HChar **) ARG2; local
    [all...]
syswrap-darwin.c 3446 const HChar** child_argv = (const HChar**)ARG4; local
    [all...]

Completed in 72 milliseconds