Home
last modified time | relevance | path

Searched refs:TIOCSWINSZ (Results 1 – 13 of 13) sorted by relevance

/dragonfly/libexec/telnetd/
HDtermstat.c43 #ifdef TIOCSWINSZ
512 #ifdef TIOCSWINSZ in clientstat()
533 (void) ioctl(pty, TIOCSWINSZ, (char *)&ws); in clientstat()
594 #ifdef TIOCSWINSZ in defer_terminit()
601 (void) ioctl(pty, TIOCSWINSZ, (char *)&ws); in defer_terminit()
HDsys_term.c892 (void)ioctl(t, TIOCSWINSZ, (char *)&ws); in getptyslave()
/dragonfly/lib/libutil/
HDpty.c79 ioctl(slave, TIOCSWINSZ, (char *)winp); in openpty()
/dragonfly/sys/sys/
HDttycom.h113 #define TIOCSWINSZ _IOW('t', 103, struct winsize) /* set window size */ macro
/dragonfly/bin/stty/
HDstty.c139 if (i.wset && ioctl(i.fd, TIOCSWINSZ, &i.win) < 0) in main()
/dragonfly/usr.bin/window/
HDwwtty.c137 if (ioctl(d, TIOCSWINSZ, (char *)&winsize) < 0) { in wwsetttysize()
HDREADME65 delete uses of window size ioctls: TIOCGWINSZ, TIOCSWINSZ,
/dragonfly/usr.bin/tset/
HDtset.c159 (void)ioctl(STDERR_FILENO, TIOCSWINSZ, &win); in main()
/dragonfly/crypto/openssh/
HDsshpty.c162 (void) ioctl(ptyfd, TIOCSWINSZ, &w); in pty_change_window_size()
/dragonfly/contrib/ncurses/progs/
HDreset_cmd.c71 # define IOCTL_SET_WINSIZE TIOCSWINSZ
/dragonfly/contrib/gdb-7/readline/
HDrltty.c84 (void) ioctl (tty, TIOCSWINSZ, &w);
/dragonfly/sys/kern/
HDtty.c889 case TIOCSWINSZ: in ttioctl()
1238 case TIOCSWINSZ: /* set window size */ in ttioctl()
/dragonfly/usr.bin/dsynth/
HDbuild.c2490 ioctl(MasterPtyFd, TIOCSWINSZ, &win); in dophase()