Searched refs:TIOCSWINSZ (Results 1 – 13 of 13) sorted by relevance
| /dragonfly/libexec/telnetd/ |
| HD | termstat.c | 43 #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()
|
| HD | sys_term.c | 892 (void)ioctl(t, TIOCSWINSZ, (char *)&ws); in getptyslave()
|
| /dragonfly/lib/libutil/ |
| HD | pty.c | 79 ioctl(slave, TIOCSWINSZ, (char *)winp); in openpty()
|
| /dragonfly/sys/sys/ |
| HD | ttycom.h | 113 #define TIOCSWINSZ _IOW('t', 103, struct winsize) /* set window size */ macro
|
| /dragonfly/bin/stty/ |
| HD | stty.c | 139 if (i.wset && ioctl(i.fd, TIOCSWINSZ, &i.win) < 0) in main()
|
| /dragonfly/usr.bin/window/ |
| HD | wwtty.c | 137 if (ioctl(d, TIOCSWINSZ, (char *)&winsize) < 0) { in wwsetttysize()
|
| HD | README | 65 delete uses of window size ioctls: TIOCGWINSZ, TIOCSWINSZ,
|
| /dragonfly/usr.bin/tset/ |
| HD | tset.c | 159 (void)ioctl(STDERR_FILENO, TIOCSWINSZ, &win); in main()
|
| /dragonfly/crypto/openssh/ |
| HD | sshpty.c | 162 (void) ioctl(ptyfd, TIOCSWINSZ, &w); in pty_change_window_size()
|
| /dragonfly/contrib/ncurses/progs/ |
| HD | reset_cmd.c | 71 # define IOCTL_SET_WINSIZE TIOCSWINSZ
|
| /dragonfly/contrib/gdb-7/readline/ |
| HD | rltty.c | 84 (void) ioctl (tty, TIOCSWINSZ, &w);
|
| /dragonfly/sys/kern/ |
| HD | tty.c | 889 case TIOCSWINSZ: in ttioctl() 1238 case TIOCSWINSZ: /* set window size */ in ttioctl()
|
| /dragonfly/usr.bin/dsynth/ |
| HD | build.c | 2490 ioctl(MasterPtyFd, TIOCSWINSZ, &win); in dophase()
|