Lines Matching full:c_cflag
1077 termios.c_cflag &= ~(CSIZE | PARENB);1078 termios.c_cflag = CLOCAL|CREAD|data_bits|stop_bits|parity;1080 termios.c_cflag |= IGNPAR;1081 // termios.c_cflag &= ~CRTSCTS;1310 termios.c_cflag |= (CLOCAL | CREAD | CRTSCTS | stop_bits);