Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_ioctl.py17 r = fcntl.ioctl(tty, termios.TIOCGPGRP, " ")
35 r = fcntl.ioctl(tty, termios.TIOCGPGRP, " ")
52 r = fcntl.ioctl(tty, termios.TIOCGPGRP, buf, True)
/third_party/musl/src/unistd/
Dtcgetpgrp.c8 if (ioctl(fd, TIOCGPGRP, &pgrp) < 0) in tcgetpgrp()
/third_party/musl/porting/liteos_a/user/src/unistd/
Dtcgetpgrp.c10 if (ioctl(fd, TIOCGPGRP, &pgrp) < 0) in tcgetpgrp()
/third_party/musl/porting/uniproton/kernel/include/bits/
Dioctl.h25 #define TIOCGPGRP 0x540F macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dioctl.h25 #define TIOCGPGRP 0x540F macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dioctl.h25 #define TIOCGPGRP 0x540F macro
/third_party/musl/arch/generic/bits/
Dioctl.h25 #define TIOCGPGRP 0x540F macro
/third_party/musl/arch/mips64/bits/
Dioctl.h48 #define TIOCGPGRP _IOR('t', 119, int) macro
/third_party/musl/arch/mips/bits/
Dioctl.h48 #define TIOCGPGRP _IOR('t', 119, int) macro
/third_party/musl/arch/mipsn32/bits/
Dioctl.h48 #define TIOCGPGRP _IOR('t', 119, int) macro
/third_party/musl/arch/powerpc64/bits/
Dioctl.h48 #define TIOCGPGRP _IOR('t', 119, int) macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dioctl.h42 #define TIOCGPGRP 0x540F macro
/third_party/musl/arch/powerpc/bits/
Dioctl.h48 #define TIOCGPGRP _IOR('t', 119, int) macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dioctl.h42 #define TIOCGPGRP 0x540F macro
/third_party/musl/arch/sh/bits/
Dioctl.h35 #define TIOCGPGRP _IOR('t', 119, int) macro
/third_party/python/Modules/
Dtermios.c838 #ifdef TIOCGPGRP
839 {"TIOCGPGRP", TIOCGPGRP},
/third_party/python/Doc/library/
Dfcntl.rst114 >>> struct.unpack('h', fcntl.ioctl(0, termios.TIOCGPGRP, " "))[0]
117 >>> fcntl.ioctl(0, termios.TIOCGPGRP, buf, 1)