Home | History | Annotate | Download | only in pexpect

Lines Matching defs:fcntl

79     import fcntl
1503 x = fcntl.ioctl(self.fileno(), TIOCGWINSZ, s)
1528 fcntl.ioctl(self.fileno(), TIOCSWINSZ, s)
1555 import pexpect, struct, fcntl, termios, signal, sys
1558 a = struct.unpack('hhhh', fcntl.ioctl(sys.stdout.fileno(),