tcflush
(void) tcflush(fileno(fp), TCIFLUSH);
tcflush(STDIN_FILENO, TCIFLUSH);
PROTO_DEPRECATED(tcflush);
#ifndef tcflush
#ifndef tcflush
tcflush(fd, TCIFLUSH);
(void)tcflush(0, TCIOFLUSH); /* clear out the crap */
(void)tcflush(0, TCIOFLUSH);
(void)tcflush(0, TCIOFLUSH);
int tcflush(int, int);
tcflush(line_fd, TCIFLUSH);
tcflush(fileno(stdout), TCOFLUSH);
tcflush(c->fd, TCOFLUSH);
if (tcflush(fd, TCIFLUSH) == 0)