/external/openssh/ |
D | 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()
|
D | ttymodes.c | 488 if (tcsetattr(fd, TCSANOW, &tio) == -1) in tty_parse_modes()
|
/external/dropbear/ |
D | netbsd_getpass.c | 96 (void)tcsetattr(fileno(fp), TCSAFLUSH /*|TCSASOFT*/, &term); 108 (void)tcsetattr(fileno(fp), TCSAFLUSH/*|TCSASOFT*/, &term);
|
D | cli-chansession.c | 138 if (tcsetattr(STDIN_FILENO, TCSADRAIN, &tio) == -1) { in cli_tty_setup() 155 if (tcsetattr(STDIN_FILENO, TCSADRAIN, &cli_ses.saved_tio) == -1) { in cli_tty_cleanup()
|
D | sshpty.c | 228 if (tcsetattr(*ptyfd, TCSANOW, &tio) < 0) { in pty_allocate()
|
/external/openssh/openbsd-compat/ |
D | readpassphrase.c | 117 (void)tcsetattr(input, _T_FLUSH, &term); in readpassphrase() 152 while (tcsetattr(input, _T_FLUSH, &oterm) == -1 && in readpassphrase()
|
D | bsd-nextstep.h | 52 int tcsetattr(int, int, const struct termios *);
|
D | bsd-nextstep.c | 53 tcsetattr(int fd, int opt, const struct termios *t) in tcsetattr() function
|
D | bsd-openpty.c | 212 tcsetattr(*amaster, TCSANOW, &tio); in openpty()
|
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/ |
D | SDL_wsconsevents.c | 64 if (tcsetattr(private->fd, TCSANOW, &tty) < 0) { in WSCONS_InitKeyboard() 84 if (tcsetattr(private->fd, TCSANOW, &private->saved_tty) < 0) { in WSCONS_ReleaseKeyboard()
|
/external/libppp/src/ |
D | 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()
|
D | tty.c | 459 if (tcsetattr(p->fd, TCSANOW, &ios) == -1) in tty_Raw() 485 if (cfsetspeed(&tio, B0) == -1 || tcsetattr(p->fd, TCSANOW, &tio) == -1) in tty_Offline() 502 if (!physical_IsSync(p) && tcsetattr(p->fd, TCSAFLUSH, &dev->ios) == -1) in tty_Cooked() 741 if (tcsetattr(p->fd, TCSADRAIN, &ios) == -1) { in tty_Create()
|
/external/e2fsprogs/ext2ed/ |
D | win.c | 67 tcsetattr(0,TCSANOW,&termioCurrent); in init_windows() 159 tcsetattr(0,TCSANOW,&termioInit); in close_windows()
|
/external/e2fsprogs/e2fsck/ |
D | util.c | 149 tcsetattr (0, TCSANOW, &tmp); in ask_yn() 165 tcsetattr (0, TCSANOW, &termios); in ask_yn() 191 tcsetattr (0, TCSANOW, &termios); in ask_yn()
|
/external/linux-tools-perf/ |
D | builtin-top.c | 516 tcsetattr(0, TCSANOW, &tc); in handle_keypress() 521 tcsetattr(0, TCSAFLUSH, &save); in handle_keypress() 639 tcsetattr(0, TCSANOW, &tc); in display_thread() 648 tcsetattr(0, TCSAFLUSH, &save); in display_thread()
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/ |
D | SDL_gsevents.c | 189 if (tcsetattr(keyboard_fd, TCSAFLUSH, &keyboard_termios) < 0) { in GS_EnterGraphicsMode() 214 tcsetattr(keyboard_fd, TCSAFLUSH, &saved_kbd_termios); in GS_LeaveGraphicsMode() 565 tcsetattr(mouse_fd, TCSAFLUSH, &mouse_termios); in GS_OpenMouse()
|
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/ |
D | SDL_ipodvideo.c | 241 if (tcsetattr (kbfd, TCSAFLUSH, &cur_termios) < 0) { in iPod_VideoInit() 400 tcsetattr (kbfd, TCSAFLUSH, &old_termios); in iPod_VideoQuit()
|
/external/libnfc-nxp/Linux_x86/ |
D | phDal4Nfc_uart.c | 215 ret = tcsetattr(gComPortContext.nHandle, TCSANOW, &gComPortContext.nIoConfig); in phDal4Nfc_uart_open_and_configure()
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
D | userial_linux.c | 1035 tcsetattr(linux_cb.sock, TCSANOW, &termios); in USERIAL_Open() 1259 tcsetattr(linux_cb.sock, TCSANOW, &termios); in userial_change_rate() 1293 tcsetattr(linux_cb.sock, TCSANOW, &termios); in userial_change_rate()
|
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
D | SDL_fbevents.c | 196 if (tcsetattr(keyboard_fd, TCSAFLUSH, &keyboard_termios) < 0) { in FB_EnterGraphicsMode() 223 tcsetattr(keyboard_fd, TCSAFLUSH, &saved_kbd_termios); in FB_LeaveGraphicsMode() 689 tcsetattr(mouse_fd, TCSAFLUSH, &mouse_termios); in FB_OpenMouse()
|
D | SDL_fbelo.c | 365 result = tcsetattr(fd, TCSANOW, &mouse_termios); in eloInitController()
|
/external/wpa_supplicant_8/src/utils/ |
D | edit.c | 1132 tcsetattr(STDIN_FILENO, TCSANOW, &newt); in edit_init() 1158 tcsetattr(STDIN_FILENO, TCSANOW, &prevt); in edit_deinit()
|
/external/openssl/crypto/des/ |
D | read_pwd.c | 149 #define TTY_set(tty,data) tcsetattr(tty,TCSANOW,data)
|
/external/qemu/slirp/ |
D | debug.c | 375 tcsetattr(0,TCSANOW, &slirp_tty_settings); /* NOW DAMMIT! */
|
/external/qemu/slirp-android/ |
D | debug.c | 347 tcsetattr(0,TCSANOW, &slirp_tty_settings); /* NOW DAMMIT! */
|