HomeSort by relevance Sort by last modified time
    Searched refs:cc_t (Results 1 - 17 of 17) sorted by null

  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 22 typedef unsigned char cc_t; typedef
31 cc_t c_line;
32 cc_t c_cc[NCCS];
39 cc_t c_line;
40 cc_t c_cc[NCCS];
49 cc_t c_line;
50 cc_t c_cc[NCCS];
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 22 typedef unsigned char cc_t; typedef
31 cc_t c_line;
32 cc_t c_cc[NCCS];
39 cc_t c_line;
40 cc_t c_cc[NCCS];
49 cc_t c_line;
50 cc_t c_cc[NCCS];
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 7 typedef unsigned char cc_t; typedef
17 cc_t c_line; /* line discipline */
18 cc_t c_cc[NCCS]; /* control characters */
26 cc_t c_line; /* line discipline */
27 cc_t c_cc[NCCS]; /* control characters */
37 cc_t c_line; /* line discipline */
38 cc_t c_cc[NCCS]; /* control characters */
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 16 typedef unsigned char cc_t; typedef
30 cc_t c_line; /* line discipline */
31 cc_t c_cc[NCCS]; /* control characters */
39 cc_t c_line; /* line discipline */
40 cc_t c_cc[NCCS]; /* control characters */
50 cc_t c_line; /* line discipline */
51 cc_t c_cc[NCCS]; /* control characters */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 6 typedef unsigned char cc_t; typedef
16 cc_t c_line; /* line discipline */
17 cc_t c_cc[NCCS]; /* control characters */
25 cc_t c_line; /* line discipline */
26 cc_t c_cc[NCCS]; /* control characters */
36 cc_t c_line; /* line discipline */
37 cc_t c_cc[NCCS]; /* control characters */
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
NonCanonRead.c 41 cc_t tioMin;
42 cc_t tioTime;
IIO.c 379 cc_t *TempBuf;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 24 typedef unsigned char cc_t; typedef
35 cc_t c_line; /* line discipline */
36 cc_t c_cc[NCCS]; /* control characters */
220 _IOT (_IOTS (cflag_t), 4, _IOTS (cc_t), NCCS, _IOTS (speed_t), 2)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 24 typedef unsigned char cc_t; typedef
35 cc_t c_line; /* line discipline */
36 cc_t c_cc[NCCS]; /* control characters */
220 _IOT (_IOTS (cflag_t), 4, _IOTS (cc_t), NCCS, _IOTS (speed_t), 2)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ttydefaults.h 94 cc_t ttydefchars[NCCS] = {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ttydefaults.h 94 cc_t ttydefchars[NCCS] = {
  /bionic/tests/headers/posix/
termios_h.c 34 TYPE(cc_t);
43 STRUCT_MEMBER_ARRAY(struct termios, cc_t/*[]*/, c_cc);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 155 typedef INT8 cc_t; typedef
166 cc_t c_cc[NCCS]; /* control chars */
  /external/python/cpython2/Modules/
termios.c 187 mode.c_cc[i] = (cc_t) * PyString_AsString(v);
189 mode.c_cc[i] = (cc_t) PyInt_AsLong(v);
  /external/python/cpython3/Modules/
termios.c 180 mode.c_cc[i] = (cc_t) * PyBytes_AsString(v);
182 mode.c_cc[i] = (cc_t) PyLong_AsLong(v);
  /external/toybox/toys/pending/
stty.c 266 cc_t ch;
419 cc_t ch = old.c_cc[chars[i].value];
  /external/libedit/src/
tty.c 1304 tios->c_cc[c] = (cc_t)v;
    [all...]

Completed in 62 milliseconds