/third_party/python/Lib/ |
H A D | tty.py | 27 mode[CC][VTIME] = 0 35 mode[CC][VTIME] = 0
|
/third_party/toybox/toys/pending/ |
H A D | stty.c | 82 { "discard", VDISCARD }, { "min", VMIN }, { "time", VTIME }, 262 // The -2 is to ignore VMIN and VTIME, which are just unsigned integers. in set_special_character() 298 t->c_cc[VTIME] = 0; in make_sane() 334 else if (!strcmp(arg, "time")) new.c_cc[VTIME] = get_arg(&i, 0, 255); in do_stty() 376 new.c_cc[VTIME] = 0; in do_stty() 424 if (chars[i].value == VMIN || chars[i].value == VTIME) { in do_stty()
|
H A D | more.c | 108 newf.c_cc[VTIME] = 0; in more_main()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
H A D | syscalls.rs | 16 VMIN, VTIME, 171 termios.c_cc[VTIME] = 0;
|
H A D | types.rs | 88 /// `VTIME` 89 pub const VTIME: usize = linux_raw_sys::general::VTIME as usize; consts
|
/third_party/musl/src/termios/ |
H A D | cfmakeraw.c | 12 t->c_cc[VTIME] = 0; in cfmakeraw()
|
/third_party/musl/libc-test/src/functionalext/supplement/termios/ |
H A D | cfmakeraw.c | 49 if (t.c_cc[VTIME] != 0) { in cfmakeraw_0100() 50 t_error("%s t.c_cc[VTIME] failed\n", __func__); in cfmakeraw_0100()
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | termios.h | 17 #define VTIME 5 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | termios.h | 17 #define VTIME 5 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | termios.h | 17 #define VTIME 5 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | termios.h | 17 #define VTIME 5 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | termios.h | 17 #define VTIME 5 macro
|
/third_party/musl/arch/generic/bits/ |
H A D | termios.h | 17 #define VTIME 5 macro
|
/third_party/libuv/src/unix/ |
H A D | tty.c | 275 tio->c_cc[VTIME] = 0; in uv__tty_make_raw() 322 tmp.c_cc[VTIME] = 0; in uv_tty_set_mode()
|
/third_party/node/deps/uv/src/unix/ |
H A D | tty.c | 275 tio->c_cc[VTIME] = 0; in uv__tty_make_raw() 317 tmp.c_cc[VTIME] = 0; in uv_tty_set_mode()
|
/third_party/python/Modules/ |
H A D | termios.c | 73 length 1, except the items with indices VMIN and VTIME, which are 120 v = PyLong_FromLong((long)mode.c_cc[VTIME]); in termios_tcgetattr_impl() 123 PyList_SetItem(cc, VTIME, v); in termios_tcgetattr_impl() 815 {"VTIME", VTIME},
|
/third_party/musl/arch/mips/bits/ |
H A D | termios.h | 17 #define VTIME 5 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | termios.h | 21 #define VTIME 7 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | termios.h | 17 #define VTIME 5 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | termios.h | 17 #define VTIME 5 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | termios.h | 21 #define VTIME 7 macro
|
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/ |
H A D | minimal-raw-file.c | 106 tio.c_cc[VTIME] = 0; in callback_raw_test()
|
/third_party/musl/libc-test/src/api/ |
H A D | termios.c | 30 C(VTIME) in f()
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | compat.rs | 32 (*termios).c_cc[VTIME] = 0; in cfmakeraw()
|
/third_party/jerryscript/jerry-ext/debugger/ |
H A D | debugger-serial.c | 212 options.c_cc[VTIME] = 5; // 0.5 seconds read timeout in jerryx_debugger_serial_configure_attributes()
|