Home
last modified time | relevance | path

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

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