Home
last modified time | relevance | path

Searched refs:VMIN (Results 1 - 25 of 91) sorted by relevance

1234

/third_party/pulseaudio/speex/tmv/
H A Dspeex_config_types.h19 #define VMIN(a,b) imin((a),(b)) macro
24 #define VMIN(a,b) fmin((a),(b)) macro
/third_party/python/Lib/
H A Dtty.py26 mode[CC][VMIN] = 1
34 mode[CC][VMIN] = 1
/third_party/toybox/toys/pending/
H A Dgetty.c158 TT.termios.c_cc[VMIN] = 1; in termios_init()
184 vmin = TT.termios.c_cc[VMIN]; // Store old in sense_baud()
185 TT.termios.c_cc[VMIN] = 0; // No block even queue is empty. in sense_baud()
198 TT.termios.c_cc[VMIN] = vmin; //restore old value in sense_baud()
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()
299 t->c_cc[VMIN] = 1; in make_sane()
333 else if (!strcmp(arg, "min")) new.c_cc[VMIN] = get_arg(&i, 0, 255); in do_stty()
375 new.c_cc[VMIN] = 1; in do_stty()
424 if (chars[i].value == VMIN || chars[i].value == VTIME) { in do_stty()
H A Dmore.c107 newf.c_cc[VMIN] = 1; in more_main()
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dsyscalls.rs16 VMIN, VTIME,
170 termios.c_cc[VMIN] = 1;
/third_party/musl/src/termios/
H A Dcfmakeraw.c11 t->c_cc[VMIN] = 1; in cfmakeraw()
/third_party/musl/libc-test/src/functionalext/supplement/termios/
H A Dcfmakeraw.c46 if (t.c_cc[VMIN] != 1) { in cfmakeraw_0100()
47 t_error("%s t.c_cc[VMIN] failed\n", __func__); in cfmakeraw_0100()
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dtermios.h18 #define VMIN 6 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h18 #define VMIN 6 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h18 #define VMIN 6 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h18 #define VMIN 6 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h18 #define VMIN 6 macro
/third_party/musl/arch/generic/bits/
H A Dtermios.h18 #define VMIN 6 macro
/third_party/libuv/src/unix/
H A Dtty.c274 tio->c_cc[VMIN] = 1; in uv__tty_make_raw()
321 tmp.c_cc[VMIN] = 1; in uv_tty_set_mode()
/third_party/node/deps/uv/src/unix/
H A Dtty.c274 tio->c_cc[VMIN] = 1; in uv__tty_make_raw()
316 tmp.c_cc[VMIN] = 1; 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
116 v = PyLong_FromLong((long)mode.c_cc[VMIN]); in termios_tcgetattr_impl()
119 PyList_SetItem(cc, VMIN, v); in termios_tcgetattr_impl()
816 {"VMIN", VMIN},
/third_party/musl/arch/mips/bits/
H A Dtermios.h16 #define VMIN 4 macro
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h19 #define VMIN 5 macro
/third_party/musl/arch/mips64/bits/
H A Dtermios.h16 #define VMIN 4 macro
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h16 #define VMIN 4 macro
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h19 #define VMIN 5 macro
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/
H A Dminimal-raw-file.c105 tio.c_cc[VMIN] = 1; in callback_raw_test()
/third_party/musl/libc-test/src/api/
H A Dtermios.c25 C(VMIN) in f()
/third_party/rust/crates/libc/src/unix/solarish/
H A Dcompat.rs31 (*termios).c_cc[VMIN] = 1; in cfmakeraw()

Completed in 15 milliseconds

1234