Home
last modified time | relevance | path

Searched refs:ICRNL (Results 1 - 25 of 62) sorted by relevance

123

/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dsyscalls.rs15 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);
/third_party/musl/src/termios/
H A Dcfmakeraw.c6 t->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in cfmakeraw()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dttydefaults.h4 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dttydefaults.h4 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
/third_party/musl/src/legacy/
H A Dgetpass.c22 t.c_iflag |= ICRNL; in getpass()
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dttydefaults.h4 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
/third_party/musl/include/sys/
H A Dttydefaults.h4 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
/third_party/musl/libc-test/src/functionalext/supplement/termios/
H A Dcfmakeraw.c31 if ((t.c_iflag & (IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON)) != 0U) { in cfmakeraw_0100()
/third_party/python/Lib/
H A Dtty.py21 mode[IFLAG] = mode[IFLAG] & ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON)
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dtermios.h38 #define ICRNL 0000400 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h38 #define ICRNL 0000400 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h38 #define ICRNL 0000400 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h38 #define ICRNL 0000400 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h38 #define ICRNL 0000400 macro
/third_party/musl/arch/generic/bits/
H A Dtermios.h38 #define ICRNL 0000400 macro
/third_party/libuv/src/unix/
H A Dtty.c253 IGNCR | ICRNL | IXON); in uv__tty_make_raw()
317 tmp.c_iflag &= ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON); in uv_tty_set_mode()
/third_party/ltp/testcases/kernel/syscalls/ioctl/
H A 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/node/deps/uv/src/unix/
H A Dtty.c253 IGNCR | ICRNL | IXON); in uv__tty_make_raw()
312 tmp.c_iflag &= ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON); in uv_tty_set_mode()
/third_party/musl/arch/mips/bits/
H A Dtermios.h39 #define ICRNL 0000400 macro
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h40 #define ICRNL 0000400 macro
/third_party/musl/arch/mips64/bits/
H A Dtermios.h39 #define ICRNL 0000400 macro
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h39 #define ICRNL 0000400 macro
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h40 #define ICRNL 0000400 macro
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/
H A Dminimal-raw-file.c97 tio.c_iflag &= (tcflag_t)~(INLCR | IGNBRK | IGNPAR | IGNCR | ICRNL | in callback_raw_test()
/third_party/musl/libc-test/src/api/
H A Dtermios.c32 C(ICRNL) in f()

Completed in 10 milliseconds

123