/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | tcgetattr.c | 63 memset (__mempcpy (&termios_p->c_cc[0], &k_termios.c_cc[0], in __tcgetattr() 68 memcpy (&termios_p->c_cc[0], &k_termios.c_cc[0], in __tcgetattr() 72 termios_p->c_cc[cnt] = _POSIX_VDISABLE; in __tcgetattr()
|
D | tcsetattr.c | 75 memcpy (&k_termios.c_cc[0], &termios_p->c_cc[0], in __tcsetattr()
|
D | kernel_termios.h | 31 cc_t c_cc[__KERNEL_NCCS]; /* control characters */ member
|
D | Makefile | 98 bits/termios-struct.h bits/termios-c_cc.h \
|
/glibc-2.36/termios/ |
D | cfmakeraw.c | 29 t->c_cc[VMIN] = 1; /* read returns when one char is available. */ in cfmakeraw() 30 t->c_cc[VTIME] = 0; in cfmakeraw()
|
/glibc-2.36/manual/examples/ |
D | termios.c | 54 tattr.c_cc[VMIN] = 1; in set_input_mode() 55 tattr.c_cc[VTIME] = 0; in set_input_mode()
|
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/ |
D | termios-struct.h | 31 cc_t c_cc[NCCS]; /* control characters */ member
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/bits/ |
D | termios-struct.h | 31 cc_t c_cc[NCCS]; /* control characters */ member
|
D | ioctl-types.h | 43 unsigned char c_cc[32 /* NCCS */]; /* control characters */ member
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/ |
D | kernel_termios.h | 31 cc_t c_cc[__KERNEL_NCCS]; /* control characters */ member
|
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/ |
D | kernel_termios.h | 34 cc_t c_cc[__KERNEL_NCCS]; /* control characters */ member
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/ |
D | termios-struct.h | 31 cc_t c_cc[NCCS]; /* control characters */ member
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/ |
D | kernel_termios.h | 34 cc_t c_cc[__KERNEL_NCCS]; /* control characters */ member
|
/glibc-2.36/sysdeps/unix/sysv/linux/bits/ |
D | termios-struct.h | 31 cc_t c_cc[NCCS]; /* control characters */ member
|
D | ioctl-types.h | 43 unsigned char c_cc[NCC]; /* control characters */ member
|
/glibc-2.36/sysdeps/unix/bsd/ |
D | tcflow.c | 45 c = attr.c_cc[action == TCIOFF ? VSTOP : VSTART]; in tcflow()
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/ |
D | kernel_termios.h | 32 cc_t c_cc[__KERNEL_NCCS]; /* control characters */ member
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/bits/ |
D | ioctl-types.h | 43 unsigned char c_cc[NCC]; /* control characters */ member
|
/glibc-2.36/manual/ |
D | terminal.texi | 256 @item cc_t c_cc[NCCS] 284 The value of this macro is the number of elements in the @code{c_cc} 1153 The particular characters used are specified in the @code{c_cc} member 1158 character, so storing @code{'='} in @code{@var{termios}.c_cc[VINTR]} 1189 character array. @code{@var{termios}.c_cc[VEOF]} holds the character 1205 character array. @code{@var{termios}.c_cc[VEOL]} holds the character 1224 character array. @code{@var{termios}.c_cc[VEOL2]} holds the character 1240 character array. @code{@var{termios}.c_cc[VERASE]} holds the 1258 character array. @code{@var{termios}.c_cc[VWERASE]} holds the character 1284 character array. @code{@var{termios}.c_cc[VKILL]} holds the character [all …]
|
/glibc-2.36/bits/ |
D | termios.h | 284 cc_t c_cc[NCCS]; member
|
/glibc-2.36/conform/data/ |
D | termios.h-data | 16 element {struct termios} cc_t c_cc [NCCS]
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.1 | 1567 elts of c_cc.
|
D | ChangeLog.8 | 4386 c_cc indexes. 4390 * sysdeps/unix/sysv/linux/tcsetattr.c: Use memcpy to copy the c_cc 4393 of c_cc array.
|
D | ChangeLog.19 | 8377 * sysdeps/unix/sysv/linux/bits/termios-c_cc.h: Likewise. 8378 * sysdeps/unix/sysv/linux/alpha/bits/termios-c_cc.h: New file. 8379 * sysdeps/unix/sysv/linux/mips/bits/termios-c_cc.h: Likewise. 8380 * sysdeps/unix/sysv/linux/powerpc/bits/termios-c_cc.h: Likewise. 8381 * sysdeps/unix/sysv/linux/sparc/bits/termios-c_cc.h: Likewise. 11668 * conform/data/termios.h-data (c_cc): Add space after element
|
/glibc-2.36/posix/ |
D | tst-regex.input | 4386 c_cc indexes. 4390 * sysdeps/unix/sysv/linux/tcsetattr.c: Use memcpy to copy the c_cc 4393 of c_cc array.
|