Home
last modified time | relevance | path

Searched refs:tcsetattr (Results 1 – 25 of 33) sorted by relevance

12

/external/openssh/
Dsshtty.c61 if (tcsetattr(fileno(stdin), TCSADRAIN, &_saved_tio) == -1) { in leave_raw_mode()
91 if (tcsetattr(fileno(stdin), TCSADRAIN, &tio) == -1) { in enter_raw_mode()
Dttymodes.c488 if (tcsetattr(fd, TCSANOW, &tio) == -1) in tty_parse_modes()
/external/dropbear/
Dnetbsd_getpass.c96 (void)tcsetattr(fileno(fp), TCSAFLUSH /*|TCSASOFT*/, &term);
108 (void)tcsetattr(fileno(fp), TCSAFLUSH/*|TCSASOFT*/, &term);
Dcli-chansession.c138 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()
Dsshpty.c228 if (tcsetattr(*ptyfd, TCSANOW, &tio) < 0) { in pty_allocate()
/external/openssh/openbsd-compat/
Dreadpassphrase.c117 (void)tcsetattr(input, _T_FLUSH, &term); in readpassphrase()
152 while (tcsetattr(input, _T_FLUSH, &oterm) == -1 && in readpassphrase()
Dbsd-nextstep.h52 int tcsetattr(int, int, const struct termios *);
Dbsd-nextstep.c53 tcsetattr(int fd, int opt, const struct termios *t) in tcsetattr() function
Dbsd-openpty.c212 tcsetattr(*amaster, TCSANOW, &tio); in openpty()
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/
DSDL_wsconsevents.c64 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/
Dprompt.c442 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()
Dtty.c459 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/
Dwin.c67 tcsetattr(0,TCSANOW,&termioCurrent); in init_windows()
159 tcsetattr(0,TCSANOW,&termioInit); in close_windows()
/external/e2fsprogs/e2fsck/
Dutil.c149 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/
Dbuiltin-top.c516 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/
DSDL_gsevents.c189 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/
DSDL_ipodvideo.c241 if (tcsetattr (kbfd, TCSAFLUSH, &cur_termios) < 0) { in iPod_VideoInit()
400 tcsetattr (kbfd, TCSAFLUSH, &old_termios); in iPod_VideoQuit()
/external/libnfc-nxp/Linux_x86/
DphDal4Nfc_uart.c215 ret = tcsetattr(gComPortContext.nHandle, TCSANOW, &gComPortContext.nIoConfig); in phDal4Nfc_uart_open_and_configure()
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Duserial_linux.c1035 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/
DSDL_fbevents.c196 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()
DSDL_fbelo.c365 result = tcsetattr(fd, TCSANOW, &mouse_termios); in eloInitController()
/external/wpa_supplicant_8/src/utils/
Dedit.c1132 tcsetattr(STDIN_FILENO, TCSANOW, &newt); in edit_init()
1158 tcsetattr(STDIN_FILENO, TCSANOW, &prevt); in edit_deinit()
/external/openssl/crypto/des/
Dread_pwd.c149 #define TTY_set(tty,data) tcsetattr(tty,TCSANOW,data)
/external/qemu/slirp/
Ddebug.c375 tcsetattr(0,TCSANOW, &slirp_tty_settings); /* NOW DAMMIT! */
/external/qemu/slirp-android/
Ddebug.c347 tcsetattr(0,TCSANOW, &slirp_tty_settings); /* NOW DAMMIT! */

12