Home
last modified time | relevance | path

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

12

/external/ltp/testcases/kernel/pty/
Dpty01.c160 if (ioctl(slavefd, TIOCGWINSZ, NULL) == 0) { in test1()
169 if (ioctl(masterfd, TIOCGWINSZ, NULL) == 0) { in test1()
237 if (ioctl(slavefd, TIOCGWINSZ, NULL) == 0) { in test2()
258 if (ioctl(masterfd, TIOCGWINSZ, NULL) == 0) { in test3()
Dptem01.c164 if (ioctl(slavefd, TIOCGWINSZ, &wsz) != 0) { in test2()
174 if (ioctl(masterfd, TIOCGWINSZ, &wsz) != 0) { in test2()
188 if (ioctl(slavefd, TIOCGWINSZ, &wsz) != 0) { in test2()
/external/e2fsprogs/misc/
Dblkid.c101 #ifdef TIOCGWINSZ in get_terminal_width()
113 #ifdef TIOCGWINSZ in get_terminal_width()
114 if (ioctl (0, TIOCGWINSZ, &w_win) == 0) { in get_terminal_width()
/external/squashfs-tools/squashfs-tools/
Dprogressbar.c59 if(ioctl(1, TIOCGWINSZ, &winsize) == -1) { in sigwinch_handler()
185 if(ioctl(1, TIOCGWINSZ, &winsize) == -1) { in progress_thrd()
/external/curl/src/
Dtool_cb_prg.c201 #elif defined(TIOCGWINSZ) in progressbarinit()
203 if(!ioctl(STDIN_FILENO, TIOCGWINSZ, &ts)) in progressbarinit()
/external/e2fsprogs/ext2ed/
Dwin.c195 ioctl(1, TIOCGWINSZ, &ws); in redraw_all()
201 if (ioctl(1, TIOCGWINSZ, &ws) == 0) { in redraw_all()
/external/kernel-headers/original/uapi/asm-generic/
Dioctls.h38 #define TIOCGWINSZ 0x5413 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dioctls.h47 #define TIOCGWINSZ _IOR('t', 104, struct winsize) /* get window size */ macro
/external/rmi4utils/f54test/
Ddisplay.cpp53 ioctl(STDOUT_FILENO, TIOCGWINSZ, &winsz); in GetWindowSize()
/external/syslinux/com32/rosh/
Drosh.h151 ioctl(0, TIOCGWINSZ, &ws); in getscreensize()
/external/python/cpython2/Modules/
Dtermios.c761 #ifdef TIOCGWINSZ
762 {"TIOCGWINSZ", TIOCGWINSZ},
/external/toybox/lib/
Dinterestingtimes.c30 if (!ioctl(i, TIOCGWINSZ, &ws)) { in terminal_size()
/external/python/cpython3/Modules/
Dtermios.c791 #ifdef TIOCGWINSZ
792 {"TIOCGWINSZ", TIOCGWINSZ},
/external/strace/
Dterm.c190 case TIOCGWINSZ: in term_ioctl()
/external/selinux/libselinux/utils/
Davcstat.c83 ret = ioctl(fileno(stdout), TIOCGWINSZ, &ws); in set_window_rows()
/external/toybox/toys/pending/
Dstty.c186 if (ioctl(TT.fd, TIOCGWINSZ, &ws)) perror_exit("TIOCGWINSZ %s", TT.device); in show_size()
252 if (ioctl(TT.fd, TIOCGWINSZ, &ws)) perror_exit("TIOCGWINSZ %s", TT.device); in set_size()
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py195 TIOCGWINSZ = _IOR(ord('t'), 104, struct_winsize) variable
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py195 TIOCGWINSZ = _IOR(ord('t'), 104, struct_winsize) variable
/external/selinux/policycoreutils/run_init/
Dopen_init_pty.c266 if (ioctl(STDOUT_FILENO, TIOCGWINSZ, &window_size) < 0) { in main()
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DProcess.inc219 if (ioctl(FileID, TIOCGWINSZ, &ws) == 0)
/external/toybox/kconfig/
Dmconf.c296 if (!ioctl(STDIN_FILENO, TIOCGWINSZ, &ws)) { in init_wsize()
/external/perfetto/tools/trace_to_text/
Dmain.cc100 ioctl(STDOUT_FILENO, TIOCGWINSZ, &win_size); in GetWidth()
/external/autotest/client/common_lib/
Dpexpect.py1422 TIOCGWINSZ = getattr(termios, 'TIOCGWINSZ', 1074295912L)
1424 x = fcntl.ioctl(self.fileno(), TIOCGWINSZ, s)
/external/valgrind/memcheck/tests/solaris/
Dscalar_ioctl.c150 SY(SYS_ioctl, x0 - 1, x0 + TIOCGWINSZ, x0); FAIL; in sys_ioctl_TIOCGWINSZ()
/external/libedit/src/
Dterminal.c953 #ifdef TIOCGWINSZ in terminal_get_size()
956 if (ioctl(el->el_infd, TIOCGWINSZ, &ws) != -1) { in terminal_get_size()

12