Searched refs:tcsetpgrp (Results 1 - 9 of 9) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/unistd/
H A Dterminal.c47 tcsetpgrp(int fd, pid_t pgrpid) function
/haiku-fatelf/src/bin/gdb/gdb/
H A Dinflow.c275 result = tcsetpgrp (0, inferior_process_group);
277 OOPSY ("tcsetpgrp");
378 result = tcsetpgrp (0, our_process_group);
385 fprintf_unfiltered (gdb_stderr, "[tcsetpgrp failed in terminal_ours: %s]\n",
H A Dgo32-nat.c1959 tcsetpgrp (int fd, pid_t pgid) function
/haiku-fatelf/headers/posix/
H A Dunistd.h226 extern int tcsetpgrp(int fd, pid_t pgrpid);
/haiku-fatelf/src/bin/consoled/
H A Dconsoled.cpp402 tcsetpgrp(con->tty_slave_fd, pid);
/haiku-fatelf/src/bin/gdb/gdb/gdbserver/
H A Dserver.c58 tcsetpgrp (fileno (stderr), signal_pid);
/haiku-fatelf/src/tests/apps/miniterminal/
H A DMiniView.cpp321 tcsetpgrp(view->fSlaveFD, view->fShellProcess);
/haiku-fatelf/src/apps/terminal/
H A DShell.cpp531 tcsetpgrp(0, getpgrp());
/haiku-fatelf/src/bin/bash/
H A Djobs.c328 #define tcsetpgrp(fd, pgrp) ioctl ((fd), TIOCSPGRP, &(pgrp)) macro
1766 process group with tcsetpgrp() to an unused pgrp value (like
3600 tcsetpgrp (shell_tty, shell_pgrp);
3826 if (tcsetpgrp (shell_tty, pgrp) < 0)
3830 sys_error ("tcsetpgrp(%d) failed: pid %ld to pgrp %ld",

Completed in 207 milliseconds