Home
last modified time | relevance | path

Searched refs:TIOCGPGRP (Results 1 – 25 of 48) sorted by relevance

12

/external/python/cpython3/Lib/test/
Dtest_ioctl.py15 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/
Dtest_ioctl.py15 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/
Dbsd-cray.h54 # define TIOCGPGRP (tIOC|20) macro
Dbsd-misc.c186 if (ioctl(fd, TIOCGPGRP, &ctty_pgrp) == -1) in tcgetpgrp()
/external/syzkaller/sys/linux/
Dtty_386.const59 TIOCGPGRP = 21519
Dtty_arm.const59 TIOCGPGRP = 21519
Dtty_arm64.const59 TIOCGPGRP = 21519
Dtty_amd64.const59 TIOCGPGRP = 21519
Dtty_ppc64le.const59 TIOCGPGRP = 1074033783
Dtty.txt38 ioctl$TIOCGPGRP(fd fd_tty, cmd const[TIOCGPGRP], arg ptr[out, pid])
/external/kernel-headers/original/uapi/asm-generic/
Dioctls.h34 #define TIOCGPGRP 0x540F macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dioctls.h61 #define TIOCGPGRP _IOR('t', 119, int) /* get pgrp of tty */ macro
/external/python/cpython2/Modules/
Dtermios.c755 #ifdef TIOCGPGRP
756 {"TIOCGPGRP", TIOCGPGRP},
/external/python/cpython3/Modules/
Dtermios.c783 #ifdef TIOCGPGRP
784 {"TIOCGPGRP", TIOCGPGRP},
/external/strace/
Dterm.c238 case TIOCGPGRP: in term_ioctl()
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py192 TIOCGPGRP = _IOR(ord('t'), 119, int) variable
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py192 TIOCGPGRP = _IOR(ord('t'), 119, int) variable
/external/python/cpython3/Doc/library/
Dfcntl.rst97 >>> struct.unpack('h', fcntl.ioctl(0, termios.TIOCGPGRP, " "))[0]
100 >>> fcntl.ioctl(0, termios.TIOCGPGRP, buf, 1)
/external/python/cpython2/Doc/library/
Dfcntl.rst94 >>> 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/
Dzerrors_solaris_amd64.go1055 TIOCGPGRP = 0x7414 const
Dzerrors_dragonfly_amd64.go1208 TIOCGPGRP = 0x40047477 const
Dzerrors_openbsd_arm.go1254 TIOCGPGRP = 0x40047477 const
Dzerrors_openbsd_amd64.go1334 TIOCGPGRP = 0x40047477 const
Dzerrors_openbsd_386.go1251 TIOCGPGRP = 0x40047477 const
Dzerrors_darwin_386.go1384 TIOCGPGRP = 0x40047477 const

12