/third_party/musl/src/termios/ |
D | cfmakeraw.c | 6 t->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in cfmakeraw()
|
/third_party/musl/libc-test/src/functionalext/supplement/termios/ |
D | cfmakeraw.c | 31 if ((t.c_iflag & (IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON)) != 0U) { in cfmakeraw_0100()
|
/third_party/musl/src/legacy/ |
D | getpass.c | 21 t.c_iflag &= ~(INLCR|IGNCR); in getpass()
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 37 #define IGNCR 0000200 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 37 #define IGNCR 0000200 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 37 #define IGNCR 0000200 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 38 #define IGNCR 0000200 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 39 #define IGNCR 0000200 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 38 #define IGNCR 0000200 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 37 #define IGNCR 0000200 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 38 #define IGNCR 0000200 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 37 #define IGNCR 0000200 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 39 #define IGNCR 0000200 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 37 #define IGNCR 0000200 macro
|
/third_party/musl/libc-test/src/api/ |
D | termios.c | 34 C(IGNCR) in f()
|
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/ |
D | minimal-raw-file.c | 97 tio.c_iflag &= (tcflag_t)~(INLCR | IGNBRK | IGNPAR | IGNCR | ICRNL | in callback_raw_test()
|
/third_party/boost/boost/asio/detail/impl/ |
D | reactive_serial_port_service.ipp | 81 | ISTRIP | INLCR | IGNCR | ICRNL | IXON);
|
/third_party/boost/libs/asio/include/boost/asio/detail/impl/ |
D | reactive_serial_port_service.ipp | 81 | ISTRIP | INLCR | IGNCR | ICRNL | IXON);
|
/third_party/libuv/src/unix/ |
D | tty.c | 240 IGNCR | ICRNL | IXON); in uv__tty_make_raw()
|
/third_party/python/Modules/ |
D | termios.c | 436 {"IGNCR", IGNCR},
|
/third_party/toybox/toys/pending/ |
D | stty.c | 95 { "inlcr", INLCR }, { "igncr", IGNCR }, { "icrnl", ICRNL }, { "ixon", IXON },
|
/third_party/quickjs/ |
D | quickjs-libc.c | 1750 |INLCR|IGNCR|ICRNL|IXON); in js_os_ttySetRaw()
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg.c | 429 |INLCR|IGNCR|ICRNL|IXON); in term_init()
|