Home
last modified time | relevance | path

Searched refs:fexecve (Results 1 – 15 of 15) sorted by relevance

/rust-libc-0.2.174/src/unix/solarish/
H A Dsolaris.rs199 pub fn fexecve(fd: c_int, argv: *const *const c_char, envp: *const *const c_char) -> c_int; in fexecve() function
/rust-libc-0.2.174/libc-test/semver/
H A Dcygwin.txt662 fexecve
H A Dfuchsia.txt1281 fexecve
H A Ddragonfly.txt1340 fexecve
H A Dfreebsd.txt1956 fexecve
H A Daix.txt1909 fexecve
H A Dandroid.txt3312 fexecve
H A Dlinux.txt3890 fexecve
/rust-libc-0.2.174/src/unix/newlib/
H A Dmod.rs913 pub fn fexecve(fd: c_int, argv: *const *const c_char, envp: *const *const c_char) -> c_int; in fexecve() function
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/
H A Dmod.rs1533 pub fn fexecve(fd: c_int, argv: *const *const c_char, envp: *const *const c_char) -> c_int; in fexecve() function
/rust-libc-0.2.174/src/unix/linux_like/
H A Dmod.rs2027 pub fn fexecve(fd: c_int, argv: *const *const c_char, envp: *const *const c_char) -> c_int; in fexecve() function
/rust-libc-0.2.174/src/unix/cygwin/
H A Dmod.rs2173 pub fn fexecve(fd: c_int, argv: *const *mut c_char, envp: *const *mut c_char) -> c_int; in fexecve() function
/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs2892 pub fn fexecve(fd: c_int, argv: *const *const c_char, envp: *const *const c_char) -> c_int; in fexecve() function
/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs4165 pub fn fexecve(fd: c_int, argv: *const *const c_char, envp: *const *const c_char) -> c_int; in fexecve() function
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs4018 pub fn fexecve(fd: c_int, argv: *const *const c_char, envp: *const *const c_char) -> c_int; in fexecve() function