Home
last modified time | relevance | path

Searched refs:CS6 (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/bits/
Dtermios.h188 #define CSIZE (CS5|CS6|CS7|CS8) /* Number of bits per byte (mask). */
190 #define CS6 (1 << 8) /* 6 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.h25 #define CS6 00000400 macro
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/
Dtermios-c_cflag.h25 #define CS6 00000400 macro
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dtermios-c_cflag.h26 #define CS6 0000020 macro
/glibc-2.36/conform/data/
Dtermios.h-data104 constant CS6
/glibc-2.36/manual/
Dterminal.texi733 @deftypevr Macro tcflag_t CS6
/glibc-2.36/ChangeLog.old/
DChangeLog.198319 * sysdeps/unix/sysv/linux/bits/termios.h (CSIZE, CS5, CS6, CS7, CS8,