Lines Matching full:c_cflag
947 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
948 tios.c_cflag |= CS8 | CREAD | HUPCL;
957 tios.c_cflag ^= (CLOCAL | HUPCL);
961 tios.c_cflag |= CRTSCTS;
971 tios.c_cflag &= ~CRTSCTS;
979 tios.c_cflag |= CSTOPB;
2669 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB);
2670 tios.c_cflag |= CS8 | CREAD | CLOCAL;