Home
last modified time | relevance | path

Searched refs:NOTTY (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/rustix/tests/termios/
H A Dttyname.rs20 assert_eq!(ttyname(&file, Vec::new()).unwrap_err(), io::Errno::NOTTY); in test_ttyname_not_tty()
23 assert_eq!(ttyname(&file, Vec::new()).unwrap_err(), io::Errno::NOTTY); in test_ttyname_not_tty()
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Derrno.rs443 pub const NOTTY: Self = Self::from_errno(errno::ENOTTY); consts
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Derrno.rs789 pub const NOTTY: Self = Self(c::ENOTTY); consts

Completed in 3 milliseconds