Home
last modified time | relevance | path

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

/dragonfly/contrib/ncurses/include/
H A Dnc_termios.h70 #define tcflush(fd, arg) ioctl(fd, TCFLSH, arg) macro
153 #define tcflush(fd, queue) _nc_mingw_tcflush(fd, queue) macro
/dragonfly/lib/libc/gen/
H A Dtermios.c222 tcflush(int fd, int which) in tcflush() function