Home
last modified time | relevance | path

Searched refs:TCSAFLUSH (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/lib/libvgl/
H A Dkeyboard.c62 tcsetattr(0, TCSANOW | TCSAFLUSH, &term); in VGLKeyboardInit()
83 tcsetattr(0, TCSANOW | TCSAFLUSH, &VGLKeyboardTty); in VGLKeyboardEnd()
/freebsd/usr.bin/tip/tip/
H A Dcmds.c159 tcsetattr(0, TCSAFLUSH, &defchars); in transfer()
193 tcsetattr(0, TCSAFLUSH, &term); in transfer()
305 tcsetattr(0, TCSAFLUSH, &defchars); in transmit()
384 tcsetattr(0, TCSAFLUSH, &term); in transmit()
480 tcsetattr(0, TCSAFLUSH, &defchars); in pipeout()
507 tcsetattr(0, TCSAFLUSH, &term); in pipeout()
533 tcsetattr(0, TCSAFLUSH, &defchars); in consh()
561 tcsetattr(0, TCSAFLUSH, &term); in consh()
H A Dhunt.c92 tcsetattr(FD, TCSAFLUSH, &cntrl); in hunt()
H A Dtip.c561 return (tcsetattr(FD, TCSAFLUSH, &cntrl)); in ttysetup()
/freebsd/usr.bin/tip/libacu/
H A Ddf.c86 tcsetattr(f, TCSAFLUSH, &cntrl); in df_dialer()
104 tcsetattr(f, TCSAFLUSH, &cntrl); in df_dialer()
H A Dcourier.c73 tcsetattr(FD, TCSAFLUSH, &cntrl); in cour_dialer()
236 tcsetattr(FD, TCSAFLUSH, &cntrl); in cour_connect()
H A Dv831.c138 tcsetattr(FD, TCSAFLUSH, &cntrl); in v831_disconnect()
H A Dt3000.c251 tcsetattr(FD, TCSAFLUSH, &cntrl); in t3000_connect()
/freebsd/contrib/ncurses/include/
H A Dnc_termios.h54 #ifndef TCSAFLUSH
55 #define TCSAFLUSH TCSETAF macro
/freebsd/lib/libc/gen/
H A Dreadpassphrase.c97 (void)tcsetattr(input, TCSAFLUSH|TCSASOFT, &term); in readpassphrase()
147 while (tcsetattr(input, TCSAFLUSH|TCSASOFT, &oterm) == -1 && in readpassphrase()
H A Dtermios.c69 case TCSAFLUSH: in tcsetattr()
/freebsd/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.c102 (void)tcsetattr(input, TCSAFLUSH|TCSASOFT, &term); in readpassphrase()
155 while (tcsetattr(input, TCSAFLUSH|TCSASOFT, &oterm) == -1 && in readpassphrase()
H A Dbsd-nextstep.c67 case TCSAFLUSH: in tcsetattr()
/freebsd/contrib/libfido2/openbsd-compat/
H A Dreadpassphrase.c106 (void)tcsetattr(input, TCSAFLUSH|TCSASOFT, &term); in readpassphrase()
159 while (tcsetattr(input, TCSAFLUSH|TCSASOFT, &oterm) == -1 && in readpassphrase()
/freebsd/include/
H A Dtermios.h61 #define TCSAFLUSH 2 /* drain output, flush input */ macro
/freebsd/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c140 # define _T_FLUSH (TCSAFLUSH|TCSASOFT)
142 # define _T_FLUSH (TCSAFLUSH)
/freebsd/lib/libutil/
H A Dpty.c77 tcsetattr(slave, TCSAFLUSH, termp); in openpty()
/freebsd/tools/test/stress2/testcases/pty/
H A Dpty.c99 if (tcsetattr(slave, TCSAFLUSH, &tios) < 0) in test()
/freebsd/usr.bin/resizewin/
H A Dresizewin.c100 if (tcsetattr(fd, TCSAFLUSH, &new) == -1) in main()
/freebsd/stand/userboot/test/
H A Dtest.c504 tcsetattr(0, TCSAFLUSH, &oldterm); in main()
627 tcsetattr(0, TCSAFLUSH, &term);
/freebsd/usr.bin/script/
H A Dscript.c256 (void)tcsetattr(STDIN_FILENO, TCSAFLUSH, &rtt); in main()
454 (void)tcsetattr(STDIN_FILENO, TCSAFLUSH, &tt); in done()
/freebsd/usr.sbin/bhyveload/
H A Dbhyveload.c555 tcsetattr(consout_fd, TCSAFLUSH, &oldterm); in cb_exit()
933 tcsetattr(consout_fd, TCSAFLUSH, &term); in main()
/freebsd/contrib/openpam/lib/libpam/
H A Dopenpam_ttyconv.c104 if (tcsetattr(ifd, TCSAFLUSH, &tcattr) != 0) { in prompt_tty()
/freebsd/contrib/libedit/
H A Del.c143 tty_end(el, TCSAFLUSH); in el_end()
/freebsd/contrib/bc/src/
H A Dhistory.c877 err = tcsetattr(STDIN_FILENO, TCSAFLUSH, &raw); in bc_history_enableRaw()
903 if (BC_ERR(tcsetattr(STDIN_FILENO, TCSAFLUSH, &h->orig_termios) != -1)) in bc_history_disableRaw()

12