Home
last modified time | relevance | path

Searched defs:TIOCGETA (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dttycom.d56 enum uint TIOCGETA = _IOR!(termios)('t', 19); // get termios struct in version() local
140 enum uint TIOCGETA = _IOR!(termios)('t', 19); // get termios struct in version() local
240 enum uint TIOCGETA = _IOR!(termios)('t', 19); // get termios struct in version() local
/netbsd-src/sys/sys/
H A Dttycom.h100 #define TIOCGETA global() macro