HomeSort by relevance Sort by last modified time
    Searched refs:TIOCGPGRP (Results 1 - 25 of 47) sorted by null

1 2

  /external/openssh/openbsd-compat/
bsd-cray.h 54 # define TIOCGPGRP (tIOC|20)
bsd-misc.c 186 if (ioctl(fd, TIOCGPGRP, &ctty_pgrp) == -1)
  /bionic/libc/bionic/
termios.cpp 40 return (ioctl(fd, TIOCGPGRP, &pid) == -1) ? -1 : pid;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_ioctl.py 7 get_attribute(termios, 'TIOCGPGRP') #Can't run tests without this feature
15 r = fcntl.ioctl(tty, termios.TIOCGPGRP, " ")
30 # If this process has been put into the background, TIOCGPGRP returns
34 r = fcntl.ioctl(tty, termios.TIOCGPGRP, " ")
51 r = fcntl.ioctl(tty, termios.TIOCGPGRP, buf, 1)
  /external/python/cpython2/Lib/test/
test_ioctl.py 7 get_attribute(termios, 'TIOCGPGRP') #Can't run tests without this feature
15 r = fcntl.ioctl(tty, termios.TIOCGPGRP, " ")
30 # If this process has been put into the background, TIOCGPGRP returns
34 r = fcntl.ioctl(tty, termios.TIOCGPGRP, " ")
51 r = fcntl.ioctl(tty, termios.TIOCGPGRP, buf, 1)
  /external/python/cpython3/Lib/test/
test_ioctl.py 7 get_attribute(termios, 'TIOCGPGRP') #Can't run tests without this feature
15 r = fcntl.ioctl(tty, termios.TIOCGPGRP, " ")
30 # If this process has been put into the background, TIOCGPGRP returns
34 r = fcntl.ioctl(tty, termios.TIOCGPGRP, " ")
51 r = fcntl.ioctl(tty, termios.TIOCGPGRP, buf, 1)
  /bionic/libc/kernel/uapi/asm-generic/
ioctls.h 36 #define TIOCGPGRP 0x540F
  /bionic/libc/kernel/uapi/asm-mips/asm/
ioctls.h 63 #define TIOCGPGRP _IOR('t', 119, int)
  /device/google/bonito/sdm710/kernel-headers/asm-generic/
ioctls.h 36 #define TIOCGPGRP 0x540F
  /device/google/bonito/sdm710/original-kernel-headers/asm-generic/
ioctls.h 33 #define TIOCGPGRP 0x540F
  /device/google/crosshatch/sdm845/kernel-headers/asm-generic/
ioctls.h 36 #define TIOCGPGRP 0x540F
  /device/google/crosshatch/sdm845/original-kernel-headers/asm-generic/
ioctls.h 33 #define TIOCGPGRP 0x540F
  /external/kernel-headers/original/uapi/asm-generic/
ioctls.h 34 #define TIOCGPGRP 0x540F
  /external/kernel-headers/original/uapi/asm-mips/asm/
ioctls.h 61 #define TIOCGPGRP _IOR('t', 119, int) /* get pgrp of tty */
  /external/strace/
term.c 238 case TIOCGPGRP:
  /external/python/cpython2/Modules/
termios.c 28 /* HP-UX requires that this be included to pick up TIOCGPGRP and friends */
755 #ifdef TIOCGPGRP
756 {"TIOCGPGRP", TIOCGPGRP},
  /external/python/cpython3/Modules/
termios.c 27 /* HP-UX requires that this be included to pick up TIOCGPGRP and friends */
783 #ifdef TIOCGPGRP
784 {"TIOCGPGRP", TIOCGPGRP},
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 192 TIOCGPGRP = _IOR(ord('t'), 119, int)
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 192 TIOCGPGRP = _IOR(ord('t'), 119, int)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 517 unsigned IOCTL_TIOCGPGRP = TIOCGPGRP;
    [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_dragonfly_amd64.go     [all...]
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]
zerrors_freebsd_arm.go     [all...]
zerrors_netbsd_386.go     [all...]

Completed in 1124 milliseconds

1 2