Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/include/
H A Dnc_termios.h70 #define tcflush(fd, arg) ioctl(fd, TCFLSH, arg) macro
157 #define tcflush(fd, queue) _nc_mingw_tcflush(fd, queue) macro
/freebsd/contrib/ntp/include/
H A Dntp_tty.h53 #define tcflush(fd, arg) ioctl(fd, TCFLSH, arg) macro
/freebsd/lib/libc/gen/
H A Dtermios.c228 tcflush(int fd, int which) in tcflush() function