Lines Matching defs:fcntl
45 import fcntl
47 fcntl = None
710 @unittest.skipUnless(fcntl and hasattr(fcntl, 'F_GETPIPE_SZ'),
711 'fcntl.F_GETPIPE_SZ required for test.')
716 pipesize_default = fcntl.fcntl(test_pipe_w, fcntl.F_GETPIPE_SZ)
733 fcntl.fcntl(fifo.fileno(), fcntl.F_GETPIPE_SZ),
746 @unittest.skipUnless(fcntl and hasattr(fcntl, 'F_GETPIPE_SZ'),
747 'fcntl.F_GETPIPE_SZ required for test.')
758 default_pipesize = fcntl.fcntl(fp_w, fcntl.F_GETPIPE_SZ)
761 fcntl.fcntl(fifo.fileno(), fcntl.F_GETPIPE_SZ),
3673 intentionally_excluded = {"list2cmdline", "Handle", "pwd", "grp", "fcntl"}