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

/freebsd-13-stable/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) function
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/termios/
H A Dt_tcsetpgrp.c44 atf_tc_set_md_var(tc, "descr", "Test errors from tcsetpgrp(3)"
67 rv = tcsetpgrp(STDIN_FILENO, getpid());
/freebsd-13-stable/usr.bin/su/
H A Dsu.c455 tcsetpgrp(STDERR_FILENO, child_pid);
462 tcsetpgrp(STDERR_FILENO, getpgrp());
466 tcsetpgrp(STDERR_FILENO, child_pgrp);
474 tcsetpgrp(STDERR_FILENO, getpgrp());
/freebsd-13-stable/contrib/tcsh/
H A Dtc.decls.h166 # undef tcsetpgrp macro
167 # define tcsetpgrp(a, b) xtcsetpgrp((a), (b)) macro
H A Dsh.c1212 (void) tcsetpgrp(f, shpgrp);
1225 if (tcsetpgrp(f, shpgrp) == -1) {
1239 if (tcsetpgrp(f, shpgrp) == -1) {
1240 xprintf("tcsetpgrp:");
1463 (void) tcsetpgrp(FSHTTY, opgrp);
H A Dsh.err.c579 (void) tcsetpgrp(FSHTTY, tpgrp);
H A Dsh.proc.c526 (void) tcsetpgrp(FSHTTY, tpgrp);
1627 rv = tcsetpgrp(FSHTTY, pp->p_jobid);
1968 * tcsetpgrp will set SIGTTOU to all the the processes in
1974 (void) tcsetpgrp(FSHTTY, pgrp);
H A Dsh.lex.c1483 (void) tcsetpgrp(FSHTTY, tpgrp);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DTerminal.cpp157 tcsetpgrp(fd, m_process_group);
/freebsd-13-stable/lib/libc/gen/
H A Dtermios.c82 tcsetpgrp(int fd, pid_t pgrp) function
H A DMakefile.inc311 tcsetpgrp.3 \
/freebsd-13-stable/contrib/mandoc/
H A Dtag.c75 * POSIX requires that a process calling tcsetpgrp(3)
275 (void)tcsetpgrp(tag_files.ofd, tag_files.tcpgid);
H A Dmain.c726 (void)tcsetpgrp(tag_files->ofd,
739 (void)tcsetpgrp(tag_files->ofd, pager_pid);
1253 (void)tcsetpgrp(tag_files->ofd, pager_pid);
/freebsd-13-stable/bin/sh/
H A Djobs.c230 tcsetpgrp(ttyfd, rootpid);
234 tcsetpgrp(ttyfd, initialpgrp);
263 tcsetpgrp(ttyfd, pgrp);
937 if (tcsetpgrp(ttyfd, pgrp) < 0)
938 error("tcsetpgrp failed, errno=%d", errno);
1097 if (ttyfd >= 0 && tcsetpgrp(ttyfd, rootpid) < 0)
1098 error("tcsetpgrp failed, errno=%d\n", errno);
/freebsd-13-stable/include/
H A Dunistd.h368 int tcsetpgrp(int, pid_t);

Completed in 143 milliseconds