Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/bits/
Dtermios-c_cflag.h23 #define CSIZE 00001400 macro
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/
Dtermios-c_cflag.h23 #define CSIZE 00001400 macro
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dtermios-c_cflag.h24 #define CSIZE 0000060 macro
/glibc-2.36/termios/
Dcfmakeraw.c27 t->c_cflag &= ~(CSIZE|PARENB); in cfmakeraw()
/glibc-2.36/bits/
Dtermios.h188 #define CSIZE (CS5|CS6|CS7|CS8) /* Number of bits per byte (mask). */ macro
/glibc-2.36/conform/data/
Dtermios.h-data102 constant CSIZE
/glibc-2.36/manual/
Dterminal.texi720 character. You can use the @code{CSIZE} macro as a mask to extract the
721 value, like this: @code{settings.c_cflag & CSIZE}.
723 @deftypevr Macro tcflag_t CSIZE
1609 @var{termios-p}->c_cflag &= ~(CSIZE|PARENB);
/glibc-2.36/ChangeLog.old/
DChangeLog.91829 PARENB/CREAD/CSIZE bits in c_cflag on pty.
DChangeLog.198319 * sysdeps/unix/sysv/linux/bits/termios.h (CSIZE, CS5, CS6, CS7, CS8,