Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds