Home
last modified time | relevance | path

Searched refs:TIOCGETP (Results 1 – 25 of 41) sorted by relevance

12

/titanic_50/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c386 if ( ioctl(ttyi, TIOCGETP, &sgtty) == -1 ) in setupline()
432 if ( ioctl(ttyi, TIOCGETP, &sgtty) == -1 ) in resetline()
477 if ( ioctl(0, TIOCGETP, &oldsgtty) == -1 )
623 if ( ioctl(ttyi, TIOCGETP, &sgtty) == -1 ) in setupline()
673 if ( ioctl(ttyi, TIOCGETP, &sgtty) == -1 ) in resetline()
720 if ( ioctl(0, TIOCGETP, &oldsgtty) == -1 )
/titanic_50/usr/src/lib/libast/common/features/
H A Dtty82 # ifdef TIOCGETP
83 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty)
88 # endif /* TIOCGETP */
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_tty.h88 # ifdef TIOCGETP
89 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty)
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dast_tty.h109 # ifdef TIOCGETP
110 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty)
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_tty.h88 # ifdef TIOCGETP
89 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty)
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dast_tty.h109 # ifdef TIOCGETP
110 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty)
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_tty.h88 # ifdef TIOCGETP
89 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty)
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_tty.h109 # ifdef TIOCGETP
110 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty)
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_tty.h88 # ifdef TIOCGETP
89 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty)
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dast_tty.h109 # ifdef TIOCGETP
110 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty)
/titanic_50/usr/src/lib/libshell/common/include/
H A Dterminal.h124 # ifdef TIOCGETP
125 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty)
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dtty88 # ifdef TIOCGETP
89 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty)
94 # endif /* TIOCGETP */
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dtty88 # ifdef TIOCGETP
89 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty)
94 # endif /* TIOCGETP */
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dtty88 # ifdef TIOCGETP
89 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty)
94 # endif /* TIOCGETP */
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dtty88 # ifdef TIOCGETP
89 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty)
94 # endif /* TIOCGETP */
/titanic_50/usr/src/lib/libbc/libc/compat/common/
H A Dgtty.c39 return (ioctl(fd, TIOCGETP, ap)); in gtty()
/titanic_50/usr/src/lib/libcurses/screen/
H A Dflushinp.c61 (void) ioctl(cur_term -> Filedes, TIOCGETP, &(PROGTTY)); in flushinp()
H A Ddef_prog.c66 (void) ioctl(cur_term -> Filedes, TIOCGETP, &(PROGTTY)); in def_prog_mode()
/titanic_50/usr/src/head/
H A Dsgtty.h126 #define TIOCGETP (('t'<<8)|8) macro
/titanic_50/usr/src/uts/common/syscall/
H A Dioctl.c167 return (ioctl(fdes, TIOCGETP, arg)); in gtty()
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dttold.h81 #define TIOCGETP _IOR('t', 8,struct sgttyb)/* get parameters -- gtty */ macro
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c768 if (ioctl(STDIN_FILENO, TIOCGETP, (char *)&sb) == -1) in doit()
1177 if (ioctl(STDIN_FILENO, TIOCGETP, (char *)&sb) == -1) in oob()
1189 if (ioctl(STDIN_FILENO, TIOCGETP, (char *)&sb) == -1) in oob()
1305 if (ioctl(STDIN_FILENO, TIOCGETP, (char *)&sb) == -1) in mode()
/titanic_50/usr/src/uts/common/sys/
H A Dttold.h116 #define TIOCGETP (tIOC|8) macro
/titanic_50/usr/src/cmd/sendmail/aux/
H A Dmconnect.c92 (void) ioctl(0, TIOCGETP, &TtyBuf);
/titanic_50/usr/src/cmd/bnu/
H A Dline.c496 if ((*Ioctl)(tty, TIOCGETP, &ttbuf) != 0)
560 if ((*Ioctl)(0, TIOCGETP, &Savettyb) != 0) in savline()

12