Searched defs:tcflush (Results 1 – 3 of 3) sorted by relevance
70 #define tcflush(fd, arg) ioctl(fd, TCFLSH, arg) macro157 #define tcflush(fd, queue) _nc_mingw_tcflush(fd, queue) macro
53 #define tcflush(fd, arg) ioctl(fd, TCFLSH, arg) macro
228 tcflush(int fd, int which) in tcflush() function