Home
last modified time | relevance | path

Searched refs:IGNCR (Results 1 – 23 of 23) sorted by relevance

/third_party/musl/src/termios/
Dcfmakeraw.c6 t->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in cfmakeraw()
/third_party/musl/libc-test/src/functionalext/supplement/termios/
Dcfmakeraw.c31 if ((t.c_iflag & (IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON)) != 0U) { in cfmakeraw_0100()
/third_party/musl/src/legacy/
Dgetpass.c21 t.c_iflag &= ~(INLCR|IGNCR); in getpass()
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h37 #define IGNCR 0000200 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h37 #define IGNCR 0000200 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h37 #define IGNCR 0000200 macro
/third_party/musl/arch/mips/bits/
Dtermios.h38 #define IGNCR 0000200 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h39 #define IGNCR 0000200 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h38 #define IGNCR 0000200 macro
/third_party/musl/arch/generic/bits/
Dtermios.h37 #define IGNCR 0000200 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h38 #define IGNCR 0000200 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h37 #define IGNCR 0000200 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h39 #define IGNCR 0000200 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h37 #define IGNCR 0000200 macro
/third_party/musl/libc-test/src/api/
Dtermios.c34 C(IGNCR) in f()
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/
Dminimal-raw-file.c97 tio.c_iflag &= (tcflag_t)~(INLCR | IGNBRK | IGNPAR | IGNCR | ICRNL | in callback_raw_test()
/third_party/boost/boost/asio/detail/impl/
Dreactive_serial_port_service.ipp81 | ISTRIP | INLCR | IGNCR | ICRNL | IXON);
/third_party/boost/libs/asio/include/boost/asio/detail/impl/
Dreactive_serial_port_service.ipp81 | ISTRIP | INLCR | IGNCR | ICRNL | IXON);
/third_party/libuv/src/unix/
Dtty.c240 IGNCR | ICRNL | IXON); in uv__tty_make_raw()
/third_party/python/Modules/
Dtermios.c436 {"IGNCR", IGNCR},
/third_party/toybox/toys/pending/
Dstty.c95 { "inlcr", INLCR }, { "igncr", IGNCR }, { "icrnl", ICRNL }, { "ixon", IXON },
/third_party/quickjs/
Dquickjs-libc.c1750 |INLCR|IGNCR|ICRNL|IXON); in js_os_ttySetRaw()
/third_party/ffmpeg/fftools/
Dffmpeg.c429 |INLCR|IGNCR|ICRNL|IXON); in term_init()