Home
last modified time | relevance | path

Searched refs:CS7 (Results 1 – 9 of 9) sorted by relevance

/glibc-2.36/bits/
Dtermios.h188 #define CSIZE (CS5|CS6|CS7|CS8) /* Number of bits per byte (mask). */
191 #define CS7 (1 << 9) /* 7 bits per byte. */ macro
192 #define CS8 (CS6|CS7) /* 8 bits per byte. */
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/bits/
Dtermios-c_cflag.h26 #define CS7 00001000 macro
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/
Dtermios-c_cflag.h26 #define CS7 00001000 macro
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dtermios-c_cflag.h27 #define CS7 0000040 macro
/glibc-2.36/sysdeps/generic/sys/
Dttydefaults.h49 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
/glibc-2.36/sysdeps/unix/sysv/linux/sys/
Dttydefaults.h49 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
/glibc-2.36/conform/data/
Dtermios.h-data105 constant CS7
/glibc-2.36/manual/
Dterminal.texi738 @deftypevr Macro tcflag_t CS7
/glibc-2.36/ChangeLog.old/
DChangeLog.198319 * sysdeps/unix/sysv/linux/bits/termios.h (CSIZE, CS5, CS6, CS7, CS8,