Home
last modified time | relevance | path

Searched refs:tcsetpgrp (Results 1 – 22 of 22) sorted by relevance

/freebsd/usr.bin/su/
H A Dsu.c440 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 Dbsd-nextstep.h51 int tcsetpgrp(int, pid_t);
H A Dbsd-nextstep.c75 int tcsetpgrp(int fd, pid_t pgrp) in tcsetpgrp() function
/freebsd/contrib/netbsd-tests/lib/libc/termios/
H A Dt_tcsetpgrp.c67 rv = tcsetpgrp(STDIN_FILENO, getpid()); in ATF_TC_BODY()
/freebsd/contrib/tcsh/
H A Dtc.decls.h166 # undef tcsetpgrp
167 # define tcsetpgrp(a, b) xtcsetpgrp((a), (b)) macro
H A Dsh.c1212 (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 Dsh.proc.c526 (void) tcsetpgrp(FSHTTY, tpgrp); in pjwait()
1627 rv = tcsetpgrp(FSHTTY, pp->p_jobid); in pstart()
1974 (void) tcsetpgrp(FSHTTY, pgrp); in setttypgrp()
H A Dsh.err.c579 (void) tcsetpgrp(FSHTTY, tpgrp); in fixerror()
H A Dsh.lex.c1483 (void) tcsetpgrp(FSHTTY, tpgrp); in readc()
H A Dsh.func.c2403 (void) tcsetpgrp(FSHTTY, shpgrp);
/freebsd/bin/sh/
H A Djobs.c222 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 Dterm_tag.c202 (void)tcsetpgrp(STDOUT_FILENO, tag_files.tcpgid); in term_tag_unlink()
H A Dmain.c1269 (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 Dtermios.c78 tcsetpgrp(int fd, pid_t pgrp) in tcsetpgrp() function
H A DSymbol.map271 tcsetpgrp;
H A DMakefile.inc304 tcsetpgrp.3 \
/freebsd/usr.sbin/bsdinstall/runconsoles/
H A Dchild.c332 error = tcsetpgrp(STDIN_FILENO, pgid); in child_leader_run()
H A Drunconsoles.c154 error = tcsetpgrp(controlling_consinfo->fd, in wait_all_consoles()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DTerminal.cpp453 tcsetpgrp(fd, m_process_group); in Restore()
/freebsd/include/
H A Dunistd.h368 int tcsetpgrp(int, pid_t);
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3088 fun:tcsetpgrp=uninstrumented
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES10934 this by diddling the tty owner (using tcsetpgrp or