/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | isatty.c | 44 if(ioctl(f, TCGETA, &tty) < 0)
|
/illumos-gate/usr/src/lib/libbc/inc/include/sys/ |
H A D | termio.h | 54 #define TCGETA _IOR('T', 1, struct termio) macro
|
/illumos-gate/usr/src/lib/libbc/inc/include/ |
H A D | termio.h | 54 #define TCGETA _IOR('T', 1, struct termio) macro
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | isatty.c | 50 if (ioctl(f, TCGETA, &tty) < 0) {
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | def_prog.c | 57 (void) ioctl(cur_term -> Filedes, TCGETA, &(PROGTTY));
|
/illumos-gate/usr/src/lib/efcode/engine/ |
H A D | signal.c | 78 ioctl(fileno(stdin), TCGETA, &saved_termio); local
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | line.c | 130 if ((*Ioctl)(tty, TCGETA, &ttbuf) != 0) { 237 if ((*Ioctl)(dcf, TCGETA, &ttbuf) != 0) 270 if ((*Ioctl)(Ifn, TCGETA, &tbuf) != 0) { 366 if ((*Ioctl)(0, TCGETA, &Savettyb) != 0) { 404 if ((*Ioctl)(tty, TCGETA, &ttbuf) != 0) { 448 if ((*Ioctl)(tty, TCGETA, &ttbuf) != 0)
|
H A D | fio.c | 124 if (ioctl(Ifn, TCGETA, &ttbuf) >= 0) { 127 ioctl(Ifn, TCGETA, &ttbuf);
|
/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | getpass.c | 92 (void) ioctl(fileno(fi), TCGETA, &ttyb); local
|
/illumos-gate/usr/src/lib/libnsl/dial/ |
H A D | line.c | 120 if ((*Ioctl)(tty, TCGETA, &ttbuf) != 0) 220 if ((*Ioctl)(dcf, TCGETA, &ttbuf) != 0) 239 if ((*Ioctl)(0, TCGETA, &Savettyb) != 0) {
|
/illumos-gate/usr/src/lib/libshell/common/include/ |
H A D | terminal.h | 106 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty)
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | tmautobaud.c | 86 if (ioctl(fd, TCGETA, &termio) == -1) { 87 log("auto_termio: ioctl TCGETA failed, fd = %d: %s", fd,
|
H A D | tmterm.c | 151 if (ioctl(fd, TCGETA, &termio) != 0) { 152 log("turnon_canon: TCGETA failed, fd = %d: %s", fd, 234 if (ioctl(fd,TCGETA,&termio) < 0) { 235 log("hang_up_line: TCGETA failed: %s", strerror(errno));
|
/illumos-gate/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_tty.h | 91 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty)
|
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_tty.h | 70 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty)
|
/illumos-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_tty.h | 91 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty)
|
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_tty.h | 70 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty)
|
/illumos-gate/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_tty.h | 91 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty)
|
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_tty.h | 70 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty)
|
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_tty.h | 91 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty)
|
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_tty.h | 70 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty)
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/ |
H A D | ifdef.c | 114 if ( ioctl(ttyi, TCGETA, &termio) == -1 ) { 115 error(FATAL, "ioctl error - TCGETA"); 185 if ( ioctl(ttyi, TCGETA, &termio) == -1 ) 186 error(FATAL, "ioctl error - TCGETA"); 229 if ( ioctl(0, TCGETA, &oldtermio) == -1 )
|
/illumos-gate/usr/src/cmd/power/ |
H A D | pm_pam_conv.c | 78 (void) ioctl(fileno(stdin), TCGETA, &tty); local
|
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | ports.c | 124 ioctl(1, TCGETA, &tio);
|
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | tty | 70 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty)
|