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

/freebsd-11-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-11-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-11-stable/usr.bin/su/
H A Dsu.c453 tcsetpgrp(STDERR_FILENO, child_pid);
460 tcsetpgrp(STDERR_FILENO, getpgrp());
464 tcsetpgrp(STDERR_FILENO, child_pgrp);
472 tcsetpgrp(STDERR_FILENO, getpgrp());
/freebsd-11-stable/contrib/tcsh/
H A Dtc.decls.h166 # undef tcsetpgrp macro
167 # define tcsetpgrp(a, b) xtcsetpgrp((a), (b)) macro
H A Dsh.err.c579 (void) tcsetpgrp(FSHTTY, tpgrp);
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.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.c1478 (void) tcsetpgrp(FSHTTY, tpgrp);
/freebsd-11-stable/lib/libc/gen/
H A Dtermios.c82 tcsetpgrp(int fd, pid_t pgrp) function
H A DMakefile.inc283 tcsetpgrp.3 \
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DTerminal.cpp157 tcsetpgrp(fd, m_process_group);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dinflow.c271 result = tcsetpgrp (0, inferior_process_group);
273 OOPSY ("tcsetpgrp");
374 result = tcsetpgrp (0, our_process_group);
381 fprintf_unfiltered (gdb_stderr, "[tcsetpgrp failed in terminal_ours: %s]\n",
H A Dgo32-nat.c1957 tcsetpgrp (int fd, pid_t pgid) function
/freebsd-11-stable/contrib/mdocml/
H A Dtag.c72 * POSIX requires that a process calling tcsetpgrp(3)
228 (void)tcsetpgrp(tag_files.ofd, tag_files.tcpgid);
H A Dmain.c556 (void)tcsetpgrp(tag_files->ofd,
569 (void)tcsetpgrp(tag_files->ofd, pager_pid);
1162 (void)tcsetpgrp(tag_files->ofd, pager_pid);
/freebsd-11-stable/bin/sh/
H A Djobs.c229 tcsetpgrp(ttyfd, rootpid);
233 tcsetpgrp(ttyfd, initialpgrp);
262 tcsetpgrp(ttyfd, pgrp);
931 if (tcsetpgrp(ttyfd, pgrp) < 0)
932 error("tcsetpgrp failed, errno=%d", errno);
1089 if (ttyfd >= 0 && tcsetpgrp(ttyfd, rootpid) < 0)
1090 error("tcsetpgrp failed, errno=%d\n", errno);
/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Dserver.c58 tcsetpgrp (fileno (stderr), signal_pid);
/freebsd-11-stable/include/
H A Dunistd.h366 int tcsetpgrp(int, pid_t);
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h1149 extern int tcsetpgrp(int, pid_t);

Completed in 250 milliseconds