Home
last modified time | relevance | path

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

/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Derrno.rs443 pub const NOTTY: Self = Self::from_errno(errno::ENOTTY); constant
/third_party/rust/crates/rustix/src/backend/libc/io/
Derrno.rs789 pub const NOTTY: Self = Self(c::ENOTTY); constant