Home
last modified time | relevance | path

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

12

/tools/testing/selftests/exec/
A Dnull-argv.c71 FORK(execve(argv[0], str, NULL)); in main()
72 FORK(execve(argv[0], NULL, NULL)); in main()
73 FORK(execve(argv[0], NULL, envp)); in main()
74 FORK(execve(argv[0], args, NULL)); in main()
75 FORK(execve(argv[0], args, envp)); in main()
A Drecursion-depth.c62 rv = execve(FILENAME, NULL, NULL); in main()
/tools/perf/trace/strace/groups/
A Dfile4 execve
A Dstring10 execve
/tools/testing/selftests/landlock/
A Dsandbox-and-launch.c79 execve(argv[0], argv, NULL); in main()
A Daudit_test.c586 ASSERT_EQ(0, execve(argv[0], argv, NULL)) in TEST_F()
/tools/testing/selftests/riscv/vector/
A Dv_helpers.c47 rc = execve(next_program, exec_argv, exec_envp); in launch_test()
A Dvstate_exec_nolibc.c39 rc = execve(THIS_PROGRAM, exec_argv, exec_envp); in main()
/tools/testing/selftests/powerpc/dexcr/
A Ddexcr_test.c141 execve("/proc/self/exe", args, NULL); in dexcr_prctl_aspect_test()
163 execve("/proc/self/exe", args, NULL); in dexcr_prctl_aspect_test()
A Dhashchk_test.c139 execve("/proc/self/exe", hashchk_exec_child_args, NULL); in hashchk_exec_random_key_test()
/tools/testing/selftests/timens/
A Dexec.c82 execve("/proc/self/exe", cargv, cenv); in main()
A Dvfork_exec.c122 execve("/proc/self/exe", cargv, cenv); in main()
/tools/perf/bench/
A Dsyscall.c64 execve(pathname, argv, NULL); in test_execve()
/tools/testing/selftests/rlimits/
A Drlimits-per-userns.c81 execve(service_prog, argv, envp); in fork_child()
/tools/testing/selftests/powerpc/benchmarks/
A Dfork.c79 if (execve("./exec_target", argv, NULL) == -1) { in run_exec()
/tools/testing/selftests/riscv/abi/
A Dpointer_masking.c184 execve("/proc/self/exe", (char *const []) { "", NULL }, NULL); in test_fork_exec()
/tools/perf/arch/x86/entry/syscalls/
A Dsyscall_64.tbl71 59 64 execve sys_execve
409 520 x32 execve compat_sys_execve
/tools/perf/arch/sparc/entry/syscalls/
A Dsyscall.tbl82 59 32 execve sys_execve sys32_execve
83 59 64 execve sys64_execve
/tools/perf/arch/mips/entry/syscalls/
A Dsyscall_n64.tbl67 57 n64 execve sys_execve
/tools/include/nolibc/
A Dsys.h286 int execve(const char *filename, char *const argv[], char *const envp[]) in execve() function
/tools/scripts/
A Dsyscall.tbl265 221 common execve sys_execve compat_sys_execve
/tools/perf/arch/parisc/entry/syscalls/
A Dsyscall.tbl21 11 common execve sys_execve compat_sys_execve
/tools/perf/arch/sh/entry/syscalls/
A Dsyscall.tbl21 11 common execve sys_execve
/tools/perf/arch/xtensa/entry/syscalls/
A Dsyscall.tbl131 117 common execve sys_execve
/tools/perf/arch/alpha/entry/syscalls/
A Dsyscall.tbl68 59 common execve sys_execve

Completed in 114 milliseconds

12