HomeSort by relevance Sort by last modified time
    Searched defs:I_PUSH (Results 1 - 5 of 5) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pty.py 80 from fcntl import ioctl, I_PUSH
84 ioctl(result, I_PUSH, "ptem")
85 ioctl(result, I_PUSH, "ldterm")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pty.py 80 from fcntl import ioctl, I_PUSH
84 ioctl(result, I_PUSH, "ptem")
85 ioctl(result, I_PUSH, "ldterm")
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stropts.h 33 #define I_PUSH (__SID | 2) /* Push STREAMS module onto top of the current
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stropts.h 33 #define I_PUSH (__SID | 2) /* Push STREAMS module onto top of the current
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stropts.h 33 #define I_PUSH (__SID | 2) /* Push STREAMS module onto top of the current

Completed in 241 milliseconds