Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/heimdal/appl/telnet/telnetd/
H A Dtermstat.c42 #ifdef TIOCSWINSZ
94 #ifdef TIOCSWINSZ in clientstat()
107 ioctl(ourpty, TIOCSWINSZ, (char *)&ws); in clientstat()
H A Dext.h186 #ifdef TIOCSWINSZ
H A Dsys_term.c891 # ifdef TIOCSWINSZ in getptyslave()
896 ioctl(t, TIOCSWINSZ, (char *)&ws); in getptyslave()
/freebsd-13.1/contrib/telnet/telnetd/
H A Dtermstat.c48 #ifdef TIOCSWINSZ
517 #ifdef TIOCSWINSZ in clientstat()
538 (void) ioctl(pty, TIOCSWINSZ, (char *)&ws); in clientstat()
599 #ifdef TIOCSWINSZ in defer_terminit()
606 (void) ioctl(pty, TIOCSWINSZ, (char *)&ws); in defer_terminit()
H A Dsys_term.c834 (void)ioctl(t, TIOCSWINSZ, (char *)&ws); in getptyslave()
/freebsd-13.1/lib/libutil/
H A Dpty.c82 ioctl(slave, TIOCSWINSZ, (char *)winp); in openpty()
/freebsd-13.1/sys/sys/
H A Dttycom.h89 #define TIOCSWINSZ _IOW('t', 103, struct winsize) /* set window size */ macro
/freebsd-13.1/usr.bin/resizewin/
H A Dresizewin.c151 if (ioctl(fd, TIOCSWINSZ, &w) == -1) in main()
/freebsd-13.1/bin/stty/
H A Dstty.c154 if (i.wset && ioctl(i.fd, TIOCSWINSZ, &i.win) < 0) in main()
/freebsd-13.1/crypto/openssh/
H A Dsshpty.c162 (void) ioctl(ptyfd, TIOCSWINSZ, &w); in pty_change_window_size()
/freebsd-13.1/usr.bin/tset/
H A Dtset.c174 (void)ioctl(STDERR_FILENO, TIOCSWINSZ, &win); in main()
/freebsd-13.1/lib/libc/gen/
H A Dtermios.c290 return (_ioctl(fd, TIOCSWINSZ, w)); in tcsetwinsize()
/freebsd-13.1/contrib/opie/
H A Dopielogin.c221 #ifdef TIOCSWINSZ
1288 #ifdef TIOCSWINSZ
1295 ioctl(0, TIOCSWINSZ, &win); /* set window size to 0,0,0,0 */
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp181 unsigned IOCTL_TIOCSWINSZ = TIOCSWINSZ;
H A Dsanitizer_platform_limits_freebsd.cpp246 unsigned IOCTL_TIOCSWINSZ = TIOCSWINSZ;
H A Dsanitizer_platform_limits_posix.cpp539 unsigned IOCTL_TIOCSWINSZ = TIOCSWINSZ;
H A Dsanitizer_common_interceptors_ioctl.inc80 _(TIOCSWINSZ, READ, struct_winsize_sz);
H A Dsanitizer_platform_limits_netbsd.cpp2332 unsigned IOCTL_TIOCSWINSZ = TIOCSWINSZ;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1258 _(TIOCSWINSZ, READ, struct_winsize_sz);
/freebsd-13.1/contrib/ncurses/progs/
H A Dreset_cmd.c71 # define IOCTL_SET_WINSIZE TIOCSWINSZ
/freebsd-13.1/sys/kern/
H A Dtty.c590 case TIOCSWINSZ: in ttydev_ioctl()
1931 case TIOCSWINSZ: in tty_generic_ioctl()
/freebsd-13.1/sys/compat/linux/
H A Dlinux_ioctl.c858 args->cmd = TIOCSWINSZ; in linux_ioctl_termio()