Searched refs:I_FIND (Results 1 – 9 of 9) sorted by relevance
122 use libc::{ioctl, I_FIND, I_PUSH}; in open_ptty_pair()128 let r = unsafe { ioctl(slave_fd, I_FIND, ldterm.as_ptr()) }; in open_ptty_pair()
20 #define I_FIND (__SID |11) macro
88 let setup = ::ioctl(fds, I_FIND, LDTERM.as_ptr()); in openpty()
2414 pub const I_FIND: ::c_int = STR | 0o13; constant
621 if (PyModule_AddIntMacro(m, I_FIND)) return -1; in all_ins()