| /src/games/robots/ |
| flush_in.c | 52 tcflush(fileno(stdin), TCIFLUSH);
|
| /src/lib/libc/termios/ |
| Makefile.inc | 6 cfsetspeed.c tcdrain.c tcflow.c tcflush.c tcgetattr.c tcgetpgrp.c \ 15 tcsendbreak.3 tcflush.3
|
| tcflush.c | 1 /* $NetBSD: tcflush.c,v 1.10 2012/06/25 22:32:46 abs Exp $ */ 37 __RCSID("$NetBSD: tcflush.c,v 1.10 2012/06/25 22:32:46 abs Exp $"); 50 __weak_alias(tcflush,_tcflush) 54 tcflush(int fd, int which)
|
| /src/external/bsd/ntp/dist/include/ |
| ntp_tty.h | 54 #ifndef tcflush 55 #define tcflush(fd, arg) ioctl(fd, TCFLSH, arg) macro
|
| /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/bsd/ppp/dist/pppd/ |
| termios_linux.h | 89 static inline int tcflush(int fd, int q) function
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/ |
| termios.d | 843 int tcflush(int, int); 857 int tcflush(int, int); 870 int tcflush(int, int); 884 int tcflush(int, int); 897 int tcflush(int, int); 910 int tcflush(int, int); 923 int tcflush(int, int); 938 int tcflush(int, int); 949 int tcflush(int, int);
|
| /src/sys/sys/ |
| termios.h | 280 int tcflush(int, int);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ser-unix.c | 173 return tcflush (scb->fd, TCOFLUSH); 181 return tcflush (scb->fd, TCIFLUSH);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ser-unix.c | 173 return tcflush (scb->fd, TCOFLUSH); 181 return tcflush (scb->fd, TCIFLUSH);
|
| /src/usr.sbin/btattach/ |
| btattach.c | 272 || tcflush(fd, TCIOFLUSH) < 0) 613 || tcflush(fd, TCIOFLUSH) < 0) {
|
| /src/games/hunt/hunt/ |
| playit.c | 159 tcflush(STDIN_FILENO, TCIFLUSH);
|
| /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/games/boggle/boggle/ |
| mach.c | 281 (void) tcflush(fileno(fp), TCIFLUSH);
|