Home
last modified time | relevance | path

Searched refs:TIOCGPGRP (Results 1 - 25 of 43) sorted by relevance

12

/third_party/python/Lib/test/
H A Dtest_ioctl.py8 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 Dtcgetpgrp.c10 if (ioctl(fd, TIOCGPGRP, &pgrp) < 0) in tcgetpgrp()
/third_party/musl/porting/liteos_a/user/src/unistd/
H A Dtcgetpgrp.c10 if (ioctl(fd, TIOCGPGRP, &pgrp) < 0) in tcgetpgrp()
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dioctl.h25 #define TIOCGPGRP 0x540F macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dioctl.h25 #define TIOCGPGRP 0x540F macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dioctl.h25 #define TIOCGPGRP 0x540F macro
/third_party/musl/arch/generic/bits/
H A Dioctl.h25 #define TIOCGPGRP 0x540F macro
/third_party/musl/arch/mips64/bits/
H A Dioctl.h48 #define TIOCGPGRP _IOR('t', 119, int) macro
/third_party/musl/arch/mipsn32/bits/
H A Dioctl.h48 #define TIOCGPGRP _IOR('t', 119, int) macro
/third_party/musl/arch/powerpc64/bits/
H A Dioctl.h48 #define TIOCGPGRP _IOR('t', 119, int) macro
/third_party/musl/arch/mips/bits/
H A Dioctl.h48 #define TIOCGPGRP _IOR('t', 119, int) macro
/third_party/musl/arch/powerpc/bits/
H A Dioctl.h48 #define TIOCGPGRP _IOR('t', 119, int) macro
/third_party/musl/arch/sh/bits/
H A Dioctl.h35 #define TIOCGPGRP _IOR('t', 119, int) macro
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dsyscalls.rs23 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 Dioctl.h42 #define TIOCGPGRP 0x540F macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dioctl.h42 #define TIOCGPGRP 0x540F macro
/third_party/python/Modules/
H A Dtermios.c27 /* 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 Dmod.rs140 pub const TIOCGPGRP: ::Ioctl = 0x540F; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/
H A Dmod.rs127 pub const TIOCGPGRP: ::Ioctl = 0x40047477; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/
H A Dmod.rs119 pub const TIOCGPGRP: ::Ioctl = 0x40047483; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/
H A Dmod.rs119 pub const TIOCGPGRP: ::Ioctl = 0x40047477; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/riscv32/
H A Dmod.rs499 pub const TIOCGPGRP: ::c_int = 21519; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs638 pub const TIOCGPGRP: ::c_ulong = 0x540F; consts
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dioctl.h55 #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 Dmod.rs1631 pub const TIOCGPGRP: ::c_int = 0x540F; consts

Completed in 62 milliseconds

12