Home
last modified time | relevance | path

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

/Linux-v6.6/fs/
Dexec.c2109 SYSCALL_DEFINE3(execve, in SYSCALL_DEFINE3() argument
2129 COMPAT_SYSCALL_DEFINE3(execve, const char __user *, filename, in COMPAT_SYSCALL_DEFINE3() argument
/Linux-v6.6/kernel/
Daudit.h200 } execve; member
/Linux-v6.6/tools/include/nolibc/
Dsys.h274 int execve(const char *filename, char *const argv[], char *const envp[]) in execve() function