Home
last modified time | relevance | path

Searched refs:sgttyb (Results 1 – 11 of 11) sorted by relevance

/glibc-2.36/misc/
Dsgtty.h27 struct sgttyb;
32 extern int gtty (int __fd, struct sgttyb *__params) __THROW;
35 extern int stty (int __fd, const struct sgttyb *__params) __THROW;
Dgtty.c24 gtty (int fd, struct sgttyb *params) in gtty()
Dstty.c24 stty (int fd, const struct sgttyb *params) in stty()
/glibc-2.36/sysdeps/mach/hurd/bits/
Dioctls.h335 #define TIOCGETP _IOR('t', 8,struct sgttyb)/* get parameters -- gtty */
336 #define TIOCSETP _IOW('t', 9,struct sgttyb)/* set parameters -- stty */
337 #define TIOCSETN _IOW('t',10,struct sgttyb)/* as above, but no flushtty*/
/glibc-2.36/sysdeps/unix/bsd/
Dgtty.c23 gtty (int fd, struct sgttyb *params) in gtty()
Dstty.c23 stty (int fd, const struct sgttyb *params) in stty()
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/bits/
Dtermios-misc.h25 struct sgttyb { struct
/glibc-2.36/bits/
Dioctl-types.h56 struct sgttyb struct
/glibc-2.36/manual/
Dterminal.texi1628 @deftp {Data Type} {struct sgttyb}
1647 @deftypefun int gtty (int @var{filedes}, struct sgttyb *@var{attributes})
1657 @deftypefun int stty (int @var{filedes}, const struct sgttyb *@var{attributes})
/glibc-2.36/ChangeLog.old/
DChangeLog.11613 * misc/sys/ioctl.h: Always define `struct sgttyb'.
DChangeLog.51616 * misc/sgtty.h: Add forward decl of struct sgttyb in case it is never
1628 (struct tchars, struct ltchars, struct sgttyb, struct winsize,