/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | speed.c | 49 return ((termios_p->c_iflag & IBAUD0) in cfgetispeed() 87 termios_p->c_iflag |= IBAUD0; in libc_hidden_def() 90 termios_p->c_iflag &= ~IBAUD0; in libc_hidden_def()
|
D | tcsetattr.c | 64 k_termios.c_iflag = termios_p->c_iflag & ~IBAUD0; in __tcsetattr()
|
D | tcgetattr.c | 42 termios_p->c_iflag = k_termios.c_iflag; in __tcgetattr()
|
D | kernel_termios.h | 26 tcflag_t c_iflag; /* input mode flags */ member
|
D | Makefile | 99 bits/termios-c_iflag.h bits/termios-c_oflag.h \
|
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/ |
D | termios-struct.h | 26 tcflag_t c_iflag; /* input mode flags */ member
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/bits/ |
D | termios-struct.h | 26 tcflag_t c_iflag; /* input mode flags */ member
|
D | ioctl-types.h | 37 unsigned short int c_iflag; /* input mode flags */ member
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/ |
D | kernel_termios.h | 26 tcflag_t c_iflag; /* input mode flags */ member
|
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/ |
D | kernel_termios.h | 29 tcflag_t c_iflag; /* input mode flags */ member
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/ |
D | termios-struct.h | 27 tcflag_t c_iflag; /* input mode flags */ member
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/ |
D | kernel_termios.h | 30 tcflag_t c_iflag; /* input mode flags */ member
|
/glibc-2.36/sysdeps/unix/sysv/linux/bits/ |
D | termios-struct.h | 26 tcflag_t c_iflag; /* input mode flags */ member
|
D | ioctl-types.h | 38 unsigned short int c_iflag; /* input mode flags */ member
|
/glibc-2.36/termios/ |
D | cfmakeraw.c | 24 t->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in cfmakeraw()
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/ |
D | kernel_termios.h | 28 tcflag_t c_iflag; /* input mode flags */ member
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/bits/ |
D | ioctl-types.h | 38 unsigned short int c_iflag; /* input mode flags */ member
|
/glibc-2.36/bits/ |
D | termios.h | 114 tcflag_t c_iflag; member
|
/glibc-2.36/conform/data/ |
D | termios.h-data | 12 element {struct termios} tcflag_t c_iflag
|
/glibc-2.36/manual/ |
D | terminal.texi | 244 @item tcflag_t c_iflag 414 @code{c_iflag}, @code{c_oflag} and @code{c_cflag} members do, even 442 settings.c_iflag &= ~ISTRIP; 444 settings.c_iflag |= ISTRIP; 465 All of these flags are bits in the @code{c_iflag} member of the 468 try to specify the entire value for @code{c_iflag}---instead, change 1605 @var{termios-p}->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.9 | 1524 the IBAUD0 bit in c_iflag. 1527 the IBAUD0 bit in c_iflag. 1822 set in c_iflag if cfsetispeed is call with SPEED set to zero. 1827 the IBAUD0 bit in c_iflag when making the system call.
|
D | ChangeLog.19 | 8363 termios-c_iflag.h. 8364 * sysdeps/unix/sysv/linux/bits/termios-c_iflag.h: New file. 8365 * sysdeps/unix/sysv/linux/alpha/bits/termios-c_iflag.h: Likewise. 8366 * sysdeps/unix/sysv/linux/powerpc/bits/termios-c_iflag.h: Likewise. 8369 IUTF8): Move to termios-c_iflag.h.
|