Home
last modified time | relevance | path

Searched defs:TFD_CLOEXEC (Results 1 – 6 of 6) sorted by relevance

/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/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/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/linux_like/linux/
H A Dmod.rs3230 pub const TFD_CLOEXEC: c_int = O_CLOEXEC; constant