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

  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 25 #define NCCS 19
32 cc_t c_cc[NCCS];
40 cc_t c_cc[NCCS];
50 cc_t c_cc[NCCS];
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 25 #define NCCS 23
32 cc_t c_cc[NCCS];
40 cc_t c_cc[NCCS];
50 cc_t c_cc[NCCS];
termios.h 60 unsigned char c_cc[NCCS];
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 11 #define NCCS 19
18 cc_t c_cc[NCCS]; /* control characters */
27 cc_t c_cc[NCCS]; /* control characters */
38 cc_t c_cc[NCCS]; /* control characters */
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 21 * The ABI says nothing about NCC but seems to use NCCS as
24 #define NCCS 23
31 cc_t c_cc[NCCS]; /* control characters */
40 cc_t c_cc[NCCS]; /* control characters */
51 cc_t c_cc[NCCS]; /* control characters */
termios.h 60 unsigned char c_cc[NCCS]; /* control characters */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 10 #define NCCS 19
17 cc_t c_cc[NCCS]; /* control characters */
26 cc_t c_cc[NCCS]; /* control characters */
37 cc_t c_cc[NCCS]; /* control characters */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 28 #define NCCS 32
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 28 #define NCCS 32
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] = {
  /external/python/cpython2/Modules/
termios.c 89 cc = PyList_New(NCCS);
92 for (i = 0; i < NCCS; i++) {
176 if (!PyList_Check(cc) || PyList_Size(cc) != NCCS) {
179 NCCS);
183 for (i = 0; i < NCCS; i++) {
680 #ifdef NCCS
681 {"NCCS", NCCS},
  /external/python/cpython3/Modules/
termios.c 82 cc = PyList_New(NCCS);
85 for (i = 0; i < NCCS; i++) {
169 if (!PyList_Check(cc) || PyList_Size(cc) != NCCS) {
172 NCCS);
176 for (i = 0; i < NCCS; i++) {
710 #ifdef NCCS
711 {"NCCS", NCCS},
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 73 /* NCCS must always be the last member of this enum. */
74 NCCS /* Number of control characters in c_cc[] */
166 cc_t c_cc[NCCS]; /* control chars */
  /external/libedit/src/
tty.h 272 # if defined(POSIX) && defined(NCCS)
273 # define NUMCC NCCS
278 # endif /* POSIX && NCCS */
  /bionic/tests/headers/posix/
termios_h.c 45 MACRO(NCCS);
  /external/strace/
term.c 68 print_quoted_string((char *) tios.c_cc, NCCS, QUOTE_FORCE_HEX);
  /external/toybox/toys/pending/
stty.c 292 memset(t->c_cc, 0, NCCS);
353 for (j=0;j<NCCS;j++) {
406 for (i=0;i<NCCS;i++) xprintf("%x%c", old.c_cc[i], i==NCCS-1?'\n':':');
  /external/valgrind/include/vki/
vki-mips32-linux.h 498 #define NCCS 23
505 unsigned char c_cc[NCCS]; /* control characters */
523 vki_cc_t c_cc[NCCS]; /* control characters */
    [all...]
vki-mips64-linux.h 505 #define NCCS 23
512 unsigned char c_cc[NCCS]; /* control characters */
529 vki_cc_t c_cc[NCCS]; /* control characters */
    [all...]
vki-ppc32-linux.h 508 #define NCCS 19
514 vki_cc_t c_cc[NCCS]; /* control characters */
    [all...]
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 42 NCCS = (NCC+NCC_PAD+NCC_EXT)
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 42 NCCS = (NCC+NCC_PAD+NCC_EXT)
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
IIO.c 404 for(i=1; i < NCCS; ++i) {

Completed in 155 milliseconds