HomeSort by relevance Sort by last modified time
    Searched refs:LIOC (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 11 LIOC = (ord('l')<<8)
12 LIOCGETP = (LIOC|1)
13 LIOCSETP = (LIOC|2)
14 LIOCGETS = (LIOC|5)
15 LIOCSETS = (LIOC|6)
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 11 LIOC = (ord('l')<<8)
12 LIOCGETP = (LIOC|1)
13 LIOCSETP = (LIOC|2)
14 LIOCGETS = (LIOC|5)
15 LIOCSETS = (LIOC|6)

Completed in 61 milliseconds