Home
last modified time | relevance | path

Searched refs:BADF (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Derrno.rs258 pub const BADF: Self = Self::from_errno(errno::EBADF); consts
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Derrno.rs71 pub const BADF: Self = Self(c::EBADF); consts

Completed in 3 milliseconds