HomeSort by: relevance | last modified time | path
    Searched refs:tcflush (Results 1 - 22 of 22) sorted by relevancy

  /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/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/sys/sys/
termios.h 280 int tcflush(int, int);
  /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/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);
  /src/usr.bin/xlint/llib/
llib-lposix 288 int (tcflush)(int fildes, int queue_selector);
  /src/usr.bin/rlogin/
rlogin.c 628 (void)tcflush(1, TCIOFLUSH);
  /src/games/snake/snake/
snake.c 586 tcflush(0, TCIFLUSH);
  /src/lib/libc/include/
namespace.h 746 #define tcflush _tcflush macro

Completed in 41 milliseconds