Home
last modified time | relevance | path

Searched refs:TFD_CLOEXEC (Results 1 – 11 of 11) sorted by relevance

/rust-libc-0.2.174/libc-test/semver/
H A Dillumos.txt18 TFD_CLOEXEC
H A Dfuchsia.txt1034 TFD_CLOEXEC
H A Dnetbsd.txt1045 TFD_CLOEXEC
H A Dandroid.txt2865 TFD_CLOEXEC
H A Dlinux.txt3380 TFD_CLOEXEC
/rust-libc-0.2.174/src/unix/solarish/
H A Dillumos.rs262 pub const TFD_CLOEXEC: i32 = 0o2000000; constant
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2275 pub const TFD_CLOEXEC: i32 = crate::O_CLOEXEC; constant
/rust-libc-0.2.174/src/unix/linux_like/android/
H A Dmod.rs956 pub const TFD_CLOEXEC: c_int = O_CLOEXEC; constant
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs2633 pub const TFD_CLOEXEC: c_int = O_CLOEXEC; constant
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs4629 pub const TFD_CLOEXEC: c_int = O_CLOEXEC; constant
/rust-libc-0.2.174/src/unix/linux_like/linux/
H A Dmod.rs3230 pub const TFD_CLOEXEC: c_int = O_CLOEXEC; constant