| /freebsd-head/contrib/ncurses/include/ |
| HD | nc_termios.h | 69 #ifndef tcflush 70 #define tcflush(fd, arg) ioctl(fd, TCFLSH, arg) macro 156 #ifndef tcflush 157 #define tcflush(fd, queue) _nc_mingw_tcflush(fd, queue) macro
|
| /freebsd-head/usr.bin/tip/libacu/ |
| HD | hayes.c | 101 tcflush(FD, TCIOFLUSH); in hay_dialer() 125 tcflush(FD, TCIOFLUSH); in hay_dialer() 249 tcflush(FD, TCIOFLUSH); in goodbye() 253 tcflush(FD, TCIOFLUSH); in goodbye() 281 tcflush(FD, TCIOFLUSH); in goodbye()
|
| HD | df.c | 94 tcflush(f, TCIOFLUSH); in df_dialer() 115 tcflush(FD, TCIOFLUSH); in df_disconnect()
|
| HD | biz31.c | 122 tcflush(FD, TCIOFLUSH); in biz31_disconnect() 227 tcflush(FD, TCIOFLUSH); in bizsync()
|
| HD | courier.c | 91 tcflush(FD, TCIOFLUSH); in cour_dialer() 269 tcflush(FD, TCIOFLUSH); in coursync()
|
| HD | t3000.c | 92 tcflush(FD, TCIOFLUSH); in t3000_dialer() 284 tcflush(FD, TCIOFLUSH); in t3000_sync()
|
| HD | biz22.c | 119 tcflush(FD, TCIOFLUSH); in biz22_disconnect()
|
| HD | v3451.c | 118 tcflush(FD, TCIOFLUSH); in v3451_dialer()
|
| HD | ventel.c | 97 tcflush(FD, TCIOFLUSH); in ven_dialer()
|
| HD | v831.c | 207 tcflush(AC, TCIOFLUSH); in dialit()
|
| /freebsd-head/contrib/ntp/include/ |
| HD | ntp_tty.h | 52 #ifndef tcflush 53 #define tcflush(fd, arg) ioctl(fd, TCFLSH, arg) macro
|
| /freebsd-head/include/ |
| HD | termios.h | 83 int tcflush(int, int);
|
| /freebsd-head/contrib/ncurses/ncurses/tinfo/ |
| HD | lib_kernel.c | 155 tcflush(fd, TCIFLUSH); in flush_input()
|
| /freebsd-head/lib/libc/gen/ |
| HD | termios.c | 228 tcflush(int fd, int which) in tcflush() function
|
| HD | Symbol.map | 283 tcflush;
|
| HD | Makefile.inc | 534 tcsendbreak.3 tcflush.3
|
| /freebsd-head/libexec/getty/ |
| HD | main.c | 281 (void)tcflush(STDIN_FILENO, TCIOFLUSH); in main() 479 (void)tcflush(STDIN_FILENO, TCIOFLUSH); /* clear out the crap */ in setttymode()
|
| HD | subr.c | 641 (void)tcflush(0, TCIOFLUSH); in autobaud() 651 (void)tcflush(0, TCIOFLUSH); in autobaud()
|
| /freebsd-head/contrib/unifdef/tests/ |
| HD | xterm.expout | 31 #define ttyFlush(fd) tcflush(fd, TCOFLUSH)
|
| /freebsd-head/contrib/ntp/ntpd/ |
| HD | refclock_leitch.c | 319 if (tcflush(fd232, TCIOFLUSH) < 0) { in leitch_start()
|
| HD | refclock_arc.c | 1507 tcflush(pp->io.fd, TCIFLUSH); in arc_poll()
|
| HD | ntp_refclock.c | 1117 if (tcflush(fd, TCIOFLUSH) < 0) in refclock_setup()
|
| HD | refclock_msfees.c | 498 if (tcflush(fd232, TCIOFLUSH) < 0) { in msfees_start()
|
| HD | refclock_parse.c | 3313 (void) tcflush(parse->generic->io.fd, TCIOFLUSH); in parse_start()
|
| /freebsd-head/usr.sbin/ppp/ |
| HD | tty.c | 500 tcflush(p->fd, TCIOFLUSH); in tty_Cooked()
|