Searched refs:CREAD (Results 1 – 9 of 9) sorted by relevance
231 termio.c_cflag = B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL; in run_ptest()304 if (termio.c_cflag != (B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL)) { in chk_tty_parms()
137 #define CREAD 0000200 macro
161 #define CREAD 0000200 /* Enable receiver. */ macro
160 TT.termios.c_cflag |= CS8|CREAD|HUPCL|CBAUDEX; in termios_init()
85 terminal.c_cflag |= CLOCAL|HUPCL|CREAD; in reset_term()
269 #ifdef CREAD270 {"cread", CREAD, MD_CTL},
327 cflag |= (TERMIOS.CLOCAL|TERMIOS.CREAD)
948 tios.c_cflag |= CS8 | CREAD | HUPCL; in set_up_tty()2670 tios.c_cflag |= CS8 | CREAD | CLOCAL;
1231 tios.c_cflag |= CS8 | CREAD | HUPCL;