Home
last modified time | relevance | path

Searched defs:FBIG (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Derrno.rs304 pub const FBIG: Self = Self::from_errno(errno::EFBIG); constant
/third_party/rust/crates/rustix/src/backend/libc/io/
Derrno.rs253 pub const FBIG: Self = Self(c::EFBIG); constant