Home
last modified time | relevance | path

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

/third_party/musl/src/process/
H A Dexecve.c4 int execve(const char *path, char *const argv[], char *const envp[]) in execve() function
/third_party/rust/crates/rustix/src/
H A Druntime.rs267 pub unsafe fn execve(path: &CStr, argv: *const *const u8, envp: *const *const u8) -> io::Errno { in execve() functions
/third_party/mksh/
H A Dos2.c400 execve(const char *name, char * const *argv, char * const *envp) in execve() function
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h64 #define execve _execve macro
/third_party/rust/crates/nix/src/
H A Dunistd.rs832 pub fn execve<SA: AsRef<CStr>, SE: AsRef<CStr>>(path: &CStr, args: &[SA], env: &[SE]) -> Result<Infallible> { in execve() functions
[all...]
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs454 pub fn execve( in execve() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs881 pub fn execve( in execve() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3594 pub fn execve( in execve() functions

Completed in 20 milliseconds