Home
last modified time | relevance | path

Searched refs:I_FIND (Results 1 – 9 of 9) sorted by relevance

/third_party/rust/crates/nix/test/
Dtest_pty.rs122 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()
/third_party/musl/porting/uniproton/kernel/include/
Dstropts.h20 #define I_FIND (__SID |11) macro
/third_party/musl/include/
Dstropts.h20 #define I_FIND (__SID |11) macro
/third_party/musl/ndk_musl_include/
Dstropts.h20 #define I_FIND (__SID |11) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dstropts.h20 #define I_FIND (__SID |11) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstropts.h20 #define I_FIND (__SID |11) macro
/third_party/rust/crates/libc/src/unix/solarish/
Dcompat.rs88 let setup = ::ioctl(fds, I_FIND, LDTERM.as_ptr()); in openpty()
Dmod.rs2414 pub const I_FIND: ::c_int = STR | 0o13; constant
/third_party/python/Modules/
Dfcntlmodule.c621 if (PyModule_AddIntMacro(m, I_FIND)) return -1; in all_ins()