Home | History | Annotate | Download | only in test

Lines Matching defs:fcntl

3 #Skip these tests if either fcntl or termios is not available
4 fcntl = import_module('fcntl')
87 orig_flags = fcntl.fcntl(master_fd, fcntl.F_GETFL)
88 fcntl.fcntl(master_fd, fcntl.F_SETFL, orig_flags | os.O_NONBLOCK)
96 fcntl.fcntl(master_fd, fcntl.F_SETFL, orig_flags)