Home
last modified time | relevance | path

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

/third_party/musl/src/process/
Dexecve.c4 int execve(const char *path, char *const argv[], char *const envp[]) in execve() function
/third_party/rust/crates/rustix/src/backend/linux_raw/runtime/
Dsyscalls.rs55 pub(crate) unsafe fn execve( in execve() function
/third_party/rust/crates/rustix/src/
Druntime.rs267 pub unsafe fn execve(path: &CStr, argv: *const *const u8, envp: *const *const u8) -> io::Errno { in execve() function
/third_party/mksh/
Dos2.c400 execve(const char *name, char * const *argv, char * const *envp) in execve() function
/third_party/rust/crates/libc/src/windows/
Dmod.rs454 pub fn execve( in execve() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs881 pub fn execve( in execve() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3594 pub fn execve( in execve() function
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h31386 } execve; member