/freebsd/usr.bin/su/ |
H A D | su.c | 440 tcsetpgrp(STDERR_FILENO, child_pid); in main() 447 tcsetpgrp(STDERR_FILENO, getpgrp()); in main() 451 tcsetpgrp(STDERR_FILENO, child_pgrp); in main() 459 tcsetpgrp(STDERR_FILENO, getpgrp()); in main()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-nextstep.h | 51 int tcsetpgrp(int, pid_t);
|
H A D | bsd-nextstep.c | 75 int tcsetpgrp(int fd, pid_t pgrp) in tcsetpgrp() function
|
/freebsd/contrib/netbsd-tests/lib/libc/termios/ |
H A D | t_tcsetpgrp.c | 67 rv = tcsetpgrp(STDIN_FILENO, getpid()); in ATF_TC_BODY()
|
/freebsd/contrib/tcsh/ |
H A D | tc.decls.h | 166 # undef tcsetpgrp 167 # define tcsetpgrp(a, b) xtcsetpgrp((a), (b)) macro
|
H A D | sh.c | 1212 (void) tcsetpgrp(f, shpgrp); in main() 1225 if (tcsetpgrp(f, shpgrp) == -1) { in main() 1239 if (tcsetpgrp(f, shpgrp) == -1) { in main() 1463 (void) tcsetpgrp(FSHTTY, opgrp); in untty()
|
H A D | sh.proc.c | 526 (void) tcsetpgrp(FSHTTY, tpgrp); in pjwait() 1627 rv = tcsetpgrp(FSHTTY, pp->p_jobid); in pstart() 1974 (void) tcsetpgrp(FSHTTY, pgrp); in setttypgrp()
|
H A D | sh.err.c | 579 (void) tcsetpgrp(FSHTTY, tpgrp); in fixerror()
|
H A D | sh.lex.c | 1483 (void) tcsetpgrp(FSHTTY, tpgrp); in readc()
|
H A D | sh.func.c | 2403 (void) tcsetpgrp(FSHTTY, shpgrp);
|
/freebsd/bin/sh/ |
H A D | jobs.c | 222 tcsetpgrp(ttyfd, rootpid); in setjobctl() 226 tcsetpgrp(ttyfd, initialpgrp); in setjobctl() 255 tcsetpgrp(ttyfd, pgrp); in fgcmd() 931 if (tcsetpgrp(ttyfd, pgrp) < 0) in forkshell() 1091 if (ttyfd >= 0 && tcsetpgrp(ttyfd, rootpid) < 0) in waitforjob()
|
/freebsd/contrib/mandoc/ |
H A D | term_tag.c | 202 (void)tcsetpgrp(STDOUT_FILENO, tag_files.tcpgid); in term_tag_unlink()
|
H A D | main.c | 1269 (void)tcsetpgrp(STDOUT_FILENO, man_pgid); in run_pager() 1281 (void)tcsetpgrp(STDOUT_FILENO, pager_pid); in run_pager() 1382 (void)tcsetpgrp(STDOUT_FILENO, pager_pid); in spawn_pager()
|
/freebsd/lib/libc/gen/ |
H A D | termios.c | 78 tcsetpgrp(int fd, pid_t pgrp) in tcsetpgrp() function
|
H A D | Symbol.map | 271 tcsetpgrp;
|
H A D | Makefile.inc | 304 tcsetpgrp.3 \
|
/freebsd/usr.sbin/bsdinstall/runconsoles/ |
H A D | child.c | 332 error = tcsetpgrp(STDIN_FILENO, pgid); in child_leader_run()
|
H A D | runconsoles.c | 154 error = tcsetpgrp(controlling_consinfo->fd, in wait_all_consoles()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Terminal.cpp | 453 tcsetpgrp(fd, m_process_group); in Restore()
|
/freebsd/include/ |
H A D | unistd.h | 368 int tcsetpgrp(int, pid_t);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 3088 fun:tcsetpgrp=uninstrumented
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 10934 this by diddling the tty owner (using tcsetpgrp or
|