Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dexec.c2113 SYSCALL_DEFINE3(execve, in SYSCALL_DEFINE3() argument
2133 COMPAT_SYSCALL_DEFINE3(execve, const char __user *, filename, in COMPAT_SYSCALL_DEFINE3() argument
/openbmc/linux/kernel/
H A Daudit.h200 } execve; member
/openbmc/linux/tools/include/nolibc/
H A Dsys.h274 int execve(const char *filename, char *const argv[], char *const envp[]) in execve() function