/third_party/musl/src/termios/ |
D | cfmakeraw.c | 6 t->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in cfmakeraw()
|
/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/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/musl/src/legacy/ |
D | getpass.c | 22 t.c_iflag |= ICRNL; in getpass()
|
/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/ndk_musl_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/kernel/include/sys/ |
D | ttydefaults.h | 4 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
|
/third_party/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/rust/crates/rustix/src/backend/linux_raw/termios/ |
D | syscalls.rs | 15 ECHONL, ICANON, ICRNL, IEXTEN, IGNBRK, IGNCR, INLCR, ISIG, ISTRIP, IXON, OPOST, PARENB, PARMRK, 163 termios.c_iflag &= !(IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON); in cfmakeraw()
|
D | types.rs | 149 pub const ICRNL: c::c_uint = linux_raw_sys::general::ICRNL; constant
|
/third_party/python/Lib/ |
D | tty.py | 21 mode[IFLAG] = mode[IFLAG] & ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON)
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 38 #define ICRNL 0000400 macro
|
/third_party/musl/porting/uniproton/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_a_newlib/kernel/include/bits/ |
D | termios.h | 38 #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/arch/mips64/bits/ |
D | termios.h | 39 #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/powerpc/bits/ |
D | termios.h | 40 #define ICRNL 0000400 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 39 #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/libc-test/src/api/ |
D | termios.c | 32 C(ICRNL) in f()
|