| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | termbits.h | 7 typedef unsigned char cc_t; typedef 32 cc_t c_line; /* line discipline */ 34 cc_t c_cc[NCCS]; /* control characters */ 36 cc_t c_cc[NCCS+2]; /* kernel needs 2 more to hold vmin/vtime */ 37 #define SIZEOF_USER_TERMIOS sizeof (struct termios) - (2*sizeof (cc_t)) 46 cc_t c_line; /* line discipline */ 47 cc_t c_cc[NCCS+2]; /* control characters */ 57 cc_t c_line; /* line discipline */ 58 cc_t c_cc[NCCS+2]; /* control characters */
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | 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 */
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | 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 */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | 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 */
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/ |
| H A D | termbits.h | 16 typedef unsigned char cc_t; typedef 26 cc_t c_line; /* line discipline */ 27 cc_t c_cc[NCCS]; /* control characters */ 35 cc_t c_line; /* line discipline */ 36 cc_t c_cc[NCCS]; /* control characters */ 46 cc_t c_line; /* line discipline */ 47 cc_t c_cc[NCCS]; /* control characters */
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/ |
| H A D | termbits.h | 20 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 */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | 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 */
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | 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 */
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | termbits.h | 7 typedef unsigned char cc_t; typedef 23 cc_t c_cc[NCCS]; /* control characters */ 24 cc_t c_line; /* line discipline (== c_cc[19]) */ 36 cc_t c_cc[NCCS]; /* control characters */ 37 cc_t c_line; /* line discipline (== c_cc[19]) */ 49 cc_t c_cc[NCCS]; /* control characters */ 50 cc_t c_line; /* line discipline (== c_cc[19]) */
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/ |
| H A D | termbits.h | 12 typedef unsigned char cc_t; typedef 28 cc_t c_cc[NCCS]; /* control characters */ 29 cc_t c_line; /* line discipline (== c_cc[19]) */ 41 cc_t c_cc[NCCS]; /* control characters */ 42 cc_t c_line; /* line discipline (== c_cc[19]) */
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/inetutils/inetutils/ |
| H A D | CVE-2022-39028.patch | 31 - cc_t ch; 32 + cc_t ch = (cc_t) (_POSIX_VDISABLE); 49 if (ch != (cc_t) (_POSIX_VDISABLE))
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | termios-struct.h | 30 cc_t c_line; /* line discipline */ 31 cc_t c_cc[NCCS]; /* control characters */
|
| H A D | termios.h | 23 typedef unsigned char cc_t; typedef
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | termios-struct.h | 30 cc_t c_line; /* line discipline */ 31 cc_t c_cc[NCCS]; /* control characters */
|
| H A D | termios.h | 23 typedef unsigned char cc_t; typedef
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/picocom/picocom/ |
| H A D | 0001-Fix-building-with-musl.patch | 48 memcpy(&t2.c_cc[0], &tios->c_cc[0], K_NCCS * sizeof (cc_t)); 62 memcpy(&tios->c_cc[0], &t2.c_cc[0], K_NCCS * sizeof (cc_t));
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/ |
| H A D | ttydefaults.h | 94 cc_t ttydefchars[NCCS] = {
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/ |
| H A D | ttydefaults.h | 94 cc_t ttydefchars[NCCS] = {
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-telnet/files/ |
| H A D | To-aviod-buffer-overflow-in-telnet.patch | 480 typedef unsigned char cc_t; 489 @@ -60,7 +58,8 @@ typedef unsigned char cc_t; 499 @@ -225,6 +224,8 @@ cc_t *tcval(int);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-8 | 2246 ‘cc_t c_cc[NCCS]’ 2263 -- Data Type: cc_t
|
| H A D | libc.info-16 | 2122 * cc_t: Mode Data Types. (line 48)
|
| H A D | libc.info-13 | 11945 ‘cc_t’
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-8 | 2246 ‘cc_t c_cc[NCCS]’ 2263 -- Data Type: cc_t
|
| H A D | libc.info-16 | 2122 * cc_t: Mode Data Types. (line 48)
|
| H A D | libc.info-13 | 11945 ‘cc_t’
|