| /src/lib/libc/termios/ |
| tcflush.c | 67 case TCIOFLUSH:
|
| /src/external/bsd/ntp/dist/include/ |
| ntp_tty.h | 51 #ifndef TCIOFLUSH 52 #define TCIOFLUSH 2
|
| /src/usr.bin/tip/aculib/ |
| hayes.c | 95 (void)tcflush(FD, TCIOFLUSH); 114 (void)tcflush(FD, TCIOFLUSH); 236 (void)tcflush(FD, TCIOFLUSH); 240 (void)tcflush(FD, TCIOFLUSH); 268 (void)tcflush(FD, TCIOFLUSH);
|
| df.c | 104 (void)tcflush(f, TCIOFLUSH); 126 (void)tcflush(FD, TCIOFLUSH);
|
| biz31.c | 120 (void)tcflush(FD, TCIOFLUSH); 227 (void)tcflush(FD, TCIOFLUSH);
|
| biz22.c | 120 (void)tcflush(FD, TCIOFLUSH);
|
| v3451.c | 109 (void)tcflush(FD, TCIOFLUSH);
|
| courier.c | 89 (void)tcflush(FD, TCIOFLUSH); 264 (void)tcflush(FD, TCIOFLUSH);
|
| t3000.c | 86 (void)tcflush(FD, TCIOFLUSH); 272 (void)tcflush(FD, TCIOFLUSH);
|
| v831.c | 212 (void)tcflush(AC, TCIOFLUSH);
|
| ventel.c | 95 (void)tcflush(FD, TCIOFLUSH);
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/ |
| termios.d | 125 TCIOFLUSH 225 enum TCIOFLUSH = 2; 322 enum TCIOFLUSH = 3; 419 enum TCIOFLUSH = 3; 516 enum TCIOFLUSH = 3; 613 enum TCIOFLUSH = 3; 710 enum TCIOFLUSH = 3; 802 enum TCIOFLUSH = 2; /* flush both data both input and output queues */
|
| /src/sys/sys/ |
| termios.h | 257 #define TCIOFLUSH 3
|
| /src/usr.sbin/btattach/ |
| btattach.c | 272 || tcflush(fd, TCIOFLUSH) < 0) 613 || tcflush(fd, TCIOFLUSH) < 0) {
|
| /src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/ |
| pty.c | 119 tcflush(f, TCIOFLUSH);
|
| /src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/ |
| pty.c | 119 tcflush(f, TCIOFLUSH);
|
| /src/libexec/getty/ |
| subr.c | 691 (void)tcflush(0, TCIOFLUSH); 701 (void)tcflush(0, TCIOFLUSH);
|
| main.c | 266 (void)tcflush(0, TCIOFLUSH); /* clear out the crap */
|
| /src/external/bsd/ntp/dist/ntpd/ |
| refclock_leitch.c | 321 if (tcflush(fd232, TCIOFLUSH) < 0) {
|
| ntp_refclock.c | 1119 if (tcflush(fd, TCIOFLUSH) < 0)
|
| refclock_msfees.c | 500 if (tcflush(fd232, TCIOFLUSH) < 0) {
|
| refclock_parse.c | 3315 (void) tcflush(parse->generic->io.fd, TCIOFLUSH); 3317 #if defined(TCFLSH) && defined(TCIOFLUSH) 3319 int flshcmd = TCIOFLUSH;
|
| /src/usr.bin/rlogin/ |
| rlogin.c | 628 (void)tcflush(1, TCIOFLUSH);
|
| /src/external/bsd/ppp/dist/pppd/ |
| tty.c | 812 tcflush(real_ttyfd, TCIOFLUSH);
|
| /src/external/bsd/ppp/usr.sbin/pppd/ |
| sys-bsd.c | 516 if (tcflush(fd, TCIOFLUSH) < 0)
|