/external/python/cpython3/Lib/test/ |
D | test_ioctl.py | 15 r = fcntl.ioctl(tty, termios.TIOCGPGRP, " ") 34 r = fcntl.ioctl(tty, termios.TIOCGPGRP, " ") 51 r = fcntl.ioctl(tty, termios.TIOCGPGRP, buf, 1)
|
/external/python/cpython2/Lib/test/ |
D | test_ioctl.py | 15 r = fcntl.ioctl(tty, termios.TIOCGPGRP, " ") 34 r = fcntl.ioctl(tty, termios.TIOCGPGRP, " ") 51 r = fcntl.ioctl(tty, termios.TIOCGPGRP, buf, 1)
|
/external/openssh/openbsd-compat/ |
D | bsd-cray.h | 54 # define TIOCGPGRP (tIOC|20) macro
|
D | bsd-misc.c | 186 if (ioctl(fd, TIOCGPGRP, &ctty_pgrp) == -1) in tcgetpgrp()
|
/external/syzkaller/sys/linux/ |
D | tty_386.const | 59 TIOCGPGRP = 21519
|
D | tty_arm.const | 59 TIOCGPGRP = 21519
|
D | tty_arm64.const | 59 TIOCGPGRP = 21519
|
D | tty_amd64.const | 59 TIOCGPGRP = 21519
|
D | tty_ppc64le.const | 59 TIOCGPGRP = 1074033783
|
D | tty.txt | 38 ioctl$TIOCGPGRP(fd fd_tty, cmd const[TIOCGPGRP], arg ptr[out, pid])
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | ioctls.h | 34 #define TIOCGPGRP 0x540F macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | ioctls.h | 61 #define TIOCGPGRP _IOR('t', 119, int) /* get pgrp of tty */ macro
|
/external/python/cpython2/Modules/ |
D | termios.c | 755 #ifdef TIOCGPGRP 756 {"TIOCGPGRP", TIOCGPGRP},
|
/external/python/cpython3/Modules/ |
D | termios.c | 783 #ifdef TIOCGPGRP 784 {"TIOCGPGRP", TIOCGPGRP},
|
/external/strace/ |
D | term.c | 238 case TIOCGPGRP: in term_ioctl()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 192 TIOCGPGRP = _IOR(ord('t'), 119, int) variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 192 TIOCGPGRP = _IOR(ord('t'), 119, int) variable
|
/external/python/cpython3/Doc/library/ |
D | fcntl.rst | 97 >>> struct.unpack('h', fcntl.ioctl(0, termios.TIOCGPGRP, " "))[0] 100 >>> fcntl.ioctl(0, termios.TIOCGPGRP, buf, 1)
|
/external/python/cpython2/Doc/library/ |
D | fcntl.rst | 94 >>> struct.unpack('h', fcntl.ioctl(0, termios.TIOCGPGRP, " "))[0] 97 >>> fcntl.ioctl(0, termios.TIOCGPGRP, buf, 1)
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 1055 TIOCGPGRP = 0x7414 const
|
D | zerrors_dragonfly_amd64.go | 1208 TIOCGPGRP = 0x40047477 const
|
D | zerrors_openbsd_arm.go | 1254 TIOCGPGRP = 0x40047477 const
|
D | zerrors_openbsd_amd64.go | 1334 TIOCGPGRP = 0x40047477 const
|
D | zerrors_openbsd_386.go | 1251 TIOCGPGRP = 0x40047477 const
|
D | zerrors_darwin_386.go | 1384 TIOCGPGRP = 0x40047477 const
|