Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dbsd-openpty.c127 # if defined(I_FIND) && defined(__SVR4) in openpty()
132 if (ioctl(*aslave, I_FIND, "ptem") != 0) in openpty()
/external/rust/crates/libc/src/unix/solarish/
Dcompat.rs87 let setup = ::ioctl(fds, I_FIND, LDTERM.as_ptr()); in openpty()
Dmod.rs2010 pub const I_FIND: ::c_int = STR | 0o13; constant
/external/python/cpython2/Lib/plat-unixware7/
DSTROPTS.py302 I_FIND = (STR|013) variable
/external/python/cpython2/Modules/
Dfcntlmodule.c577 INS(I_FIND); in all_ins()
/external/python/cpython3/Modules/
Dfcntlmodule.c625 if (PyModule_AddIntMacro(m, I_FIND)) return -1; in all_ins()