Searched refs:popen (Results 1 – 21 of 21) sorted by relevance
| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | windows.txt | 271 popen
|
| H A D | openbsd.txt | 1203 popen
|
| H A D | fuchsia.txt | 1370 popen
|
| H A D | netbsd.txt | 1462 popen
|
| H A D | dragonfly.txt | 1475 popen
|
| H A D | freebsd.txt | 2134 popen
|
| H A D | apple.txt | 2135 popen
|
| H A D | aix.txt | 2185 popen
|
| H A D | android.txt | 3590 popen
|
| H A D | linux.txt | 4088 popen
|
| /rust-libc-0.2.174/src/windows/ |
| H A D | mod.rs | 426 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut crate::FILE; in popen() function
|
| /rust-libc-0.2.174/src/unix/newlib/ |
| H A D | mod.rs | 960 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut crate::FILE; in popen() function
|
| /rust-libc-0.2.174/src/unix/bsd/ |
| H A D | mod.rs | 855 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut crate::FILE; in popen() function
|
| /rust-libc-0.2.174/src/unix/haiku/ |
| H A D | mod.rs | 1853 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut crate::FILE; in popen() function
|
| /rust-libc-0.2.174/src/unix/nto/ |
| H A D | mod.rs | 3190 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut crate::FILE; in popen() function
|
| /rust-libc-0.2.174/src/unix/solarish/ |
| H A D | mod.rs | 2949 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut crate::FILE; in popen() function
|
| /rust-libc-0.2.174/src/unix/aix/ |
| H A D | mod.rs | 3102 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut crate::FILE; in popen() function
|
| /rust-libc-0.2.174/src/unix/linux_like/android/ |
| H A D | mod.rs | 3812 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut crate::FILE; in popen() function
|
| /rust-libc-0.2.174/src/unix/hurd/ |
| H A D | mod.rs | 4121 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut crate::FILE; in popen() function
|
| /rust-libc-0.2.174/src/fuchsia/ |
| H A D | mod.rs | 4289 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut crate::FILE; in popen() function
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/ |
| H A D | mod.rs | 6726 pub fn popen(command: *const c_char, mode: *const c_char) -> *mut crate::FILE; in popen() function
|