Home
last modified time | relevance | path

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

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