HomeSort by relevance Sort by last modified time
    Searched refs:VTIME (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tty.py 27 mode[CC][VTIME] = 0
35 mode[CC][VTIME] = 0
  /external/python/cpython2/Lib/
tty.py 27 mode[CC][VTIME] = 0
35 mode[CC][VTIME] = 0
  /external/python/cpython3/Lib/
tty.py 27 mode[CC][VTIME] = 0
35 mode[CC][VTIME] = 0
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tty.py 27 mode[CC][VTIME] = 0
35 mode[CC][VTIME] = 0
  /prebuilts/gdb/linux-x86/lib/python2.7/
tty.py 27 mode[CC][VTIME] = 0
35 mode[CC][VTIME] = 0
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tty.py 27 mode[CC][VTIME] = 0
35 mode[CC][VTIME] = 0
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tty.py 27 mode[CC][VTIME] = 0
35 mode[CC][VTIME] = 0
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
NonCanonRead.c 52 tioTime = Termio->c_cc[VTIME];
  /external/syslinux/com32/libutil/
ansiraw.c 82 tio.c_cc[VTIME] = 1; /* Don't 100% busy-wait in Linux */
  /external/strace/
term.c 65 tprintf("c_cc[VMIN]=%d, c_cc[VTIME]=%d, ",
66 tios.c_cc[VMIN], tios.c_cc[VTIME]);
102 tprintf("c_cc[VMIN]=%d, c_cc[VTIME]=%d, ",
103 tio.c_cc[VMIN], tio.c_cc[VTIME]);
  /bionic/tests/
termios_test.cpp 97 EXPECT_EQ(0, t.c_cc[VTIME]);
  /external/libedit/src/
tty.h 400 # ifdef VTIME
401 # if NUMCC <= VTIME
402 # undef VTIME
403 # endif /* NUMCC <= VTIME */
404 # endif /* VTIME */
  /bionic/libc/include/bits/
termios_inlines.h 67 s->c_cc[VTIME] = 0;
  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 59 #define VTIME 5
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 59 #define VTIME 5
  /device/google/contexthub/util/stm32_flash/
uart.c 115 tio.c_cc[VTIME] = 5;
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 49 #define VTIME 5
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 62 #define VTIME 5 /* Time-out value (tenths of a second) [!ICANON]. */
  /external/toybox/toys/pending/
more.c 94 newf.c_cc[VTIME] = 0;
stty.c 82 { "discard", VDISCARD }, { "min", VMIN }, { "time", VTIME },
262 // The -2 is to ignore VMIN and VTIME, which are just unsigned integers.
298 t->c_cc[VTIME] = 0;
334 else if (!strcmp(arg, "time")) new.c_cc[VTIME] = get_arg(&i, 0, 255);
376 new.c_cc[VTIME] = 0;
424 if (chars[i].value == VMIN || chars[i].value == VTIME) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 48 #define VTIME 5
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 49 #define VTIME 5
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 49 #define VTIME 5
  /external/python/cpython2/Modules/
termios.c 63 with indices VMIN and VTIME, which are integers when these fields are\n\
108 v = PyInt_FromLong((long)mode.c_cc[VTIME]);
111 PyList_SetItem(cc, VTIME, v);
546 {"VTIME", VTIME},
  /external/python/cpython3/Modules/
termios.c 56 with indices VMIN and VTIME, which are integers when these fields are\n\
101 v = PyLong_FromLong((long)mode.c_cc[VTIME]);
104 PyList_SetItem(cc, VTIME, v);
576 {"VTIME", VTIME},

Completed in 217 milliseconds

1 2 3 4