Home
last modified time | relevance | path

Searched refs:I_FIND (Results 1 - 8 of 8) sorted by relevance

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

Completed in 12 milliseconds