Searched defs:fexecve (Results 1 – 8 of 8) sorted by relevance
| /rust-libc-0.2.174/src/unix/solarish/ |
| H A D | solaris.rs | 199 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/newlib/ |
| H A D | mod.rs | 913 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 D | mod.rs | 2027 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 D | mod.rs | 1533 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 D | mod.rs | 2173 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 D | mod.rs | 2892 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 D | mod.rs | 4018 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 D | mod.rs | 4165 pub fn fexecve(fd: c_int, argv: *const *const c_char, envp: *const *const c_char) -> c_int; in fexecve() function
|