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

/haiku-fatelf/src/system/libroot/posix/unistd/
H A Dterminal.c57 int status = ioctl(fd, TIOCGPGRP, &foregroundProcess);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dinflow.c148 ioctl (0, TIOCGPGRP, &our_process_group);
355 ioctl (0, TIOCGPGRP, &inferior_process_group);
718 #if defined (HAVE_TERMIOS) || defined (TIOCGPGRP)
733 #endif /* defined (HAVE_TERMIOS) || defined (TIOCGPGRP) */
770 #ifdef TIOCGPGRP
774 #endif /* TIOCGPGRP */
/haiku-fatelf/src/bin/debug/strace/
H A Dioctl.cpp129 IOCTL_INFO_ENTRY(TIOCGPGRP),
/haiku-fatelf/headers/posix/
H A Dtermios.h181 #define TIOCGPGRP (TCGETA + 15) /* Gets the process group ID of the TTY device */ macro
/haiku-fatelf/src/add-ons/kernel/drivers/tty/
H A Dtty.cpp1636 case TIOCGPGRP:
/haiku-fatelf/src/bin/bash/
H A Djobs.c61 /* For the TIOCGPGRP and TIOCSPGRP ioctl parameters on HP-UX */
337 if (ioctl (fd, TIOCGPGRP, &pgrp) < 0)

Completed in 77 milliseconds