Searched defs:ioctl (Results 1 - 6 of 6) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dpty.py80 from fcntl import ioctl, I_PUSH namespace
84 ioctl(result, I_PUSH, "ptem")
85 ioctl(result, I_PUSH, "ldterm")
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dpty.py80 from fcntl import ioctl, I_PUSH namespace
84 ioctl(result, I_PUSH, "ptem")
85 ioctl(result, I_PUSH, "ldterm")
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dpty.py80 from fcntl import ioctl, I_PUSH namespace
84 ioctl(result, I_PUSH, "ptem")
85 ioctl(result, I_PUSH, "ldterm")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dpty.py80 from fcntl import ioctl, I_PUSH namespace
84 ioctl(result, I_PUSH, "ptem")
85 ioctl(result, I_PUSH, "ldterm")
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dpthread.h592 #define ioctl(...) (pthread_testcancel(), ioctl(__VA_ARGS__)) macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dpthread.h592 #define ioctl(...) (pthread_testcancel(), ioctl(__VA_ARGS__)) macro

Completed in 694 milliseconds