Home
last modified time | relevance | path

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

/third_party/musl/src/process/
H A Dfexecve.c8 int fexecve(int fd, char *const argv[], char *const envp[]) in fexecve() function
/third_party/musl/porting/liteos_a/user/src/process/
H A Dfexecve.c8 int fexecve(int fd, char *const argv[], char *const envp[]) in fexecve() function
/third_party/rust/crates/libc/src/unix/solarish/
H A Dsolaris.rs69 pub fn fexecve( in fexecve() functions
/third_party/rust/crates/nix/src/
H A Dunistd.rs899 pub fn fexecve<SA: AsRef<CStr> ,SE: AsRef<CStr>>(fd: RawFd, args: &[SA], env: &[SE]) -> Result<Infallible> { in fexecve() functions
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs670 pub fn fexecve( in fexecve() functions
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1479 pub fn fexecve( in fexecve() functions
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1788 pub fn fexecve( in fexecve() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3938 pub fn fexecve( in fexecve() functions

Completed in 26 milliseconds