/external/valgrind/none/tests/arm/ |
D | allexec.c | 11 #define FORKEXECWAIT(exec_call) do { \ macro 22 FORKEXECWAIT (execlp(exec, exec, NULL)); in test_allexec() 23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2", NULL)); in test_allexec() 24 FORKEXECWAIT (execve(exec, NULL, environ)); in test_allexec()
|
/external/valgrind/none/tests/amd64/ |
D | allexec.c | 11 #define FORKEXECWAIT(exec_call) do { \ macro 22 FORKEXECWAIT (execlp(exec, exec, NULL)); in test_allexec() 23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2", NULL)); in test_allexec() 24 FORKEXECWAIT (execve(exec, NULL, environ)); in test_allexec()
|
/external/valgrind/none/tests/ppc64/ |
D | allexec.c | 11 #define FORKEXECWAIT(exec_call) do { \ macro 22 FORKEXECWAIT (execlp(exec, exec, NULL)); in test_allexec() 23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2", NULL)); in test_allexec() 24 FORKEXECWAIT (execve(exec, NULL, environ)); in test_allexec()
|
/external/valgrind/none/tests/arm64/ |
D | allexec.c | 11 #define FORKEXECWAIT(exec_call) do { \ macro 22 FORKEXECWAIT (execlp(exec, exec, NULL)); in test_allexec() 23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2", NULL)); in test_allexec() 24 FORKEXECWAIT (execve(exec, NULL, environ)); in test_allexec()
|
/external/valgrind/none/tests/s390x/ |
D | allexec.c | 11 #define FORKEXECWAIT(exec_call) do { \ macro 22 FORKEXECWAIT (execlp(exec, exec, NULL)); in test_allexec() 23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2", NULL)); in test_allexec() 24 FORKEXECWAIT (execve(exec, NULL, environ)); in test_allexec()
|
/external/valgrind/none/tests/x86/ |
D | allexec.c | 11 #define FORKEXECWAIT(exec_call) do { \ macro 22 FORKEXECWAIT (execlp(exec, exec, NULL)); in test_allexec() 23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2", NULL)); in test_allexec() 24 FORKEXECWAIT (execve(exec, NULL, environ)); in test_allexec()
|
/external/valgrind/none/tests/ |
D | allexec.c | 11 #define FORKEXECWAIT(exec_call) do { \ macro 22 FORKEXECWAIT (execlp(exec, exec, NULL)); in test_allexec() 23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2", NULL)); in test_allexec() 24 FORKEXECWAIT (execve(exec, NULL, environ)); in test_allexec()
|
/external/valgrind/none/tests/mips32/ |
D | allexec.c | 11 #define FORKEXECWAIT(exec_call) do { \ macro 22 FORKEXECWAIT (execlp(exec, exec, NULL)); in test_allexec() 23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2", NULL)); in test_allexec() 24 FORKEXECWAIT (execve(exec, NULL, environ)); in test_allexec()
|
/external/valgrind/none/tests/ppc32/ |
D | allexec.c | 11 #define FORKEXECWAIT(exec_call) do { \ macro 22 FORKEXECWAIT (execlp(exec, exec, NULL)); in test_allexec() 23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2", NULL)); in test_allexec() 24 FORKEXECWAIT (execve(exec, NULL, environ)); in test_allexec()
|
/external/valgrind/none/tests/mips64/ |
D | allexec.c | 11 #define FORKEXECWAIT(exec_call) do { \ macro 22 FORKEXECWAIT (execlp(exec, exec, NULL)); in test_allexec() 23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2", NULL)); in test_allexec() 24 FORKEXECWAIT (execve(exec, NULL, environ)); in test_allexec()
|
/external/valgrind/none/tests/tilegx/ |
D | allexec.c | 11 #define FORKEXECWAIT(exec_call) do { \ macro 22 FORKEXECWAIT (execlp(exec, exec, NULL)); in test_allexec() 23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2", NULL)); in test_allexec() 24 FORKEXECWAIT (execve(exec, NULL, environ)); in test_allexec()
|