Searched refs:rpgrp (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_ioctl.py | 17 rpgrp = struct.unpack("i", r)[0] variable 18 if rpgrp not in (os.getpgrp(), os.getsid(0)): 21 del tty, r, rpgrp 35 rpgrp = struct.unpack("i", r)[0] 36 self.assertIn(rpgrp, ids) 52 rpgrp = buf[0] 54 self.assertIn(rpgrp, ids)
|
/external/python/cpython2/Lib/test/ |
D | test_ioctl.py | 17 rpgrp = struct.unpack("i", r)[0] variable 18 if rpgrp not in (os.getpgrp(), os.getsid(0)): 21 del tty, r, rpgrp 35 rpgrp = struct.unpack("i", r)[0] 36 self.assertIn(rpgrp, ids) 52 rpgrp = buf[0] 54 self.assertIn(rpgrp, ids)
|