Searched refs:tIOC (Results 1 – 1 of 1) sorted by relevance
2031 const tIOC: c_int = ('t' as i32) << 8; constant2064 pub const TIOCGETD: c_int = tIOC | 0;2065 pub const TIOCSETD: c_int = tIOC | 1;2066 pub const TIOCHPCL: c_int = tIOC | 2;2067 pub const TIOCGETP: c_int = tIOC | 8;2068 pub const TIOCSETP: c_int = tIOC | 9;2069 pub const TIOCSETN: c_int = tIOC | 10;2070 pub const TIOCEXCL: c_int = tIOC | 13;2071 pub const TIOCNXCL: c_int = tIOC | 14;2073 pub const TIOCSETC: c_int = tIOC | 17;[all …]