Home
last modified time | relevance | path

Searched refs:ICANON (Results 1 - 25 of 103) sorted by relevance

12345

/third_party/python/Lib/
H A Dtty.py25 mode[LFLAG] = mode[LFLAG] & ~(ECHO | ICANON | IEXTEN | ISIG)
33 mode[LFLAG] = mode[LFLAG] & ~(ECHO | ICANON)
/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,
165 termios.c_lflag &= !(ECHO | ECHONL | ICANON | ISIG | IEXTEN);
/third_party/musl/src/termios/
H A Dcfmakeraw.c8 t->c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN); in cfmakeraw()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dttydefaults.h6 #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dttydefaults.h6 #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
/third_party/musl/src/legacy/
H A Dgetpass.c20 t.c_lflag |= ICANON; in getpass()
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dttydefaults.h6 #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
/third_party/ltp/testcases/kernel/pty/
H A Dpty02.c7 * Regression test for commit 966031f340185 ("n_tty: fix EXTPROC vs ICANON
10 * (ICANON) and external processing (EXTPROC) mode, some data is written to the
36 io.c_lflag = EXTPROC | ICANON; in do_test()
41 tst_brk(TCONF, "tcsetattr(, , EXTPROC | ICANON) is not supported"); in do_test()
/third_party/musl/include/sys/
H A Dttydefaults.h6 #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
/third_party/musl/libc-test/src/functionalext/supplement/termios/
H A Dcfmakeraw.c37 if ((t.c_lflag & (ECHO | ECHONL | ICANON | ISIG | IEXTEN)) != 0U) { in cfmakeraw_0100()
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dtermios.h126 #define ICANON 0000002 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h126 #define ICANON 0000002 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h126 #define ICANON 0000002 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h126 #define ICANON 0000002 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h126 #define ICANON 0000002 macro
/third_party/musl/arch/generic/bits/
H A Dtermios.h126 #define ICANON 0000002 macro
/third_party/libuv/src/unix/
H A Dtty.c255 tio->c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN); in uv__tty_make_raw()
320 tmp.c_lflag &= ~(ECHO | ICANON | IEXTEN | ISIG); in uv_tty_set_mode()
/third_party/ltp/testcases/kernel/syscalls/ioctl/
H A Dioctl02.c241 ((unsigned short)(ISIG | ICANON | XCASE | ECHO | ECHOE | NOFLSH)); in run_ptest()
332 && (ISIG | ICANON | XCASE | ECHO | ECHOE | NOFLSH))) { in chk_tty_parms()
/third_party/node/deps/uv/src/unix/
H A Dtty.c255 tio->c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN); in uv__tty_make_raw()
315 tmp.c_lflag &= ~(ECHO | ICANON | IEXTEN | ISIG); in uv_tty_set_mode()
/third_party/musl/arch/mips/bits/
H A Dtermios.h127 #define ICANON 0000002 macro
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h134 #define ICANON 0x00000100 macro
/third_party/musl/arch/mips64/bits/
H A Dtermios.h127 #define ICANON 0000002 macro
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h127 #define ICANON 0000002 macro
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h134 #define ICANON 0x00000100 macro
/third_party/toybox/toys/pending/
H A Dmore.c106 newf.c_lflag &= ~(ICANON | ECHO); in more_main()

Completed in 11 milliseconds

12345