/openbmc/linux/tools/perf/util/ |
H A D | term.c | 21 #ifdef TIOCGWINSZ in get_term_dimensions() 22 if (ioctl(1, TIOCGWINSZ, ws) == 0 && in get_term_dimensions()
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | ioctls.h | 38 #define TIOCGWINSZ 0x5413 macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | ioctls.h | 38 #define TIOCGWINSZ 0x5413 macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | ioctls.h | 47 #define TIOCGWINSZ _IOR('t', 104, struct winsize) /* get window size */ macro
|
/openbmc/linux/tools/lib/subcmd/ |
H A D | pager.c | 80 if (ioctl(1, TIOCGWINSZ, &sz) == 0) in setup_pager()
|
H A D | help.c | 119 #ifdef TIOCGWINSZ in get_term_dimensions() 120 if (ioctl(1, TIOCGWINSZ, ws) == 0 && in get_term_dimensions()
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | ioctls.h | 27 #define TIOCGWINSZ 0x5413 macro
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | ioctls.h | 36 #define TIOCGWINSZ _IOR('t', 104, struct winsize) macro
|
/openbmc/linux/arch/sh/include/uapi/asm/ |
H A D | ioctls.h | 30 #define TIOCGWINSZ 0x80087468 /* _IOR('t', 104, struct winsize) */ macro
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | ioctls.h | 42 #define TIOCGWINSZ 0x80087468 /* _IOR('t', 104, struct winsize) */ macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | ioctls.h | 41 #define TIOCGWINSZ _IOR('t', 104, struct winsize) macro
|
/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/ |
H A D | 0001-configure.in.patch | 80 AC_MSG_CHECKING([if TIOCGWINSZ in termios.h])
|
H A D | expect-configure-c99.patch | 133 #ifdef TIOCGWINSZ
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | ioctls.h | 60 #define TIOCGWINSZ _IOR('t', 104, struct winsize) macro
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_tsol.c | 338 ioctl(fileno(stdout), TIOCGWINSZ, &_saved_winsize); in set_terminal_size() 358 ioctl(fileno(stdout), TIOCGWINSZ, &winsize); in print_tsol_usage()
|
/openbmc/linux/arch/um/drivers/ |
H A D | chan_user.c | 58 if (ioctl(fd, TIOCGWINSZ, &size) < 0) in generic_window_size()
|
/openbmc/openbmc/poky/bitbake/lib/progressbar/ |
H A D | progressbar.py | 185 h, w = array('h', ioctl(self.fd, termios.TIOCGWINSZ, '\0' * 8))[:2]
|
/openbmc/qemu/ui/ |
H A D | curses.c | 167 if (ioctl(1, TIOCGWINSZ, &ws) == -1) { in curses_winch_check()
|
/openbmc/linux/drivers/tty/ |
H A D | tty_io.c | 2694 case TIOCGWINSZ: in tty_ioctl() 2872 case TIOCGWINSZ: in tty_compat_ioctl()
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | knotty.py | 141 cr = struct.unpack('hh', fcntl.ioctl(fd, self.termios.TIOCGWINSZ, '1234'))
|
/openbmc/qemu/linux-user/ |
H A D | ioctls.h | 7 IOCTL(TIOCGWINSZ, IOC_R, MK_PTR(MK_STRUCT(STRUCT_winsize))) in IOCTL()
|