Home
last modified time | relevance | path

Searched defs:execve (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/fs/
Dexec.c2112 SYSCALL_DEFINE3(execve, in SYSCALL_DEFINE3() argument
2132 COMPAT_SYSCALL_DEFINE3(execve, const char __user *, filename, in COMPAT_SYSCALL_DEFINE3() argument
/linux-6.6.21/kernel/
Daudit.h200 } execve; member
/linux-6.6.21/tools/include/nolibc/
Dsys.h274 int execve(const char *filename, char *const argv[], char *const envp[]) in execve() function