/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl02.c | 230 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/ |
D | termios.h | 123 #define CLOCAL 0004000 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 123 #define CLOCAL 0004000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 123 #define CLOCAL 0004000 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 124 #define CLOCAL 0004000 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 127 #define CLOCAL 00100000 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 124 #define CLOCAL 0004000 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 123 #define CLOCAL 0004000 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 124 #define CLOCAL 0004000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 123 #define CLOCAL 0004000 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 127 #define CLOCAL 00100000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 123 #define CLOCAL 0004000 macro
|
/third_party/musl/libc-test/src/api/ |
D | termios.c | 100 C(CLOCAL) in f()
|
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/ |
D | minimal-raw-file.c | 117 tio.c_cflag |= 0x1412 | CS8 | CREAD | CLOCAL; in callback_raw_test()
|
/third_party/jerryscript/jerry-ext/debugger/ |
D | debugger-serial.c | 124 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/ |
D | reactive_serial_port_service.ipp | 88 ios.c_cflag |= CREAD | CLOCAL;
|
/third_party/boost/libs/asio/include/boost/asio/detail/impl/ |
D | reactive_serial_port_service.ipp | 88 ios.c_cflag |= CREAD | CLOCAL;
|
/third_party/toybox/toys/pending/ |
D | getty.c | 156 if (toys.optflags & FLAG_L) TT.termios.c_cflag |= CLOCAL; in termios_init()
|
D | init.c | 85 terminal.c_cflag |= CLOCAL|HUPCL|CREAD; in reset_term()
|
D | stty.c | 89 { "cread", CREAD }, { "clocal", CLOCAL }, { "crtscts", CRTSCTS },
|
/third_party/python/Modules/ |
D | termios.c | 550 {"CLOCAL", CLOCAL},
|
/third_party/FreeBSD/ |
D | UPDATING | 1749 any process from changing the baudrate or the CLOCAL and HUPCL
|