/third_party/musl/src/legacy/ |
D | getpass.c | 19 t.c_lflag &= ~(ECHO|ISIG); in getpass() 20 t.c_lflag |= ICANON; in getpass()
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl02.c | 240 termio.c_lflag = in run_ptest() 331 (termio.c_lflag in chk_tty_parms() 334 termio.c_lflag); in chk_tty_parms()
|
/third_party/toybox/toys/pending/ |
D | stty.c | 234 !set_flag(&new->c_lflag, lflags, ARRAY_LEN(lflags), option, on)) in set_option() 348 &new.c_cflag, &new.c_lflag, &n) == 4) in do_stty() 405 xprintf("%x:%x:%x:%x:", old.c_iflag, old.c_oflag, old.c_cflag, old.c_lflag); in do_stty() 445 show_flags(old.c_lflag, sane.c_lflag, lflags, ARRAY_LEN(lflags)); in do_stty()
|
D | more.c | 106 newf.c_lflag &= ~(ICANON | ECHO); in more_main()
|
/third_party/curl/src/ |
D | tool_getpass.c | 194 noecho.c_lflag &= ~ECHO; in ttyecho() 199 noecho.c_lflag &= ~ECHO; in ttyecho()
|
/third_party/ltp/include/lapi/ |
D | ioctl.h | 34 unsigned short int c_lflag; /* local mode flags */ member
|
/third_party/musl/src/termios/ |
D | cfmakeraw.c | 8 t->c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN); in cfmakeraw()
|
/third_party/musl/libc-test/src/functionalext/supplement/termios/ |
D | cfmakeraw.c | 37 if ((t.c_lflag & (ECHO | ECHONL | ICANON | ISIG | IEXTEN)) != 0U) { in cfmakeraw_0100()
|
/third_party/ltp/testcases/kernel/pty/ |
D | pty02.c | 36 io.c_lflag = EXTPROC | ICANON; in do_test()
|
/third_party/libuv/src/unix/ |
D | tty.c | 242 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/python/Modules/ |
D | termios.c | 110 if ((mode.c_lflag & ICANON) == 0) { in termios_tcgetattr_impl() 127 PyList_SetItem(v, 3, PyLong_FromLong((long)mode.c_lflag)); in termios_tcgetattr_impl() 179 mode.c_lflag = (tcflag_t) PyLong_AsLong(PyList_GetItem(term, 3)); in termios_tcsetattr_impl()
|
/third_party/gstreamer/gstplugins_bad/tests/examples/nvcodec/ |
D | nvcodec-kb.c | 108 new_settings.c_lflag &= ~(ECHO | ICANON | IEXTEN); in gst_nvcodec_kb_set_key_handler()
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 5 tcflag_t c_lflag; member
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 5 tcflag_t c_lflag; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 5 tcflag_t c_lflag; member
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 5 tcflag_t c_lflag; member
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 7 tcflag_t c_lflag; member
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 5 tcflag_t c_lflag; member
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 7 tcflag_t c_lflag; member
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 5 tcflag_t c_lflag; member
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 5 tcflag_t c_lflag; member
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 5 tcflag_t c_lflag; member
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 5 tcflag_t c_lflag; member
|
/third_party/ltp/testcases/cve/ |
D | cve-2014-0196.c | 102 t.c_lflag |= ECHO; in run()
|
/third_party/musl/libc-test/src/api/ |
D | termios.c | 16 F(tcflag_t,c_lflag) in f()
|