Searched refs:FD_CLOEXEC (Results 1 – 2 of 2) sorted by relevance
62 pub const FD_CLOEXEC: u32 = 1; constant
15 fcntl::{FcntlCommand, FD_CLOEXEC},482 return Ok(FD_CLOEXEC as usize); in fcntl()496 if arg & FD_CLOEXEC != 0 { in fcntl()