Searched refs:TCIOFLUSH (Results 1 - 22 of 22) sorted by relevance

/freebsd-10.1-release/contrib/ntp/include/
H A Dntp_tty.h49 #ifndef TCIOFLUSH
50 #define TCIOFLUSH 2 macro
/freebsd-10.1-release/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-10.1-release/include/
H A Dtermios.h66 #define TCIOFLUSH 3 macro
/freebsd-10.1-release/usr.sbin/bluetooth/hcseriald/
H A Dhcseriald.c173 tcflush(fd, TCIOFLUSH);
196 tcflush(fd, TCIOFLUSH);
/freebsd-10.1-release/lib/libc/gen/
H A Dtermios.c231 case TCIOFLUSH:
/freebsd-10.1-release/libexec/getty/
H A Dsubr.c655 (void)tcflush(0, TCIOFLUSH);
668 (void)tcflush(0, TCIOFLUSH);
H A Dmain.c292 (void)tcflush(STDIN_FILENO, TCIOFLUSH);
486 (void)tcflush(STDIN_FILENO, TCIOFLUSH); /* clear out the crap */
/freebsd-10.1-release/contrib/libreadline/examples/rlfe/
H A Dpty.c117 tcflush(f, TCIOFLUSH);
/freebsd-10.1-release/usr.bin/rlogin/
H A Drlogin.c562 (void)tcflush(1, TCIOFLUSH);
/freebsd-10.1-release/contrib/ntp/ntpd/
H A Drefclock_leitch.c319 if (tcflush(fd232, TCIOFLUSH) < 0) {
H A Dntp_refclock.c893 if (tcflush(fd, TCIOFLUSH) < 0)
H A Drefclock_msfees.c498 if (tcflush(fd232, TCIOFLUSH) < 0) {
H A Drefclock_parse.c3298 (void) tcflush(parse->generic->io.fd, TCIOFLUSH);
3300 #if defined(TCFLSH) && defined(TCIOFLUSH)
3302 int flshcmd = TCIOFLUSH;
/freebsd-10.1-release/usr.sbin/ppp/
H A Dtty.c500 tcflush(p->fd, TCIOFLUSH);

Completed in 259 milliseconds