Searched refs:TCSAFLUSH (Results 1 – 14 of 14) sorted by relevance
/glibc-2.36/manual/examples/ |
D | mygetpass.c | 32 if (tcsetattr (fileno (stream), TCSAFLUSH, &new) != 0) in my_getpass() 39 (void) tcsetattr (fileno (stream), TCSAFLUSH, &old); in my_getpass()
|
D | termios.c | 56 tcsetattr (STDIN_FILENO, TCSAFLUSH, &tattr); in set_input_mode()
|
/glibc-2.36/misc/ |
D | getpass.c | 86 tty_changed = (tcsetattr (fileno (in), TCSAFLUSH|TCSASOFT, &t) == 0); in getpass() 113 (void) tcsetattr (fileno (in), TCSAFLUSH|TCSASOFT, &s); in getpass()
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/bits/ |
D | termios-tcflow.h | 26 #define TCSAFLUSH 0x5410 /* Same as TCSETSF; flush pending input before changing. */ macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/bits/ |
D | termios-tcflow.h | 26 #define TCSAFLUSH 2 macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/ |
D | internal-ioctl.h | 41 *r = __tcsetattr (fd, TCSAFLUSH, (struct termios *) arg); in __ioctl_arch()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | tcsetattr.c | 57 case TCSAFLUSH: in __tcsetattr()
|
/glibc-2.36/termios/ |
D | tcsetattr.c | 42 case TCSAFLUSH: in tcsetattr()
|
/glibc-2.36/support/ |
D | support_openpty.c | 88 if (tcsetattr (inner, TCSAFLUSH, termp)) in support_openpty()
|
/glibc-2.36/login/ |
D | openpty.c | 127 tcsetattr (terminal, TCSAFLUSH, termp); in __openpty()
|
/glibc-2.36/bits/ |
D | termios.h | 335 #define TCSAFLUSH 2 /* Flush pending input before changing. */ macro
|
/glibc-2.36/conform/data/ |
D | termios.h-data | 129 constant TCSAFLUSH
|
/glibc-2.36/manual/ |
D | terminal.texi | 337 @item TCSAFLUSH
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.19 | 8292 TCSAFLUSH): Move to termios-tcflow.h.
|