Home
last modified time | relevance | path

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

/linux/fs/
H A Dexec.c2000 SYSCALL_DEFINE3(execve, in SYSCALL_DEFINE3() argument
2020 COMPAT_SYSCALL_DEFINE3(execve, const char __user *, filename, in COMPAT_SYSCALL_DEFINE3() argument
/linux/tools/include/nolibc/
H A Dsys.h285 int execve(const char *filename, char *const argv[], char *const envp[]) in execve() function