Searched defs:BADF (Results 1 – 3 of 3) sorted by relevance
86 pub const BADF: Self = Self(c::EBADF); constant
294 pub const BADF: Self = Self::from_errno(errno::EBADF); constant
304 #define BADF(x...) \ macro