HomeSort by relevance Sort by last modified time
    Searched refs:TIOCGWINSZ (Results 126 - 150 of 203) sorted by null

1 2 3 4 56 7 8 9

  /external/toybox/lib/
interestingtimes.c 30 if (!ioctl(i, TIOCGWINSZ, &ws)) {
  /external/openssh/
progressmeter.c 298 if (ioctl(STDOUT_FILENO, TIOCGWINSZ, &winsize) != -1 &&
sftp.c 807 if (ioctl(fileno(stdin), TIOCGWINSZ, &ws) != -1)
906 if (ioctl(fileno(stdin), TIOCGWINSZ, &ws) != -1)
    [all...]
clientloop.c 544 if (ioctl(fileno(stdin), TIOCGWINSZ, &ws) < 0)
    [all...]
ssh.c     [all...]
  /external/selinux/libselinux/utils/
avcstat.c 83 ret = ioctl(fileno(stdout), TIOCGWINSZ, &ws);
  /build/soong/ui/build/
util.go 103 syscall.TIOCGWINSZ, uintptr(unsafe.Pointer(&winsize)),
  /external/selinux/policycoreutils/run_init/
open_init_pty.c 244 if (ioctl(STDOUT_FILENO, TIOCGWINSZ, &window_size) < 0) {
  /external/valgrind/memcheck/tests/solaris/
scalar_ioctl.c 107 GO(SYS_ioctl, "(TIOCGWINSZ) 3s 1m");
108 SY(SYS_ioctl, x0 - 1, x0 + TIOCGWINSZ, x0); FAIL;
scalar_ioctl.stderr.exp 182 54: SYS_ioctl (TIOCGWINSZ) 3s 1m
193 Syscall param ioctl(TIOCGWINSZ) points to unaddressable byte(s)
  /external/toybox/kconfig/
mconf.c 296 if (!ioctl(STDIN_FILENO, TIOCGWINSZ, &ws)) {
  /external/autotest/client/common_lib/
pexpect.py     [all...]
  /external/libedit/src/
terminal.c 953 #ifdef TIOCGWINSZ
956 if (ioctl(el->el_infd, TIOCGWINSZ, &ws) != -1) {
    [all...]
  /external/mksh/src/
var.c     [all...]
  /external/iputils/
ping_common.c 719 if (ioctl(STDOUT_FILENO, TIOCGWINSZ, &w) != -1) {
  /external/valgrind/include/vki/
vki-darwin.h 892 #define VKI_TIOCGWINSZ TIOCGWINSZ
vki-solaris.h     [all...]
  /external/squashfs-tools/squashfs-tools/
unsquashfs.c 140 if(ioctl(1, TIOCGWINSZ, &winsize) == -1) {
142 ERROR("TIOCGWINSZ ioctl failed, defaulting to 80 "
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 518 unsigned IOCTL_TIOCGWINSZ = TIOCGWINSZ;
    [all...]
  /external/ipsec-tools/src/racoon/
racoonctl.c 1500 if (ioctl(1, TIOCGWINSZ, &win) != 1)
    [all...]
  /external/ppp/pppd/
sys-solaris.c 1209 ioctl(fd, TIOCGWINSZ, &wsinfo);
    [all...]
  /system/core/adb/
commandline.cpp 452 if (ioctl(fd, TIOCGWINSZ, &ws) == -1) return;
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]

Completed in 701 milliseconds

1 2 3 4 56 7 8 9