Searched refs:sgttyb (Results 1 – 11 of 11) sorted by relevance
/glibc-2.36/misc/ |
D | sgtty.h | 27 struct sgttyb; 32 extern int gtty (int __fd, struct sgttyb *__params) __THROW; 35 extern int stty (int __fd, const struct sgttyb *__params) __THROW;
|
D | gtty.c | 24 gtty (int fd, struct sgttyb *params) in gtty()
|
D | stty.c | 24 stty (int fd, const struct sgttyb *params) in stty()
|
/glibc-2.36/sysdeps/mach/hurd/bits/ |
D | ioctls.h | 335 #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/ |
D | gtty.c | 23 gtty (int fd, struct sgttyb *params) in gtty()
|
D | stty.c | 23 stty (int fd, const struct sgttyb *params) in stty()
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/bits/ |
D | termios-misc.h | 25 struct sgttyb { struct
|
/glibc-2.36/bits/ |
D | ioctl-types.h | 56 struct sgttyb struct
|
/glibc-2.36/manual/ |
D | terminal.texi | 1628 @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/ |
D | ChangeLog.1 | 1613 * misc/sys/ioctl.h: Always define `struct sgttyb'.
|
D | ChangeLog.5 | 1616 * misc/sgtty.h: Add forward decl of struct sgttyb in case it is never 1628 (struct tchars, struct ltchars, struct sgttyb, struct winsize,
|