Home
last modified time | relevance | path

Searched refs:I_PUSH (Results 1 – 11 of 11) sorted by relevance

/external/openssh/openbsd-compat/
Dbsd-openpty.c129 ioctl(*aslave, I_PUSH, "ptem"); in openpty()
130 ioctl(*aslave, I_PUSH, "ldterm"); in openpty()
132 ioctl(*aslave, I_PUSH, "ttcompat"); in openpty()
/external/python/cpython3/Lib/
Dpty.py69 from fcntl import ioctl, I_PUSH
73 ioctl(result, I_PUSH, "ptem")
74 ioctl(result, I_PUSH, "ldterm")
/external/python/cpython2/Lib/
Dpty.py80 from fcntl import ioctl, I_PUSH
84 ioctl(result, I_PUSH, "ptem")
85 ioctl(result, I_PUSH, "ldterm")
/external/ppp/pppd/
Dsys-solaris.c648 if (ioctl(ifd, I_PUSH, IP_MOD_NAME) < 0) { in sys_init()
674 if (ioctl(i6fd, I_PUSH, IP_MOD_NAME) < 0) { in sys_init()
943 if (ioctl(fd, I_PUSH, AHDLC_MOD_NAME) < 0) {
958 if (ioctl(fd, I_PUSH, COMP_MOD_NAME) < 0)
1002 if (ioctl(fd, I_PUSH, tty_modules[i]) < 0)
2776 if (ioctl(sfd, I_PUSH, "ptem") < 0)
/external/python/cpython2/Lib/plat-unixware7/
DSTROPTS.py293 I_PUSH = (STR|02) variable
/external/libpcap/
Ddlpisubs.c308 if (ioctl(p->fd, I_PUSH, "bufmod") != 0) { in pcap_conf_bufmod()
Dpcap-snit.c351 if (ioctl(fd, I_PUSH, "nbuf") < 0) { in pcap_activate_snit()
/external/python/cpython3/Modules/
Dfcntlmodule.c588 if (PyModule_AddIntMacro(m, I_PUSH)) return -1; in all_ins()
Dposixmodule.c6003 ioctl(slave_fd, I_PUSH, "ptem"); /* push ptem */ in os_openpty_impl()
6004 ioctl(slave_fd, I_PUSH, "ldterm"); /* push ldterm */ in os_openpty_impl()
6006 ioctl(slave_fd, I_PUSH, "ttcompat"); /* push ttcompat */ in os_openpty_impl()
/external/python/cpython2/Modules/
Dfcntlmodule.c570 INS(I_PUSH); in all_ins()
Dposixmodule.c3995 ioctl(slave_fd, I_PUSH, "ptem"); /* push ptem */ in posix_openpty()
3996 ioctl(slave_fd, I_PUSH, "ldterm"); /* push ldterm */ in posix_openpty()
3998 ioctl(slave_fd, I_PUSH, "ttcompat"); /* push ttcompat */ in posix_openpty()