Symbol: TCSAFLUSH
crypto/openssh/openbsd-compat/bsd-nextstep.c
67
case TCSAFLUSH:
crypto/openssh/openbsd-compat/readpassphrase.c
102
(void)tcsetattr(input, TCSAFLUSH|TCSASOFT, &term);
crypto/openssh/openbsd-compat/readpassphrase.c
155
while (tcsetattr(input, TCSAFLUSH|TCSASOFT, &oterm) == -1 &&
lib/libc/gen/readpassphrase.c
147
while (tcsetattr(input, TCSAFLUSH|TCSASOFT, &oterm) == -1 &&
lib/libc/gen/readpassphrase.c
97
(void)tcsetattr(input, TCSAFLUSH|TCSASOFT, &term);
lib/libc/gen/termios.c
69
case TCSAFLUSH:
lib/libutil/pty.c
77
tcsetattr(slave, TCSAFLUSH, termp);
lib/libvgl/keyboard.c
62
tcsetattr(0, TCSANOW | TCSAFLUSH, &term);
lib/libvgl/keyboard.c
83
tcsetattr(0, TCSANOW | TCSAFLUSH, &VGLKeyboardTty);
stand/userboot/test/test.c
504
tcsetattr(0, TCSAFLUSH, &oldterm);
stand/userboot/test/test.c
627
tcsetattr(0, TCSAFLUSH, &term);
tools/test/stress2/testcases/pty/pty.c
99
if (tcsetattr(slave, TCSAFLUSH, &tios) < 0)
usr.bin/fetch/fetch.c
405
tcsetattr(STDIN_FILENO, TCSAFLUSH|TCSASOFT, &tios);
usr.bin/resizewin/resizewin.c
102
if (tcsetattr(fd, TCSAFLUSH, &new) == -1)
usr.bin/script/script.c
256
(void)tcsetattr(STDIN_FILENO, TCSAFLUSH, &rtt);
usr.bin/script/script.c
454
(void)tcsetattr(STDIN_FILENO, TCSAFLUSH, &tt);
usr.bin/tip/libacu/courier.c
236
tcsetattr(FD, TCSAFLUSH, &cntrl);
usr.bin/tip/libacu/courier.c
73
tcsetattr(FD, TCSAFLUSH, &cntrl);
usr.bin/tip/libacu/df.c
104
tcsetattr(f, TCSAFLUSH, &cntrl);
usr.bin/tip/libacu/df.c
86
tcsetattr(f, TCSAFLUSH, &cntrl);
usr.bin/tip/libacu/t3000.c
251
tcsetattr(FD, TCSAFLUSH, &cntrl);
usr.bin/tip/libacu/v831.c
138
tcsetattr(FD, TCSAFLUSH, &cntrl);
usr.bin/tip/tip/cmds.c
159
tcsetattr(0, TCSAFLUSH, &defchars);
usr.bin/tip/tip/cmds.c
193
tcsetattr(0, TCSAFLUSH, &term);
usr.bin/tip/tip/cmds.c
305
tcsetattr(0, TCSAFLUSH, &defchars);
usr.bin/tip/tip/cmds.c
384
tcsetattr(0, TCSAFLUSH, &term);
usr.bin/tip/tip/cmds.c
480
tcsetattr(0, TCSAFLUSH, &defchars);
usr.bin/tip/tip/cmds.c
507
tcsetattr(0, TCSAFLUSH, &term);
usr.bin/tip/tip/cmds.c
533
tcsetattr(0, TCSAFLUSH, &defchars);
usr.bin/tip/tip/cmds.c
561
tcsetattr(0, TCSAFLUSH, &term);
usr.bin/tip/tip/hunt.c
92
tcsetattr(FD, TCSAFLUSH, &cntrl);
usr.bin/tip/tip/tip.c
561
return (tcsetattr(FD, TCSAFLUSH, &cntrl));
usr.sbin/bhyveload/bhyveload.c
553
tcsetattr(consout_fd, TCSAFLUSH, &oldterm);
usr.sbin/bhyveload/bhyveload.c
933
tcsetattr(consout_fd, TCSAFLUSH, &term);
usr.sbin/lpr/lpd/printjob.c
1972
if (tcsetattr(pfd, TCSAFLUSH, &ttybuf) == -1) {
usr.sbin/ppp/tty.c
502
if (!physical_IsSync(p) && tcsetattr(p->fd, TCSAFLUSH, &dev->ios) == -1)
usr.sbin/uhsoctl/uhsoctl.c
1158
tcsetattr(ctx->fd, TCSAFLUSH, &t);