Searched refs:fexecve (Results 1 – 15 of 15) 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/libc-test/semver/ |
| H A D | cygwin.txt | 662 fexecve
|
| H A D | fuchsia.txt | 1281 fexecve
|
| H A D | dragonfly.txt | 1340 fexecve
|
| H A D | freebsd.txt | 1956 fexecve
|
| H A D | aix.txt | 1909 fexecve
|
| H A D | android.txt | 3312 fexecve
|
| H A D | linux.txt | 3890 fexecve
|
| /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/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/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/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/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
|
| /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
|