/external/valgrind/main/memcheck/tests/ |
D | execve1.stderr.exp-kfail | 1 Syscall param execve(filename) points to unaddressable byte(s) 5 Syscall param execve(argv[i]) points to unaddressable byte(s) 9 Syscall param execve(envp[i]) points to unaddressable byte(s)
|
D | execve1.stderr.exp | 1 Syscall param execve(filename) points to unaddressable byte(s) 6 Syscall param execve(argv[i]) points to unaddressable byte(s) 11 Syscall param execve(envp[i]) points to unaddressable byte(s)
|
D | execve1.c | 9 execve(null_filename, bad, bad); in main() 10 execve("/bin/true", good, good); in main()
|
D | execve2.c | 8 execve(null_filename, NULL, NULL); in main() 9 execve("../../tests/true", NULL, envp); in main()
|
D | execve2.stderr.exp-kfail | 1 Syscall param execve(filename) points to unaddressable byte(s)
|
D | execve2.stderr.exp | 1 Syscall param execve(filename) points to unaddressable byte(s)
|
/external/valgrind/main/none/tests/ |
D | Makefile.in | 85 execve$(EXEEXT) faultstatus$(EXEEXT) fcntl_setown$(EXEEXT) \ 175 execve_SOURCES = execve.c 176 execve_OBJECTS = execve-execve.$(OBJEXT) 402 exec-sigmask.c execve.c faultstatus.c fcntl_setown.c \ 421 exec-sigmask.c execve.c faultstatus.c fcntl_setown.c \ 812 execve.vgtest execve.stdout.exp execve.stderr.exp \ 1018 execve$(EXEEXT): $(execve_OBJECTS) $(execve_DEPENDENCIES) $(EXTRA_execve_DEPENDENCIES) 1019 @rm -f execve$(EXEEXT) 1236 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/execve-execve.Po@am__quote@ 1335 execve-execve.o: execve.c [all …]
|
D | shell.stderr.exp | 3 execve(0x........(./shell_badinterp), 0x........, 0x........) failed, errno 2 4 EXEC FAILED: I can't recover from execve() failing, so I'm dying.
|
D | shell.stderr.exp-dash | 3 execve(0x........(./shell_badinterp), 0x........, 0x........) failed, errno 2 4 EXEC FAILED: I can't recover from execve() failing, so I'm dying.
|
D | shell.stderr.exp-dash2 | 3 execve(0x........(./shell_badinterp), 0x........, 0x........) failed, errno 2 4 EXEC FAILED: I can't recover from execve() failing, so I'm dying.
|
D | execve.vgtest | 1 prog: execve
|
D | execve.c | 11 if (execve("/bin/true", NULL, NULL) < 0) in main()
|
D | allexec.c | 24 FORKEXECWAIT (execve(exec, NULL, environ)); in test_allexec()
|
/external/bison/lib/ |
D | spawni.c | 65 # define execve __execve macro 131 execve (new_argv[0], new_argv, envp); in script_execute() 294 execve (file, argv, envp); in __spawni() 345 execve (startp, argv, envp); in __spawni()
|
/external/strace/ |
D | README-linux-ptrace | 70 on execve in multi-threaded process. 147 ptrace-stop - see "Syscall-stops" and "execve" sections below for 270 signal death, or exit caused by execve in multi-threaded process. 290 or die silently (if execve syscall happened in another thread). 426 1.x execve under ptrace. 428 During execve, kernel destroys all other threads in the process, and 429 resets execve'ing thread tid to tgid (process id). This looks very 436 (on which tracee - leader? execve-ing one?). 438 The execve-ing tracee changes its pid while it is in execve syscall. 449 tracer), during execve it will appear as if it has become a tracee of [all …]
|
/external/strace/tests/ |
D | qual_syscall.test | 10 $STRACE -e execve ls > /dev/null 2> $LOG &&
|
/external/valgrind/main/none/tests/x86/ |
D | allexec.c | 24 FORKEXECWAIT (execve(exec, NULL, environ)); in test_allexec()
|
/external/valgrind/main/none/tests/ppc64/ |
D | allexec.c | 24 FORKEXECWAIT (execve(exec, NULL, environ)); in test_allexec()
|
/external/valgrind/main/none/tests/amd64/ |
D | allexec.c | 24 FORKEXECWAIT (execve(exec, NULL, environ)); in test_allexec()
|
/external/valgrind/main/none/tests/mips64/ |
D | allexec.c | 24 FORKEXECWAIT (execve(exec, NULL, environ)); in test_allexec()
|
/external/valgrind/main/none/tests/mips32/ |
D | allexec.c | 24 FORKEXECWAIT (execve(exec, NULL, environ)); in test_allexec()
|
/external/valgrind/main/none/tests/ppc32/ |
D | allexec.c | 24 FORKEXECWAIT (execve(exec, NULL, environ)); in test_allexec()
|
/external/valgrind/main/none/tests/s390x/ |
D | allexec.c | 24 FORKEXECWAIT (execve(exec, NULL, environ)); in test_allexec()
|
/external/valgrind/main/none/tests/arm/ |
D | allexec.c | 24 FORKEXECWAIT (execve(exec, NULL, environ)); in test_allexec()
|
/external/libunwind/tests/ |
D | forker.c | 56 execve (program, child_argv, envp); in main()
|