Home
last modified time | relevance | path

Searched refs:execve (Results 1 – 25 of 123) sorted by relevance

12345

/external/strace/tests/
Dexecve.expected1 execve\("execve\\nfilename", \["execve\\nfilename", "first", "second"\], \[/\* 2 vars \*/\]\) += -1…
Dexecve-v.expected1 execve\("execve\\nfilename", \["execve\\nfilename", "first", "second"\], \["foobar=1", "foo\\nbar=2…
DMakefile.am52 execve \ program
182 execve.test \
290 execve.expected \
291 execve-v.expected \
Dexecve.c39 execve(FILENAME, (char * const *) argv, (char * const *) envp); in main()
Dqual_syscall.test8 run_strace -e execve ls
Dumovestr2.c51 execve("", argv, envp); in main()
/external/valgrind/none/tests/
Dexecve.c15 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()
Dexecve.vgtest1 prog: execve
/external/valgrind/memcheck/tests/
Dexecve1.stderr.exp-kfail1 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)
Dexecve1.stderr.exp1 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)
Dexecve1.c9 execve(null_filename, bad, bad); in main()
10 execve("/bin/true", good, good); in main()
Dexecve2.c9 execve(null_filename, NULL, NULL); in main()
11 execve("../../tests/true", argv_exe, envp); in main()
Dexecve2.stderr.exp-kfail1 Syscall param execve(filename) points to unaddressable byte(s)
Dexecve2.stderr.exp1 Syscall param execve(filename) points to unaddressable byte(s)
/external/strace/
DREADME-linux-ptrace70 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/
Dshell.stderr.exp3 execve(0x........(./shell_badinterp), 0x........, 0x........) failed, errno 2
4 EXEC FAILED: I can't recover from execve() failing, so I'm dying.
Dshell.stderr.exp-dash3 execve(0x........(./shell_badinterp), 0x........, 0x........) failed, errno 2
4 EXEC FAILED: I can't recover from execve() failing, so I'm dying.
Dshell.stderr.exp-dash23 execve(0x........(./shell_badinterp), 0x........, 0x........) failed, errno 2
4 EXEC FAILED: I can't recover from execve() failing, so I'm dying.
Dshell.stderr.exp-solaris3 execve(0x........(./shell_badinterp), 0x........, 0x........, 0) failed, errno 2
4 EXEC FAILED: I can't recover from execve() failing, so I'm dying.
Dshell.stderr.exp-illumos3 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/
Dspawni.c65 # 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/
Dexecx.stderr.exp1 Syscall param execve(filename) points to unaddressable byte(s)
/external/tlsdate/
Dtlsdate-seccomp-x86.policy14 execve: 1
/external/valgrind/none/tests/tilegx/
Dallexec.c29 FORKEXECWAIT (execve(exec, argv, environ)); in test_allexec()
/external/valgrind/none/tests/arm/
Dallexec.c29 FORKEXECWAIT (execve(exec, argv, environ)); in test_allexec()

12345