Home
last modified time | relevance | path

Searched refs:tcgetattr (Results 1 – 25 of 37) sorted by relevance

12

/external/openssh/openbsd-compat/
Dbsd-nextstep.h51 int tcgetattr(int, struct termios *);
Dbsd-nextstep.c47 tcgetattr(int fd, struct termios *t) in tcgetattr() function
Dbsd-openpty.c208 if (tcgetattr(*amaster, &tio) != -1) { in openpty()
Dreadpassphrase.c109 if (input != STDIN_FILENO && tcgetattr(input, &oterm) == 0) { in readpassphrase()
/external/openssh/
Dttymodes.c305 if (tcgetattr(fd, &tio) == -1) { in tty_make_modes()
374 if (tcgetattr(fd, &tio) == -1) { in tty_parse_modes()
Dsshtty.c73 if (tcgetattr(fileno(stdin), &tio) == -1) { in enter_raw_mode()
/external/dropbear/
Dnetbsd_getpass.c93 (void)tcgetattr(fileno(fp), &term);
Dcli-chansession.c119 if (tcgetattr(STDIN_FILENO, &tio) == -1) { in cli_tty_setup()
176 if (tcgetattr(STDIN_FILENO, &tio) == -1) { in put_termcodes()
Dsshpty.c219 if (tcgetattr(*ptyfd, &tio) < 0) { in pty_allocate()
/external/e2fsprogs/lib/et/
Dcom_err.c53 if ((tcgetattr(fd, &t)) == 0 && in default_com_err_proc()
/external/libppp/src/
Dprompt.c340 tcgetattr(p->fd_in, &p->oldtio); /* Save original tty mode */ in prompt_Create()
432 tcgetattr(fd, &newtio); in prompt_TtyInit()
456 tcgetattr(p->fd_in, &newtio); in prompt_TtyCommandMode()
Dtty.c449 tcgetattr(p->fd, &ios); in tty_Raw()
484 tcgetattr(p->fd, &tio); in tty_Offline()
536 if (tcgetattr(p->fd, &ios) == -1) in tty_Speed()
710 tcgetattr(p->fd, &ios); in tty_Create()
Di4b.c252 if (tcgetattr(p->fd, &ios) == -1 || in i4b_Speed()
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/
DSDL_wsconsevents.c50 if (tcgetattr(private->fd, &private->saved_tty) == -1) { in WSCONS_InitKeyboard()
/external/e2fsprogs/ext2ed/
Dwin.c64 tcgetattr(0,&termioInit); /* save initial config */ in init_windows()
/external/libnfc-nxp/Linux_x86/
DphDal4Nfc_uart.c184 …ret = tcgetattr(gComPortContext.nHandle, &gComPortContext.nIoConfigBackup); /* save the old io con… in phDal4Nfc_uart_open_and_configure()
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Duserial_linux.c1018 tcgetattr(linux_cb.sock, &termios); in USERIAL_Open()
1251 tcgetattr(linux_cb.sock, &termios); in userial_change_rate()
1288 tcgetattr(linux_cb.sock, &termios); in userial_change_rate()
/external/openssl/crypto/des/
Dread_pwd.c148 #define TTY_get(tty,data) tcgetattr(tty,data)
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
DSDL_gsevents.c168 if ( tcgetattr(keyboard_fd, &saved_kbd_termios) < 0 ) { in GS_EnterGraphicsMode()
555 tcgetattr(mouse_fd, &mouse_termios); in GS_OpenMouse()
/external/linux-tools-perf/
Dbuiltin-top.c511 tcgetattr(0, &save); in handle_keypress()
631 tcgetattr(0, &save); in display_thread()
/external/openssl/crypto/ui/
Dui_openssl.c227 # define TTY_get(tty,data) tcgetattr(tty,data)
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
DSDL_fbevents.c175 if ( tcgetattr(keyboard_fd, &saved_kbd_termios) < 0 ) { in FB_EnterGraphicsMode()
679 tcgetattr(mouse_fd, &mouse_termios); in FB_OpenMouse()
/external/qemu/
Dqemu-char.c841 tcgetattr (0, &oldtty); in qemu_chr_open_stdio()
882 (termp != NULL && tcgetattr(sfd, termp) < 0)) in openpty()
1063 tcgetattr(slave_fd, &tty); in qemu_chr_open_pty()
1094 tcgetattr (fd, &tty); in tty_serial_init()
/external/grub/grub/
Dasmstub.c1132 if (tcgetattr (serial_fd, &termios)) in serial_hw_init()
/external/e2fsprogs/e2fsck/
Dutil.c144 tcgetattr (0, &termios); in ask_yn()

12