/external/strace/tests/ |
D | execve.expected | 1 execve\("execve\\nfilename", \["execve\\nfilename", "first", "second"\], \[/\* 2 vars \*/\]\) += -1…
|
D | execve-v.expected | 1 execve\("execve\\nfilename", \["execve\\nfilename", "first", "second"\], \["foobar=1", "foo\\nbar=2…
|
D | Makefile.am | 52 execve \ program 182 execve.test \ 290 execve.expected \ 291 execve-v.expected \
|
D | execve.c | 39 execve(FILENAME, (char * const *) argv, (char * const *) envp); in main()
|
D | qual_syscall.test | 8 run_strace -e execve ls
|
D | umovestr2.c | 51 execve("", argv, envp); in main()
|
/external/valgrind/none/tests/ |
D | execve.c | 15 if (execve("/bin/true", argv_exe, NULL) < 0) in main() 17 if (execve("/usr/bin/true", NULL, NULL) < 0) in main() 19 if (execve("/bin/true", NULL, NULL) < 0) in main()
|
D | execve.vgtest | 1 prog: execve
|
/external/valgrind/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 | 9 execve(null_filename, NULL, NULL); in main() 11 execve("../../tests/true", argv_exe, 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/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/valgrind/none/tests/scripts/ |
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 | shell.stderr.exp-solaris | 3 execve(0x........(./shell_badinterp), 0x........, 0x........, 0) failed, errno 2 4 EXEC FAILED: I can't recover from execve() failing, so I'm dying.
|
D | shell.stderr.exp-illumos | 3 execve(0x........(./shell_badinterp), 0x........, 0x........) failed, errno 2 4 EXEC FAILED: I can't recover from execve() failing, so I'm dying.
|
/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/valgrind/memcheck/tests/solaris/ |
D | execx.stderr.exp | 1 Syscall param execve(filename) points to unaddressable byte(s)
|
/external/tlsdate/ |
D | tlsdate-seccomp-x86.policy | 14 execve: 1
|
/external/valgrind/none/tests/tilegx/ |
D | allexec.c | 29 FORKEXECWAIT (execve(exec, argv, environ)); in test_allexec()
|
/external/valgrind/none/tests/arm/ |
D | allexec.c | 29 FORKEXECWAIT (execve(exec, argv, environ)); in test_allexec()
|