HomeSort by relevance Sort by last modified time
    Searched defs:do_exec (Results 1 - 7 of 7) sorted by null

  /external/iproute2/tc/
tc_exec.c 85 int do_exec(int argc, char **argv) function
  /external/valgrind/none/tests/
exec-sigmask.c 10 static void do_exec(const char *path, const char *arg, const sigset_t *mask) function
48 do_exec(argv[0], "full", &mask);
51 do_exec(argv[0], "empty", &mask);
  /external/linux-kselftest/tools/testing/selftests/powerpc/dscr/
dscr_inherit_exec_test.c 24 static void do_exec(unsigned long parent_dscr) function
101 do_exec(parent_dscr);
  /external/valgrind/coregrind/m_ume/
main.c 196 // If the do_exec fails we try to emulate what the shell does (I used
198 // things that VG_(do_exec)() (which subsitutes for the kernel's exec())
281 Int VG_(do_exec)(const HChar* exe_name, ExeInfo* info) function
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
noembed.h 10 #ifdef do_exec
11 #undef do_exec macro
  /external/openssh/
session.c 121 int do_exec(Session *, const char *);
396 if (do_exec(s, command) != 0)
401 if (do_exec(s, NULL) != 0)
778 do_exec(Session *s, const char *command) function
    [all...]
  /system/core/init/
builtins.cpp 169 static int do_exec(const std::vector<std::string>& args) { function
839 return do_exec(exec_args);
860 {"exec", {1, kMax, do_exec}},

Completed in 322 milliseconds