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')
85 orig_flags = fcntl.fcntl(master_fd, fcntl.F_GETFL)
86 fcntl.fcntl(master_fd, fcntl.F_SETFL, orig_flags | os.O_NONBLOCK)
94 fcntl.fcntl(master_fd, fcntl.F_SETFL, orig_flags)