Searched refs:execv (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | execvp.c | 47 execv(file, argv); in execvp_noalloc() 82 /* Try to execute this name. If it works, execv will not return. */ in execvp_noalloc() 83 execv(startp, argv); in execvp_noalloc()
|
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | execvp.c | 47 execv(file, argv); in execvp_noalloc() 82 /* Try to execute this name. If it works, execv will not return. */ in execvp_noalloc() 83 execv(startp, argv); in execvp_noalloc()
|
/kernel/linux/linux-5.10/samples/seccomp/ |
H A D | dropper.c | 69 execv(argv[4], &argv[4]); in main() 70 printf("Failed to execv\n"); in main()
|
/kernel/linux/linux-6.6/samples/seccomp/ |
H A D | dropper.c | 74 execv(argv[4], &argv[4]); in main() 75 printf("Failed to execv\n"); in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/exec/ |
H A D | non-regular.c | 165 EXPECT_LT(execv(argv[0], argv), 0); in TEST_F()
|
/kernel/linux/linux-6.6/tools/testing/selftests/exec/ |
H A D | non-regular.c | 165 EXPECT_LT(execv(argv[0], argv), 0); in TEST_F()
|
Completed in 3 milliseconds