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

  /src/lib/libc/termios/
tcflush.c 67 case TCIOFLUSH:
  /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 257 #define TCIOFLUSH 3
  /src/usr.sbin/btattach/
btattach.c 272 || tcflush(fd, TCIOFLUSH) < 0)
613 || tcflush(fd, TCIOFLUSH) < 0) {
  /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/usr.bin/rlogin/
rlogin.c 628 (void)tcflush(1, TCIOFLUSH);

Completed in 48 milliseconds