/third_party/python/Lib/test/ |
H A D | test_ioctl.py | 8 get_attribute(termios, 'TIOCGPGRP') #Can't run tests without this feature 17 r = fcntl.ioctl(tty, termios.TIOCGPGRP, " ") 31 # If this process has been put into the background, TIOCGPGRP returns 35 r = fcntl.ioctl(tty, termios.TIOCGPGRP, " ") 52 r = fcntl.ioctl(tty, termios.TIOCGPGRP, buf, True)
|
/third_party/musl/src/unistd/ |
H A D | tcgetpgrp.c | 10 if (ioctl(fd, TIOCGPGRP, &pgrp) < 0) in tcgetpgrp()
|
/third_party/musl/porting/liteos_a/user/src/unistd/ |
H A D | tcgetpgrp.c | 10 if (ioctl(fd, TIOCGPGRP, &pgrp) < 0) in tcgetpgrp()
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | ioctl.h | 25 #define TIOCGPGRP 0x540F macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | ioctl.h | 25 #define TIOCGPGRP 0x540F macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | ioctl.h | 25 #define TIOCGPGRP 0x540F macro
|
/third_party/musl/arch/generic/bits/ |
H A D | ioctl.h | 25 #define TIOCGPGRP 0x540F macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | ioctl.h | 48 #define TIOCGPGRP _IOR('t', 119, int) macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | ioctl.h | 48 #define TIOCGPGRP _IOR('t', 119, int) macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | ioctl.h | 48 #define TIOCGPGRP _IOR('t', 119, int) macro
|
/third_party/musl/arch/mips/bits/ |
H A D | ioctl.h | 48 #define TIOCGPGRP _IOR('t', 119, int) macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | ioctl.h | 48 #define TIOCGPGRP _IOR('t', 119, int) macro
|
/third_party/musl/arch/sh/bits/ |
H A D | ioctl.h | 35 #define TIOCGPGRP _IOR('t', 119, int) macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
H A D | syscalls.rs | 23 TCFLSH, TCGETS, TCSBRK, TCSETS, TCXONC, TIOCGPGRP, TIOCGSID, TIOCGWINSZ, TIOCSPGRP, TIOCSWINSZ, 48 ret(syscall!(__NR_ioctl, fd, c_uint(TIOCGPGRP), &mut result))?;
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | ioctl.h | 42 #define TIOCGPGRP 0x540F macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | ioctl.h | 42 #define TIOCGPGRP 0x540F macro
|
/third_party/python/Modules/ |
H A D | termios.c | 27 /* HP-UX requires that this be included to pick up TIOCGPGRP and friends */ 1054 #ifdef TIOCGPGRP 1055 {"TIOCGPGRP", TIOCGPGRP},
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
H A D | mod.rs | 140 pub const TIOCGPGRP: ::Ioctl = 0x540F; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
H A D | mod.rs | 127 pub const TIOCGPGRP: ::Ioctl = 0x40047477; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
H A D | mod.rs | 119 pub const TIOCGPGRP: ::Ioctl = 0x40047483; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
H A D | mod.rs | 119 pub const TIOCGPGRP: ::Ioctl = 0x40047477; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/riscv32/ |
H A D | mod.rs | 499 pub const TIOCGPGRP: ::c_int = 21519; consts
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 638 pub const TIOCGPGRP: ::c_ulong = 0x540F; consts
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | ioctl.h | 55 #define TIOCGPGRP 0x540ful macro 1611 #define TIOCGPGRP 0x540ful macro 3171 #define TIOCGPGRP 0x540ful macro 4727 #define TIOCGPGRP 0x540ful macro 6179 #define TIOCGPGRP 0x40047477ul macro 7625 #define TIOCGPGRP 0x40047477ul macro 9175 #define TIOCGPGRP 0x40047477ul macro 10726 #define TIOCGPGRP 0x540ful macro
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 1631 pub const TIOCGPGRP: ::c_int = 0x540F; consts
|