Lines Matching full:c_cflag
917 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);918 tios.c_cflag |= CS8 | CREAD | HUPCL;927 tios.c_cflag ^= (CLOCAL | HUPCL);931 tios.c_cflag |= CRTSCTS;941 tios.c_cflag &= ~CRTSCTS;2604 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB);2605 tios.c_cflag |= CS8 | CREAD | CLOCAL;