Home
last modified time | relevance | path

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

/NextBSD/contrib/ncurses/include/
HDnc_termios.h67 #define tcflush(fd, arg) ioctl(fd, TCFLSH, arg) macro
158 #define tcflush(fd, arg) _nc_mingw_ioctl(fd, TCFLSH, arg) macro
/NextBSD/contrib/ntp/include/
HDntp_tty.h53 #define tcflush(fd, arg) ioctl(fd, TCFLSH, arg) macro
/NextBSD/lib/libc/gen/
HDtermios.c232 tcflush(int fd, int which) in tcflush() function