Home
last modified time | relevance | path

Searched refs:CREAD (Results 1 – 25 of 26) sorted by relevance

12

/third_party/musl/include/sys/
Dttydefaults.h7 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dttydefaults.h7 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dttydefaults.h7 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
/third_party/musl/ndk_musl_include/sys/
Dttydefaults.h7 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
/third_party/musl/porting/uniproton/kernel/include/sys/
Dttydefaults.h7 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl02.c230 termio.c_cflag = B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL; in run_ptest()
303 if (termio.c_cflag != (B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL)) { in chk_tty_parms()
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h119 #define CREAD 0000200 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h119 #define CREAD 0000200 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h119 #define CREAD 0000200 macro
/third_party/musl/arch/mips/bits/
Dtermios.h120 #define CREAD 0000200 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h123 #define CREAD 00004000 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h120 #define CREAD 0000200 macro
/third_party/musl/arch/generic/bits/
Dtermios.h119 #define CREAD 0000200 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h120 #define CREAD 0000200 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h119 #define CREAD 0000200 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h123 #define CREAD 00004000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h119 #define CREAD 0000200 macro
/third_party/musl/libc-test/src/api/
Dtermios.c96 C(CREAD) in f()
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/
Dminimal-raw-file.c117 tio.c_cflag |= 0x1412 | CS8 | CREAD | CLOCAL; in callback_raw_test()
/third_party/jerryscript/jerry-ext/debugger/
Ddebugger-serial.c124 options.c_cflag |= (CLOCAL | CREAD); // ignore modem control lines and enable the receiver in jerryx_debugger_serial_configure_attributes()
/third_party/boost/boost/asio/detail/impl/
Dreactive_serial_port_service.ipp88 ios.c_cflag |= CREAD | CLOCAL;
/third_party/boost/libs/asio/include/boost/asio/detail/impl/
Dreactive_serial_port_service.ipp88 ios.c_cflag |= CREAD | CLOCAL;
/third_party/toybox/toys/pending/
Dgetty.c160 TT.termios.c_cflag |= CS8|CREAD|HUPCL|CBAUDEX; in termios_init()
Dinit.c85 terminal.c_cflag |= CLOCAL|HUPCL|CREAD; in reset_term()
/third_party/python/Modules/
Dtermios.c546 {"CREAD", CREAD},

12