| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/tools/lib/subcmd/ |
| H A D | help.c | 97 #ifdef TIOCGWINSZ in get_term_dimensions() 98 if (ioctl(1, TIOCGWINSZ, ws) == 0 && in get_term_dimensions()
|
| H A D | pager.c | 80 if (ioctl(1, TIOCGWINSZ, &sz) == 0) in setup_pager()
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | ioctls.h | 38 #define TIOCGWINSZ 0x5413 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | ioctls.h | 38 #define TIOCGWINSZ 0x5413 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | ioctls.h | 38 #define TIOCGWINSZ 0x5413 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | ioctls.h | 38 #define TIOCGWINSZ 0x5413 macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | ioctls.h | 47 #define TIOCGWINSZ _IOR('t', 104, struct winsize) /* get window size */ macro
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | ioctls.h | 27 #define TIOCGWINSZ 0x5413 macro
|
| /OK3568_Linux_fs/kernel/arch/sh/include/uapi/asm/ |
| H A D | ioctls.h | 30 #define TIOCGWINSZ 0x80087468 /* _IOR('t', 104, struct winsize) */ macro
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/ |
| H A D | ioctls.h | 42 #define TIOCGWINSZ 0x80087468 /* _IOR('t', 104, struct winsize) */ macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/ |
| H A D | ioctls.h | 36 #define TIOCGWINSZ _IOR('t', 104, struct winsize) macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | ioctls.h | 41 #define TIOCGWINSZ _IOR('t', 104, struct winsize) macro
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/expect/expect/ |
| H A D | 0001-configure.in.patch | 80 AC_MSG_CHECKING([if TIOCGWINSZ in termios.h])
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | ioctls.h | 60 #define TIOCGWINSZ _IOR('t', 104, struct winsize) macro
|
| /OK3568_Linux_fs/buildroot/package/expect/ |
| H A D | 0001-enable-cross-compilation.patch | 82 AC_MSG_CHECKING([if TIOCGWINSZ in termios.h])
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | chan_user.c | 58 if (ioctl(fd, TIOCGWINSZ, &size) < 0) in generic_window_size()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/progressbar/ |
| H A D | progressbar.py | 185 h, w = array('h', ioctl(self.fd, termios.TIOCGWINSZ, '\0' * 8))[:2]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | sox.c | 1194 #ifdef TIOCGWINSZ 1199 if (!ioctl(2, TIOCGWINSZ, &w)) in get_termwidth() 1764 #ifdef TIOCGWINSZ in process()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/ |
| H A D | knotty.py | 134 cr = struct.unpack('hh', fcntl.ioctl(fd, self.termios.TIOCGWINSZ, '1234'))
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | tty_io.c | 2659 case TIOCGWINSZ: in tty_ioctl() 2847 case TIOCGWINSZ: in tty_compat_ioctl()
|