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

12

/external/openssh/openbsd-compat/
H A Dbsd-nextstep.h51 int tcgetattr(int, struct termios *);
H A Dbsd-nextstep.c47 tcgetattr(int fd, struct termios *t) function
H A Dbsd-openpty.c208 if (tcgetattr(*amaster, &tio) != -1) {
H A Dreadpassphrase.c109 if (input != STDIN_FILENO && tcgetattr(input, &oterm) == 0) {
/external/dropbear/
H A Dnetbsd_getpass.c93 (void)tcgetattr(fileno(fp), &term);
H A Dcli-chansession.c119 if (tcgetattr(STDIN_FILENO, &tio) == -1) {
176 if (tcgetattr(STDIN_FILENO, &tio) == -1) {
H A Dsshpty.c219 if (tcgetattr(*ptyfd, &tio) < 0) {
/external/openssh/
H A Dsshtty.c73 if (tcgetattr(fileno(stdin), &tio) == -1) {
75 perror("tcgetattr");
H A Dttymodes.c305 if (tcgetattr(fd, &tio) == -1) {
306 logit("tcgetattr: %.100s", strerror(errno));
374 if (tcgetattr(fd, &tio) == -1) {
375 logit("tcgetattr: %.100s", strerror(errno));
485 return; /* Packet parsed ok but tcgetattr() failed */
/external/bluetooth/bluez/tools/
H A Dcsr_h4.c58 if (tcgetattr(fd, &ti) < 0) {
H A Dcsr_bcsp.c67 if (tcgetattr(fd, &ti) < 0) {
/external/qemu/distrib/sdl-1.2.12/src/video/wscons/
H A DSDL_wsconsevents.c50 if (tcgetattr(private->fd, &private->saved_tty) == -1) {
/external/e2fsprogs/ext2ed/
H A Dwin.c64 tcgetattr(0,&termioInit); /* save initial config */
/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc_uart.c184 ret = tcgetattr(gComPortContext.nHandle, &gComPortContext.nIoConfigBackup); /* save the old io config */
187 /* tcgetattr failed -- it is likely that the provided port is invalid */
/external/openssl/crypto/des/
H A Dread_pwd.c148 #define TTY_get(tty,data) tcgetattr(tty,data)
/external/mksh/src/
H A Djobs.c287 /* Don't call tcgetattr() 'til we own the tty process group */
334 tcgetattr(tty_fd, &tty_state);
1121 tcgetattr(tty_fd, &j->ttystat);
1137 tcgetattr(tty_fd, &tty_state);
/external/openssl/crypto/ui/
H A Dui_openssl.c221 # define TTY_get(tty,data) tcgetattr(tty,data)
/external/qemu/distrib/sdl-1.2.12/src/video/ipod/
H A DSDL_ipodvideo.c226 if (tcgetattr (kbfd, &old_termios) < 0) {
/external/linux-tools-perf/
H A Dbuiltin-top.c511 tcgetattr(0, &save);
631 tcgetattr(0, &save);
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
H A DSDL_fbevents.c175 if ( tcgetattr(keyboard_fd, &saved_kbd_termios) < 0 ) {
674 tcgetattr(mouse_fd, &mouse_termios);
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
H A DSDL_gsevents.c168 if ( tcgetattr(keyboard_fd, &saved_kbd_termios) < 0 ) {
555 tcgetattr(mouse_fd, &mouse_termios);
/external/e2fsprogs/e2fsck/
H A Dutil.c144 tcgetattr (0, &termios);
/external/grub/grub/
H A Dasmstub.c1132 if (tcgetattr (serial_fd, &termios))
/external/qemu/
H A Dqemu-char.c841 tcgetattr (0, &oldtty);
882 (termp != NULL && tcgetattr(sfd, termp) < 0))
1063 tcgetattr(slave_fd, &tty);
1094 tcgetattr (fd, &tty);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dedit.c1128 tcgetattr(STDIN_FILENO, &prevt);

Completed in 704 milliseconds

12