Lines Matching defs:fcntl
58 import fcntl
60 fcntl = None
1700 if self.pipesize > 0 and hasattr(fcntl, "F_SETPIPE_SZ"):
1701 fcntl.fcntl(p2cwrite, fcntl.F_SETPIPE_SZ, self.pipesize)
1715 if self.pipesize > 0 and hasattr(fcntl, "F_SETPIPE_SZ"):
1716 fcntl.fcntl(c2pwrite, fcntl.F_SETPIPE_SZ, self.pipesize)
1730 if self.pipesize > 0 and hasattr(fcntl, "F_SETPIPE_SZ"):
1731 fcntl.fcntl(errwrite, fcntl.F_SETPIPE_SZ, self.pipesize)