| /NextBSD/contrib/ncurses/include/ |
| HD | nc_termios.h | 54 #ifndef tcsetattr 55 #define tcsetattr(fd, cmd, arg) ioctl(fd, cmd, arg) macro 149 #ifndef tcsetattr 150 #define tcsetattr(fd, cmd, arg) _nc_mingw_ioctl(fd, cmd, arg) macro
|
| /NextBSD/usr.bin/lock/ |
| HD | lock.c | 152 (void)tcsetattr(0, TCSADRAIN|TCSASOFT, &ntty); in main() 168 (void)tcsetattr(0, TCSADRAIN|TCSASOFT, &tty); in main() 193 (void)tcsetattr(0, TCSADRAIN|TCSASOFT, &tty); in main() 276 (void)tcsetattr(0, TCSADRAIN|TCSASOFT, &tty); in quit() 286 (void)tcsetattr(0, TCSADRAIN|TCSASOFT, &tty); in bye()
|
| /NextBSD/usr.bin/tip/tip/ |
| HD | cmds.c | 167 tcsetattr(0, TCSAFLUSH, &defchars); in transfer() 201 tcsetattr(0, TCSAFLUSH, &term); in transfer() 313 tcsetattr(0, TCSAFLUSH, &defchars); in transmit() 392 tcsetattr(0, TCSAFLUSH, &term); in transmit() 488 tcsetattr(0, TCSAFLUSH, &defchars); in pipeout() 515 tcsetattr(0, TCSAFLUSH, &term); in pipeout() 541 tcsetattr(0, TCSAFLUSH, &defchars); in consh() 569 tcsetattr(0, TCSAFLUSH, &term); in consh() 863 tcsetattr(FD, TCSADRAIN, &rmtty); in tandem() 864 tcsetattr(0, TCSADRAIN, &term); in tandem() [all …]
|
| /NextBSD/lib/libc/gen/ |
| HD | Makefile.inc | 278 tcsetattr.3 \ 489 MLINKS+=tcsetattr.3 cfgetispeed.3 \ 490 tcsetattr.3 cfgetospeed.3 \ 491 tcsetattr.3 cfmakeraw.3 \ 492 tcsetattr.3 cfmakesane.3 \ 493 tcsetattr.3 cfsetispeed.3 \ 494 tcsetattr.3 cfsetospeed.3 \ 495 tcsetattr.3 cfsetspeed.3 \ 496 tcsetattr.3 tcgetattr.3
|
| HD | readpassphrase.c | 92 (void)tcsetattr(input, TCSAFLUSH|TCSASOFT, &term); in readpassphrase() 142 while (tcsetattr(input, TCSAFLUSH|TCSASOFT, &oterm) == -1 && in readpassphrase()
|
| /NextBSD/usr.bin/tip/libacu/ |
| HD | df.c | 76 tcsetattr(f, TCSANOW, &cntrl); in df_dialer() 94 tcsetattr(f, TCSAFLUSH, &cntrl); in df_dialer() 112 tcsetattr(f, TCSAFLUSH, &cntrl); in df_dialer()
|
| /NextBSD/usr.bin/mail/ |
| HD | tty.c | 112 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf); in grabh() 120 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf); in grabh() 127 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf); in grabh() 135 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf); in grabh() 148 tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf); in grabh()
|
| /NextBSD/libexec/getty/ |
| HD | main.c | 248 (void)tcsetattr(STDIN_FILENO, TCSANOW, &tmode); in main() 266 (void)tcsetattr(STDIN_FILENO, TCSANOW, &tmode); in main() 272 (void)tcsetattr(STDIN_FILENO, TCSANOW, &tmode); in main() 332 (void)tcsetattr(STDIN_FILENO, TCSANOW, &tmode); in main() 396 if (tcsetattr(STDIN_FILENO, TCSANOW, &tmode) < 0) { in main() 502 if (tcsetattr(STDIN_FILENO, TCSANOW, &tmode) < 0) { in setttymode() 533 if (tcsetattr(STDIN_FILENO, TCSANOW, &tmode) < 0) { in getname()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | Terminal.cpp | 60 return ::tcsetattr (m_fd, TCSANOW, &fd_termios) == 0; in SetEcho() 97 return ::tcsetattr (m_fd, TCSANOW, &fd_termios) == 0; in SetCanonical() 192 tcsetattr (fd, TCSANOW, m_termios_ap.get()); in Restore()
|
| /NextBSD/lib/libvgl/ |
| HD | keyboard.c | 62 tcsetattr(0, TCSANOW | TCSAFLUSH, &term); in VGLKeyboardInit() 83 tcsetattr(0, TCSANOW | TCSAFLUSH, &VGLKeyboardTty); in VGLKeyboardEnd()
|
| /NextBSD/crypto/openssh/ |
| HD | sshtty.c | 61 if (tcsetattr(fileno(stdin), TCSADRAIN, &_saved_tio) == -1) { in leave_raw_mode() 91 if (tcsetattr(fileno(stdin), TCSADRAIN, &tio) == -1) { in enter_raw_mode()
|
| /NextBSD/contrib/ntp/include/ |
| HD | ntp_tty.h | 37 #ifndef tcsetattr 38 #define tcsetattr(fd, cmd, arg) ioctl(fd, cmd, arg) macro
|
| /NextBSD/usr.sbin/bhyve/ |
| HD | consport.c | 52 tcsetattr(STDIN_FILENO, TCSANOW, &tio_orig); in ttyclose() 61 tcsetattr(STDIN_FILENO, TCSANOW, &tio_new); in ttyopen()
|
| /NextBSD/contrib/libreadline/examples/ |
| HD | rlptytest.c | 253 if(tcsetattr(fd, TCSAFLUSH, &buf) < 0) in tty_cbreak() 281 if(tcsetattr(fd, TCSAFLUSH, &buf) < 0) in tty_off_xon_xoff() 299 if(tcsetattr(fd, TCSAFLUSH, &save_termios) < 0) in tty_reset()
|
| HD | excallback.c | 115 if( tcsetattr(STDIN_FILENO, TCSANOW, &term) < 0 ) { in main() 147 if( tcsetattr(STDIN_FILENO, TCSANOW, &term) < 0 ) { in process_line()
|
| /NextBSD/crypto/heimdal/appl/login/ |
| HD | read_string.c | 86 tcsetattr(fileno(tty), TCSANOW, &t_new); in read_string() 109 tcsetattr(fileno(tty), TCSANOW, &t_old); in read_string()
|
| /NextBSD/contrib/ntp/lib/isc/unix/ |
| HD | keyboard.c | 67 if (tcsetattr(fd, TCSAFLUSH, ¤t_mode) < 0) { in isc_keyboard_open() 89 (void)tcsetattr(keyboard->fd, TCSAFLUSH, &keyboard->saved_mode); in isc_keyboard_close()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Interpreter/ |
| HD | embedded_interpreter.py | 81 termios.tcsetattr(fd, termios.TCSADRAIN, new) 85 termios.tcsetattr(fd, termios.TCSADRAIN, old)
|
| /NextBSD/contrib/top/ |
| HD | screen.c | 308 (void) tcsetattr(STDOUT, TCSADRAIN, &new_settings); in init_screen() 354 (void) tcsetattr(STDOUT, TCSADRAIN, &old_settings); in end_screen() 375 (void) tcsetattr(STDOUT, TCSADRAIN, &new_settings); in reinit_screen()
|
| /NextBSD/contrib/nvi/cl/ |
| HD | cl_read.c | 212 (void)tcsetattr(STDIN_FILENO, in cl_read() 215 (void)tcsetattr(STDIN_FILENO, in cl_read() 303 (void)tcsetattr(STDIN_FILENO, TCSASOFT | TCSADRAIN, &term1); in cl_read()
|
| /NextBSD/usr.bin/morse/ |
| HD | morse.c | 381 tcsetattr(line, TCSANOW, &ntty); in main() 443 tcsetattr(line, TCSANOW, &otty); in main() 585 tcsetattr(line, TCSANOW, &otty); in sighandler()
|
| /NextBSD/contrib/apr/passwd/ |
| HD | apr_getpass.c | 189 if (tcsetattr(STDIN_FILENO, TCSAFLUSH, &attr) != 0) in get_password() 209 tcsetattr(STDIN_FILENO, TCSANOW, &attr); in get_password()
|
| /NextBSD/usr.bin/rlogin/ |
| HD | rlogin.c | 554 (void)tcsetattr(0, TCSANOW, &tty); in oob() 559 (void)tcsetattr(0, TCSANOW, &tty); in oob() 646 (void)tcsetattr(0, TCSANOW, &deftty); in mode() 662 (void)tcsetattr(0, TCSANOW, &tty); in mode()
|
| /NextBSD/usr.sbin/ppp/ |
| HD | prompt.c | 442 tcsetattr(fd, TCSANOW, &newtio); in prompt_TtyInit() 460 tcsetattr(p->fd_in, TCSADRAIN, &newtio); in prompt_TtyCommandMode() 480 tcsetattr(p->fd_in, TCSADRAIN, &p->comtio); in prompt_TtyTermMode() 502 tcsetattr(p->fd_in, TCSADRAIN, &p->oldtio); in prompt_TtyOldMode()
|
| /NextBSD/contrib/opie/libopie/ |
| HD | readpass.c | 204 if (tcsetattr(0, TCSAFLUSH, &attr)) 293 if (tcsetattr(0, TCSAFLUSH, &orig_attr))
|