Searched defs:tcflush (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/ncurses/include/ |
| HD | nc_termios.h | 67 #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/ |
| HD | ntp_tty.h | 53 #define tcflush(fd, arg) ioctl(fd, TCFLSH, arg) macro
|
| /NextBSD/lib/libc/gen/ |
| HD | termios.c | 232 tcflush(int fd, int which) in tcflush() function
|