Home
last modified time | relevance | path

Searched refs:tcgetpgrp (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm-project/lldb/tools/debugserver/source/
DTTYState.cpp29 m_processGroup = tcgetpgrp(0); in GetTTYState()
/external/openssh/openbsd-compat/
Dbsd-misc.h109 pid_t tcgetpgrp(int);
Dbsd-misc.c286 tcgetpgrp(int fd) in tcgetpgrp() function
/external/llvm-project/lldb/source/Host/common/
DTerminal.cpp123 m_process_group = ::tcgetpgrp(0); in Save()
/external/openssh/
Dprogressmeter.c84 return (getpgrp() == tcgetpgrp(STDOUT_FILENO)); in can_output()
Dconfigure.ac1872 tcgetpgrp \
/external/igt-gpu-tools/tests/
Dtestdisplay.c585 if (getpgrp() != tcgetpgrp(STDOUT_FILENO)) in set_termio_mode()
/external/mksh/src/
Djobs.c359 if ((ttypgrp = tcgetpgrp(tty_fd)) < 0) { in j_change()
1189 (j->saved_ttypgrp = tcgetpgrp(tty_fd)) >= 0) in j_waitj()
/external/igt-gpu-tools/tools/
Dintel_dp_compliance.c997 if (getpgrp() != tcgetpgrp(STDOUT_FILENO)) in set_termio_mode()
/external/rust/crates/nix/src/
Dunistd.rs309 pub fn tcgetpgrp(fd: c_int) -> Result<Pid> { in tcgetpgrp() function
310 let res = unsafe { libc::tcgetpgrp(fd) }; in tcgetpgrp()
/external/rust/crates/libc/src/unix/
Dmod.rs894 pub fn tcgetpgrp(fd: ::c_int) -> pid_t; in tcgetpgrp() function
/external/python/cpython2/
Dpyconfig.h.in850 /* Define to 1 if you have the `tcgetpgrp' function. */
Dconfigure.ac3134 sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
Dconfigure10617 sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
/external/python/cpython3/
Dpyconfig.h.in1216 /* Define to 1 if you have the `tcgetpgrp' function. */
Dconfigure.ac3703 sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
Dconfigure11725 sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
/external/rust/crates/nix/
DCHANGELOG.md819 - Added `tcgetpgrp` and `tcsetpgrp` in `::nix::unistd`
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3611 pub fn tcgetpgrp(fd: ::c_int) -> pid_t; in tcgetpgrp() function
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3078 fun:tcgetpgrp=uninstrumented
/external/llvm-project/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3078 fun:tcgetpgrp=uninstrumented
/external/python/cpython2/Doc/library/
Dos.rst825 .. function:: tcgetpgrp(fd)
/external/python/cpython2/Modules/
Dposixmodule.c6571 pgid = tcgetpgrp(fd); in posix_tcgetpgrp()
/external/python/cpython3/Modules/
Dposixmodule.c8927 pid_t pgid = tcgetpgrp(fd); in os_tcgetpgrp_impl()
/external/python/cpython3/Doc/library/
Dos.rst1351 .. function:: tcgetpgrp(fd)

12