Home
last modified time | relevance | path

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

/linux-6.14.4/fs/
Dexec.c2114 SYSCALL_DEFINE3(execve, in SYSCALL_DEFINE3() argument
2134 COMPAT_SYSCALL_DEFINE3(execve, const char __user *, filename, in COMPAT_SYSCALL_DEFINE3() argument
/linux-6.14.4/kernel/
Daudit.h201 } execve; member
/linux-6.14.4/tools/include/nolibc/
Dsys.h287 int execve(const char *filename, char *const argv[], char *const envp[]) in execve() function