Searched refs:tcflush (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-11-stable/contrib/ncurses/include/
H A Dnc_termios.h66 #ifndef tcflush
67 #define tcflush(fd, arg) ioctl(fd, TCFLSH, arg) macro
134 /* tcflush() */
157 #ifndef tcflush
158 #define tcflush(fd, arg) _nc_mingw_ioctl(fd, TCFLSH, arg) macro
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_tty.h52 #ifndef tcflush
53 #define tcflush(fd, arg) ioctl(fd, TCFLSH, arg) macro
/freebsd-11-stable/usr.bin/tip/libacu/
H A Dhayes.c109 tcflush(FD, TCIOFLUSH);
133 tcflush(FD, TCIOFLUSH);
257 tcflush(FD, TCIOFLUSH);
261 tcflush(FD, TCIOFLUSH);
289 tcflush(FD, TCIOFLUSH);
H A Ddf.c102 tcflush(f, TCIOFLUSH);
123 tcflush(FD, TCIOFLUSH);
H A Dbiz31.c130 tcflush(FD, TCIOFLUSH);
235 tcflush(FD, TCIOFLUSH);
H A Dbiz22.c127 tcflush(FD, TCIOFLUSH);
H A Dv3451.c126 tcflush(FD, TCIOFLUSH);
H A Dcourier.c99 tcflush(FD, TCIOFLUSH);
277 tcflush(FD, TCIOFLUSH);
H A Dt3000.c100 tcflush(FD, TCIOFLUSH);
292 tcflush(FD, TCIOFLUSH);
H A Dv831.c215 tcflush(AC, TCIOFLUSH);
H A Dventel.c105 tcflush(FD, TCIOFLUSH);
/freebsd-11-stable/include/
H A Dtermios.h81 int tcflush(int, int);
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_kernel.c160 tcflush(termp->Filedes, TCIFLUSH);
/freebsd-11-stable/usr.sbin/bluetooth/hcseriald/
H A Dhcseriald.c175 tcflush(fd, TCIOFLUSH);
198 tcflush(fd, TCIOFLUSH);
/freebsd-11-stable/lib/libc/gen/
H A Dtermios.c232 tcflush(int fd, int which) function
H A DMakefile.inc498 tcsendbreak.3 tcflush.3
/freebsd-11-stable/libexec/getty/
H A Dsubr.c648 (void)tcflush(0, TCIOFLUSH);
658 (void)tcflush(0, TCIOFLUSH);
H A Dmain.c292 (void)tcflush(STDIN_FILENO, TCIOFLUSH);
488 (void)tcflush(STDIN_FILENO, TCIOFLUSH); /* clear out the crap */
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Dpty.c117 tcflush(f, TCIOFLUSH);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_leitch.c319 if (tcflush(fd232, TCIOFLUSH) < 0) {
321 "leitch_start: tcflush(%s): %m", leitchdev);
H A Drefclock_arc.c1504 tcflush(pp->io.fd, TCIFLUSH);
H A Dntp_refclock.c1038 if (tcflush(fd, TCIOFLUSH) < 0)
1039 msyslog(LOG_ERR, "refclock_setup fd %d tcflush(): %m",
/freebsd-11-stable/usr.bin/rlogin/
H A Drlogin.c562 (void)tcflush(1, TCIOFLUSH);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dser-unix.c323 return tcflush (scb->fd, TCOFLUSH);
342 return tcflush (scb->fd, TCIFLUSH);
/freebsd-11-stable/usr.sbin/ppp/
H A Dtty.c502 tcflush(p->fd, TCIOFLUSH);

Completed in 243 milliseconds

12