Home
last modified time | relevance | path

Searched refs:VTIME (Results 1 - 25 of 88) sorted by relevance

1234

/third_party/python/Lib/
H A Dtty.py27 mode[CC][VTIME] = 0
35 mode[CC][VTIME] = 0
/third_party/toybox/toys/pending/
H A Dstty.c82 { "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 Dmore.c108 newf.c_cc[VTIME] = 0; in more_main()
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dsyscalls.rs16 VMIN, VTIME,
171 termios.c_cc[VTIME] = 0;
H A Dtypes.rs88 /// `VTIME`
89 pub const VTIME: usize = linux_raw_sys::general::VTIME as usize; consts
/third_party/musl/src/termios/
H A Dcfmakeraw.c12 t->c_cc[VTIME] = 0; in cfmakeraw()
/third_party/musl/libc-test/src/functionalext/supplement/termios/
H A Dcfmakeraw.c49 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 Dtermios.h17 #define VTIME 5 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h17 #define VTIME 5 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h17 #define VTIME 5 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h17 #define VTIME 5 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h17 #define VTIME 5 macro
/third_party/musl/arch/generic/bits/
H A Dtermios.h17 #define VTIME 5 macro
/third_party/libuv/src/unix/
H A Dtty.c275 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 Dtty.c275 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 Dtermios.c73 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 Dtermios.h17 #define VTIME 5 macro
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h21 #define VTIME 7 macro
/third_party/musl/arch/mips64/bits/
H A Dtermios.h17 #define VTIME 5 macro
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h17 #define VTIME 5 macro
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h21 #define VTIME 7 macro
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/
H A Dminimal-raw-file.c106 tio.c_cc[VTIME] = 0; in callback_raw_test()
/third_party/musl/libc-test/src/api/
H A Dtermios.c30 C(VTIME) in f()
/third_party/rust/crates/libc/src/unix/solarish/
H A Dcompat.rs32 (*termios).c_cc[VTIME] = 0; in cfmakeraw()
/third_party/jerryscript/jerry-ext/debugger/
H A Ddebugger-serial.c212 options.c_cc[VTIME] = 5; // 0.5 seconds read timeout in jerryx_debugger_serial_configure_attributes()

Completed in 16 milliseconds

1234