HomeSort by relevance Sort by last modified time
    Searched full:child_argv (Results 1 - 7 of 7) 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);
  /system/extras/runconuid/
runconuid.cpp 52 static char** child_argv = nullptr; variable
85 execvp(child_argv[0], child_argv);
170 child_argv = &argv[optind];
  /external/valgrind/coregrind/
m_options.c 339 of the executable. 'child_argv' must not include the name of the
340 executable itself; iow child_argv[0] must be the first arg, if any,
343 const HChar** child_argv )
383 if (VG_(clo_trace_children_skip_by_arg) && child_argv != NULL) {
399 for (i = 0; child_argv[i]; i++) {
400 matches = VG_(string_match)(patt, child_argv[i]);
pub_core_options.h 376 of the executable. 'child_argv' must not include the name of the
377 executable itself; iow child_argv[0] must be the first arg, if any,
380 const HChar** child_argv );
  /external/valgrind/coregrind/m_syswrap/
syswrap-generic.c 2898 const HChar** child_argv = (const HChar**)ARG2; local
    [all...]
syswrap-solaris.c 1405 const HChar **child_argv = VG_(malloc)("syswrap.spawn.7", local
3718 const HChar **child_argv = (const HChar **) ARG2; local
    [all...]
syswrap-darwin.c 3451 const HChar** child_argv = (const HChar**)ARG4; local
    [all...]

Completed in 1243 milliseconds