/kernel/linux/linux-6.6/tools/testing/selftests/perf_events/ |
H A D | remove_on_exec.c | 143 execl("/proc/self/exe", "exec_child", NULL); in TEST_F() 181 execl("/proc/self/exe", "exec_child", NULL); in TEST_F() 206 execl("/proc/self/exe", "exec_child", NULL); in TEST_F()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/tm/ |
H A D | tm-exec.c | 38 execl(path, "tm-exec", "--child", NULL); in test_exec() 41 perror("execl() failed"); in test_exec()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/tm/ |
H A D | tm-exec.c | 39 execl(path, "tm-exec", "--child", NULL); in test_exec() 42 perror("execl() failed"); in test_exec()
|
/kernel/liteos_a/testsuites/unittest/container/full/ |
H A D | It_pid_container_012.cpp | 35 return execl("/bin/shell", "shell", "kill", "-9", "1", (char *)0); in ChildFun()
|
H A D | It_pid_container_011.cpp | 35 return execl("/bin/toybox", "toybox", "ps", (char *)0); in ChildFun()
|
H A D | It_pid_container_015.cpp | 35 int ret = execl("/bin/shell", "shell", "v2p", "1", "0x1000000", (char *)0); in ChildFun()
|
H A D | It_pid_container_017.cpp | 35 int ret = execl("/bin/shell", "shell", "cpup", "0", "1", (char *)0); in ChildFun()
|
H A D | It_pid_container_016.cpp | 35 int ret = execl("/bin/shell", "shell", "vmm", "1", (char *)0); in ChildFun()
|
H A D | It_pid_container_019.cpp | 46 ret = execl("/bin/shell", "shell", "task", param, (char *)0); in ChildShell()
|
H A D | It_pid_container_018.cpp | 38 int ret = execl("/bin/shell", "shell", "task", "-a", (char *)0); in ChildShell()
|
/kernel/linux/linux-5.10/tools/testing/selftests/wireguard/qemu/ |
H A D | init.c | 177 execl("/init.sh", "init", NULL); in launch_tests()
|
/kernel/linux/linux-6.6/tools/testing/selftests/wireguard/qemu/ |
H A D | init.c | 172 execl("/init.sh", "init", NULL); in launch_tests()
|
/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/ |
H A D | pidfd_test.c | 387 execl("/bin/sleep", "sleep", str(CHILD_THREAD_MIN_WAIT), (char *)NULL); in test_pidfd_poll_exec_thread()
|
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/pauth/ |
H A D | pac.c | 148 ret = execl("exec_target", "exec_target", (char *)NULL); in exec_sign_all()
|
/kernel/linux/linux-5.10/tools/testing/selftests/capabilities/ |
H A D | test_execve.c | 209 execl(name, name, (eff ? "1" : "0"), in exec_other_validate_cap() 212 ksft_exit_fail_msg("execl - %s\n", strerror(errno)); in exec_other_validate_cap()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-help.c | 183 execl("/bin/sh", "sh", "-c", shell_cmd, NULL); in exec_man_cmd()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-help.c | 185 execl("/bin/sh", "sh", "-c", shell_cmd, NULL); in exec_man_cmd()
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/pauth/ |
H A D | pac.c | 148 ret = execl("exec_target", "exec_target", (char *)NULL); in exec_sign_all()
|
/kernel/linux/linux-6.6/tools/testing/selftests/pidfd/ |
H A D | pidfd_test.c | 388 execl("/bin/sleep", "sleep", str(CHILD_THREAD_MIN_WAIT), (char *)NULL); in test_pidfd_poll_exec_thread()
|
/kernel/linux/linux-6.6/tools/testing/selftests/capabilities/ |
H A D | test_execve.c | 209 execl(name, name, (eff ? "1" : "0"), in exec_other_validate_cap() 212 ksft_exit_fail_msg("execl - %s\n", strerror(errno)); in exec_other_validate_cap()
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/ |
H A D | fp-stress.c | 117 ret = execl(program, program, NULL); in child_start() 118 fprintf(stderr, "execl(%s) failed: %d (%s)\n", in child_start()
|
H A D | vec-syscfg.c | 122 ret = execl(data->rdvl_binary, data->rdvl_binary, NULL); in get_child_rdvl() 123 fprintf(stderr, "execl(%s) failed: %d (%s)\n", in get_child_rdvl()
|
/kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
H A D | ldt_gdt.c | 656 execl("/proc/self/exe", "ldt_gdt_test_exec", NULL); in do_exec_test()
|
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | ldt_gdt.c | 656 execl("/proc/self/exe", "ldt_gdt_test_exec", NULL); in do_exec_test()
|