Searched refs:do_exec (Results 1 – 7 of 7) sorted by relevance
/external/valgrind/none/tests/ |
D | exec-sigmask.c | 10 static void do_exec(const char *path, const char *arg, const sigset_t *mask) in do_exec() function 48 do_exec(argv[0], "full", &mask); in main() 51 do_exec(argv[0], "empty", &mask); in main()
|
/external/valgrind/coregrind/ |
D | pub_core_ume.h | 91 extern Int VG_(do_exec)(const HChar* exe, ExeInfo* info);
|
/external/openssh/ |
D | session.c | 121 int do_exec(Session *, const char *); 396 if (do_exec(s, command) != 0) in do_authenticated1() 401 if (do_exec(s, NULL) != 0) in do_authenticated1() 778 do_exec(Session *s, const char *command) in do_exec() function 2162 success = do_exec(s, cmd) == 0; in session_subsystem_req() 2204 return do_exec(s, NULL) == 0; in session_shell_req() 2214 success = do_exec(s, command) == 0; in session_exec_req()
|
/external/valgrind/coregrind/m_ume/ |
D | main.c | 281 Int VG_(do_exec)(const HChar* exe_name, ExeInfo* info) in VG_() argument
|
/external/valgrind/coregrind/m_initimg/ |
D | initimg-darwin.c | 77 ret = VG_(do_exec)(exe_name, info); in load_client()
|
D | initimg-linux.c | 86 ret = VG_(do_exec)(exe_name, info); in load_client()
|
/external/valgrind/ |
D | README_DEVELOPERS | 111 a breakpoint VG_(do_exec), you could do like this in GDB:
|