Home
last modified time | relevance | path

Searched refs:execv (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Dexecvp.c47 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 Dexecvp.c47 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 Ddropper.c69 execv(argv[4], &argv[4]); in main()
70 printf("Failed to execv\n"); in main()
/kernel/linux/linux-6.6/samples/seccomp/
H A Ddropper.c74 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 Dnon-regular.c165 EXPECT_LT(execv(argv[0], argv), 0); in TEST_F()
/kernel/linux/linux-6.6/tools/testing/selftests/exec/
H A Dnon-regular.c165 EXPECT_LT(execv(argv[0], argv), 0); in TEST_F()

Completed in 3 milliseconds