Home
last modified time | relevance | path

Searched refs:ISIG (Results 1 – 25 of 37) sorted by relevance

12

/third_party/musl/src/termios/
Dcfmakeraw.c8 t->c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN); in cfmakeraw()
/third_party/musl/porting/uniproton/kernel/include/sys/
Dttydefaults.h6 #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dttydefaults.h6 #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
/third_party/musl/libc-test/src/functionalext/supplement/termios/
Dcfmakeraw.c37 if ((t.c_lflag & (ECHO | ECHONL | ICANON | ISIG | IEXTEN)) != 0U) { in cfmakeraw_0100()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dttydefaults.h6 #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
/third_party/musl/ndk_musl_include/sys/
Dttydefaults.h6 #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
/third_party/musl/include/sys/
Dttydefaults.h6 #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
/third_party/musl/src/legacy/
Dgetpass.c19 t.c_lflag &= ~(ECHO|ISIG); in getpass()
/third_party/python/Lib/
Dtty.py25 mode[LFLAG] = mode[LFLAG] & ~(ECHO | ICANON | IEXTEN | ISIG)
/third_party/ltp/testcases/kernel/syscalls/ioctl/
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/libuv/src/unix/
Dtty.c242 tio->c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN); in uv__tty_make_raw()
297 tmp.c_lflag &= ~(ECHO | ICANON | IEXTEN | ISIG); in uv_tty_set_mode()
/third_party/musl/arch/mips64/bits/
Dtermios.h126 #define ISIG 0000001 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h125 #define ISIG 0000001 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h125 #define ISIG 0000001 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h125 #define ISIG 0000001 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h133 #define ISIG 0x00000080 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h125 #define ISIG 0000001 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h133 #define ISIG 0x00000080 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h125 #define ISIG 0000001 macro
/third_party/musl/arch/mips/bits/
Dtermios.h126 #define ISIG 0000001 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h126 #define ISIG 0000001 macro
/third_party/musl/arch/generic/bits/
Dtermios.h125 #define ISIG 0000001 macro
/third_party/musl/libc-test/src/api/
Dtermios.c107 C(ISIG) in f()
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/
Dminimal-raw-file.c92 tio.c_lflag &= (tcflag_t)~(ISIG | ICANON | IEXTEN | ECHO | in callback_raw_test()
/third_party/boost/boost/asio/detail/impl/
Dreactive_serial_port_service.ipp83 ios.c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN);

12