/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/include/sys/ |
D | ttydefaults.h | 4 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | ttydefaults.h | 4 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
|
/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/porting/liteos_m_iccarm/kernel/include/sys/ |
D | ttydefaults.h | 4 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
|
/third_party/musl/src/legacy/ |
D | getpass.c | 22 t.c_iflag |= ICRNL; in getpass()
|
/third_party/musl/ndk_musl_include/sys/ |
D | ttydefaults.h | 4 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | ttydefaults.h | 4 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
|
/third_party/python/Lib/ |
D | tty.py | 21 mode[IFLAG] = mode[IFLAG] & ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON)
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl02.c | 245 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/libuv/src/unix/ |
D | tty.c | 240 IGNCR | ICRNL | IXON); in uv__tty_make_raw() 294 tmp.c_iflag &= ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON); in uv_tty_set_mode()
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 38 #define ICRNL 0000400 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 38 #define ICRNL 0000400 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 38 #define ICRNL 0000400 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 39 #define ICRNL 0000400 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 40 #define ICRNL 0000400 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 39 #define ICRNL 0000400 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 38 #define ICRNL 0000400 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 39 #define ICRNL 0000400 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 38 #define ICRNL 0000400 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 40 #define ICRNL 0000400 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 38 #define ICRNL 0000400 macro
|
/third_party/musl/libc-test/src/api/ |
D | termios.c | 32 C(ICRNL) 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/toybox/lib/ |
D | tty.c | 79 termio.c_iflag = IXANY|ICRNL|INLCR; in set_terminal()
|