/external/openssh/openbsd-compat/ |
D | bsd-nextstep.h | 51 int tcgetattr(int, struct termios *);
|
D | bsd-nextstep.c | 47 tcgetattr(int fd, struct termios *t) in tcgetattr() function
|
D | bsd-openpty.c | 208 if (tcgetattr(*amaster, &tio) != -1) { in openpty()
|
D | readpassphrase.c | 109 if (input != STDIN_FILENO && tcgetattr(input, &oterm) == 0) { in readpassphrase()
|
/external/openssh/ |
D | ttymodes.c | 305 if (tcgetattr(fd, &tio) == -1) { in tty_make_modes() 374 if (tcgetattr(fd, &tio) == -1) { in tty_parse_modes()
|
D | sshtty.c | 73 if (tcgetattr(fileno(stdin), &tio) == -1) { in enter_raw_mode()
|
/external/dropbear/ |
D | netbsd_getpass.c | 93 (void)tcgetattr(fileno(fp), &term);
|
D | cli-chansession.c | 119 if (tcgetattr(STDIN_FILENO, &tio) == -1) { in cli_tty_setup() 176 if (tcgetattr(STDIN_FILENO, &tio) == -1) { in put_termcodes()
|
D | sshpty.c | 219 if (tcgetattr(*ptyfd, &tio) < 0) { in pty_allocate()
|
/external/e2fsprogs/lib/et/ |
D | com_err.c | 53 if ((tcgetattr(fd, &t)) == 0 && in default_com_err_proc()
|
/external/libppp/src/ |
D | prompt.c | 340 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()
|
D | tty.c | 449 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()
|
D | i4b.c | 252 if (tcgetattr(p->fd, &ios) == -1 || in i4b_Speed()
|
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/ |
D | SDL_wsconsevents.c | 50 if (tcgetattr(private->fd, &private->saved_tty) == -1) { in WSCONS_InitKeyboard()
|
/external/e2fsprogs/ext2ed/ |
D | win.c | 64 tcgetattr(0,&termioInit); /* save initial config */ in init_windows()
|
/external/libnfc-nxp/Linux_x86/ |
D | phDal4Nfc_uart.c | 184 …ret = tcgetattr(gComPortContext.nHandle, &gComPortContext.nIoConfigBackup); /* save the old io con… in phDal4Nfc_uart_open_and_configure()
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
D | userial_linux.c | 1018 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/ |
D | read_pwd.c | 148 #define TTY_get(tty,data) tcgetattr(tty,data)
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/ |
D | SDL_gsevents.c | 168 if ( tcgetattr(keyboard_fd, &saved_kbd_termios) < 0 ) { in GS_EnterGraphicsMode() 555 tcgetattr(mouse_fd, &mouse_termios); in GS_OpenMouse()
|
/external/linux-tools-perf/ |
D | builtin-top.c | 511 tcgetattr(0, &save); in handle_keypress() 631 tcgetattr(0, &save); in display_thread()
|
/external/openssl/crypto/ui/ |
D | ui_openssl.c | 227 # define TTY_get(tty,data) tcgetattr(tty,data)
|
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
D | SDL_fbevents.c | 175 if ( tcgetattr(keyboard_fd, &saved_kbd_termios) < 0 ) { in FB_EnterGraphicsMode() 679 tcgetattr(mouse_fd, &mouse_termios); in FB_OpenMouse()
|
/external/qemu/ |
D | qemu-char.c | 841 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/ |
D | asmstub.c | 1132 if (tcgetattr (serial_fd, &termios)) in serial_hw_init()
|
/external/e2fsprogs/e2fsck/ |
D | util.c | 144 tcgetattr (0, &termios); in ask_yn()
|