| /src/lib/libc/termios/ |
| Makefile.inc | 7 tcgetwinsize.c tcgetsid.c tcsendbreak.c tcsetattr.c tcsetpgrp.c \ 10 MAN+= tcgetpgrp.3 tcgetsid.3 tcgetwinsize.3 tcsendbreak.3 tcsetattr.3 \ 16 MLINKS+=tcsetattr.3 tcgetattr.3 tcsetattr.3 cfgetispeed.3 \ 17 tcsetattr.3 cfgetospeed.3 tcsetattr.3 cfmakeraw.3 \ 18 tcsetattr.3 cfsetispeed.3 tcsetattr.3 cfsetospeed.3 \ 19 tcsetattr.3 cfsetspeed.3
|
| tcsetattr.c | 1 /* $NetBSD: tcsetattr.c,v 1.9 2012/06/25 22:32:46 abs Exp $ */ 37 __RCSID("$NetBSD: tcsetattr.c,v 1.9 2012/06/25 22:32:46 abs Exp $"); 50 __weak_alias(tcsetattr,_tcsetattr) 54 tcsetattr(int fd, int opt, const struct termios *t)
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/ |
| test_ioctl_TCSETSW.c | 36 result = tcsetattr(fd, TCSADRAIN, &term); /* TCSETSW call */
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/ |
| test_ioctl_TCSETSW.c | 36 result = tcsetattr(fd, TCSADRAIN, &term); /* TCSETSW call */
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| term.c | 35 tcsetattr (0, TCSANOW, &t);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/ |
| multi-term-settings.c | 45 tcsetattr (0, TCSANOW, &termios);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| term.c | 35 tcsetattr (0, TCSANOW, &t);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/ |
| multi-term-settings.c | 45 tcsetattr (0, TCSANOW, &termios);
|
| /src/sys/arch/atari/stand/tostools/libtos/ |
| keywait.c | 56 tcsetattr(STDERR_FILENO, TCSAFLUSH, &term_attr); 59 tcsetattr(STDERR_FILENO, TCSAFLUSH, &term_attr);
|
| /src/games/hack/ |
| hack.ioctl.c | 88 (void) tcsetattr(fileno(stdin), TCSADRAIN, &termios);
|
| /src/usr.bin/tip/aculib/ |
| df.c | 78 (void)tcsetattr(f, TCSANOW, &cntrl); 96 (void)tcsetattr(f, TCSAFLUSH, &cntrl); 114 (void)tcsetattr(f, TCSAFLUSH, &cntrl);
|
| /src/crypto/external/bsd/openssh/dist/ |
| sshtty.c | 62 if (tcsetattr(fileno(stdin), TCSADRAIN, &_saved_tio) == -1) { 64 perror("tcsetattr"); 92 if (tcsetattr(fileno(stdin), TCSADRAIN, &tio) == -1) { 94 perror("tcsetattr");
|
| readpassphrase.c | 110 (void)tcsetattr(input, TCSAFLUSH|TCSASOFT, &term); 137 (void)tcsetattr(input, TCSAFLUSH|TCSASOFT, &oterm);
|
| /src/external/bsd/ntp/dist/include/ |
| ntp_tty.h | 39 #ifndef tcsetattr 40 #define tcsetattr(fd, cmd, arg) ioctl(fd, cmd, arg) macro
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| wpa_passphrase.c | 45 if (ctrl_echo && tcsetattr(STDIN_FILENO, TCSANOW, &term) < 0) { 46 perror("tcsetattr:error disabling echo"); 54 if (ctrl_echo && tcsetattr(STDIN_FILENO, TCSANOW, &term) < 0) { 55 perror("tcsetattr:error enabling echo");
|
| /src/lib/libcurses/ |
| tty.c | 56 * tcsetattr calls. On other systems, it would be better to get and restore 164 return tcsetattr(fileno(screen->infd), TCSASOFT | TCSADRAIN, 184 return tcsetattr(fileno(_cursesi_screen->infd), TCSASOFT | TCSADRAIN, 204 return tcsetattr(fileno(_cursesi_screen->infd), TCSASOFT | TCSADRAIN, 225 return tcsetattr(fileno(_cursesi_screen->infd), TCSASOFT | TCSADRAIN, 252 return tcsetattr(fileno(_cursesi_screen->infd), TCSASOFT | TCSADRAIN, 296 if (tcsetattr(fileno(_cursesi_screen->infd), TCSASOFT | TCSANOW, 322 if (tcsetattr(fileno(_cursesi_screen->infd), TCSASOFT | TCSANOW, 380 if (tcsetattr(fileno(_cursesi_screen->infd), TCSASOFT | TCSANOW, 406 return tcsetattr(fileno(_cursesi_screen->infd), TCSASOFT | TCSANOW [all...] |
| /src/usr.bin/tip/ |
| hunt.c | 93 (void)tcsetattr(FD, TCSAFLUSH, &cntrl);
|
| /src/external/bsd/openldap/dist/include/ac/ |
| termios.h | 32 #define SETATTR( fd, tiop ) tcsetattr((fd), TCSANOW /* 0 */, (tiop))
|
| /src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
| SaslInteractionHandler.cpp | 67 if (tcsetattr(STDIN_FILENO, TCSAFLUSH, &attr) < 0) { 68 perror("tcsetattr"); 85 tcsetattr(STDIN_FILENO, TCSANOW, &old_attr);
|
| /src/external/gpl3/gdb/dist/readline/readline/examples/ |
| excallback.c | 124 if( tcsetattr(STDIN_FILENO, TCSANOW, &term) < 0 ) { 125 perror("tcsetattr"); 156 if( tcsetattr(STDIN_FILENO, TCSANOW, &term) < 0 ) { 157 perror("tcsetattr");
|
| rlptytest.c | 264 if(tcsetattr(fd, TCSAFLUSH, &buf) < 0) 292 if(tcsetattr(fd, TCSAFLUSH, &buf) < 0) 310 if(tcsetattr(fd, TCSAFLUSH, &save_termios) < 0)
|
| /src/external/gpl3/gdb.old/dist/readline/readline/examples/ |
| excallback.c | 124 if( tcsetattr(STDIN_FILENO, TCSANOW, &term) < 0 ) { 125 perror("tcsetattr"); 156 if( tcsetattr(STDIN_FILENO, TCSANOW, &term) < 0 ) { 157 perror("tcsetattr");
|
| rlptytest.c | 264 if(tcsetattr(fd, TCSAFLUSH, &buf) < 0) 292 if(tcsetattr(fd, TCSAFLUSH, &buf) < 0) 310 if(tcsetattr(fd, TCSAFLUSH, &save_termios) < 0)
|
| /src/games/warp/ |
| term.h | 189 #define tcsetattr(fd, how, ti) ioctl(fd, how, ti) 205 #define raw() ((bizarre=1),_tty.c_lflag &=~ISIG,_tty.c_cc[VMIN] = 1,tcsetattr(_tty_ch,TCSAFLUSH,&_tty)) 206 #define noraw() ((bizarre=1),_tty.c_lflag |= ISIG,_tty.c_cc[VEOF] = CEOF,tcsetattr(_tty_ch,TCSAFLUSH,&_tty)) 207 #define crmode() ((bizarre=1),_tty.c_lflag &=~ICANON,_tty.c_cc[VMIN] = 1,tcsetattr(_tty_ch,TCSAFLUSH,&_tty)) 208 #define nocrmode() ((bizarre=1),_tty.c_lflag |= ICANON,_tty.c_cc[VEOF] = CEOF,tcsetattr(_tty_ch,TCSAFLUSH,&_tty)) 209 #define echo() ((bizarre=1),_tty.c_lflag |= ECHO, tcsetattr(_tty_ch, TCSANOW, &_tty)) 210 #define noecho() ((bizarre=1),_tty.c_lflag &=~ECHO, tcsetattr(_tty_ch, TCSANOW, &_tty)) 211 #define nl() ((bizarre=1),_tty.c_iflag |= ICRNL,_tty.c_oflag |= ONLCR,tcsetattr(_tty_ch, TCSANOW, &_tty)) 212 #define nonl() ((bizarre=1),_tty.c_iflag &=~ICRNL,_tty.c_oflag &=~ONLCR,tcsetattr(_tty_ch, TCSANOW, &_tty)) 214 #define resetty() ((bizarre=0),tcsetattr(_tty_ch, TCSAFLUSH, &_oldtty) [all...] |
| /src/usr.bin/lock/ |
| lock.c | 191 if (tcsetattr(STDIN_FILENO, TCSADRAIN, &ntty) == -1) 192 err(1, "tcsetattr"); 208 (void)tcsetattr(STDIN_FILENO, TCSADRAIN, &tty); 287 if (tcsetattr(STDIN_FILENO, TCSADRAIN, &ntty) == -1 289 err(1, "tcsetattr failed"); 350 (void)tcsetattr(STDIN_FILENO, TCSADRAIN, &tty); 357 (void)tcsetattr(STDIN_FILENO, TCSADRAIN, &tty);
|