Home
last modified time | relevance | path

Searched refs:INPCK (Results 1 – 19 of 19) sorted by relevance

/third_party/python/Lib/
Dtty.py21 mode[IFLAG] = mode[IFLAG] & ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON)
/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl02.c245 BRKINT | IGNPAR | INPCK | ISTRIP | ICRNL | IUCLC | IXON | IXANY | in run_ptest()
340 && (BRKINT | IGNPAR | INPCK | ISTRIP | ICRNL | IUCLC | IXON | IXANY in chk_tty_parms()
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h34 #define INPCK 0000020 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h34 #define INPCK 0000020 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h34 #define INPCK 0000020 macro
/third_party/musl/arch/mips/bits/
Dtermios.h35 #define INPCK 0000020 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h36 #define INPCK 0000020 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h35 #define INPCK 0000020 macro
/third_party/musl/arch/generic/bits/
Dtermios.h34 #define INPCK 0000020 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h35 #define INPCK 0000020 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h34 #define INPCK 0000020 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h36 #define INPCK 0000020 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h34 #define INPCK 0000020 macro
/third_party/musl/libc-test/src/api/
Dtermios.c37 C(INPCK) in f()
/third_party/libuv/src/unix/
Dtty.c294 tmp.c_iflag &= ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON); in uv_tty_set_mode()
/third_party/boost/libs/asio/include/boost/asio/impl/
Dserial_port_base.ipp369 storage.c_iflag |= INPCK;
375 storage.c_iflag |= INPCK;
/third_party/boost/boost/asio/impl/
Dserial_port_base.ipp369 storage.c_iflag |= INPCK;
375 storage.c_iflag |= INPCK;
/third_party/python/Modules/
Dtermios.c433 {"INPCK", INPCK},
/third_party/toybox/toys/pending/
Dstty.c94 { "parmrk", PARMRK }, { "inpck", INPCK }, { "istrip", ISTRIP },