Home
last modified time | relevance | path

Searched refs:TIOCGWINSZ (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dterm.c21 #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 Dhelp.c97 #ifdef TIOCGWINSZ in get_term_dimensions()
98 if (ioctl(1, TIOCGWINSZ, ws) == 0 && in get_term_dimensions()
H A Dpager.c80 if (ioctl(1, TIOCGWINSZ, &sz) == 0) in setup_pager()
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Dioctls.h38 #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 Dioctls.h38 #define TIOCGWINSZ 0x5413 macro
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dioctls.h38 #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 Dioctls.h38 #define TIOCGWINSZ 0x5413 macro
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dioctls.h47 #define TIOCGWINSZ _IOR('t', 104, struct winsize) /* get window size */ macro
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Dioctls.h27 #define TIOCGWINSZ 0x5413 macro
/OK3568_Linux_fs/kernel/arch/sh/include/uapi/asm/
H A Dioctls.h30 #define TIOCGWINSZ 0x80087468 /* _IOR('t', 104, struct winsize) */ macro
/OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/
H A Dioctls.h42 #define TIOCGWINSZ 0x80087468 /* _IOR('t', 104, struct winsize) */ macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/
H A Dioctls.h36 #define TIOCGWINSZ _IOR('t', 104, struct winsize) macro
/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Dioctls.h41 #define TIOCGWINSZ _IOR('t', 104, struct winsize) macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/expect/expect/
H A D0001-configure.in.patch80 AC_MSG_CHECKING([if TIOCGWINSZ in termios.h])
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dioctls.h60 #define TIOCGWINSZ _IOR('t', 104, struct winsize) macro
/OK3568_Linux_fs/buildroot/package/expect/
H A D0001-enable-cross-compilation.patch82 AC_MSG_CHECKING([if TIOCGWINSZ in termios.h])
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dchan_user.c58 if (ioctl(fd, TIOCGWINSZ, &size) < 0) in generic_window_size()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/progressbar/
H A Dprogressbar.py185 h, w = array('h', ioctl(self.fd, termios.TIOCGWINSZ, '\0' * 8))[:2]
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox.c1194 #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 Dknotty.py134 cr = struct.unpack('hh', fcntl.ioctl(fd, self.termios.TIOCGWINSZ, '1234'))
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_io.c2659 case TIOCGWINSZ: in tty_ioctl()
2847 case TIOCGWINSZ: in tty_compat_ioctl()