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

/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dbsd-nextstep.h53 int tcsetpgrp(int, pid_t);
H A Dbsd-nextstep.c75 int tcsetpgrp(int fd, pid_t pgrp) function
/freebsd-9.3-release/usr.bin/su/
H A Dsu.c451 tcsetpgrp(STDERR_FILENO, child_pid);
458 tcsetpgrp(STDERR_FILENO, getpgrp());
462 tcsetpgrp(STDERR_FILENO, child_pgrp);
470 tcsetpgrp(STDERR_FILENO, getpgrp());
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.decls.h167 # undef tcsetpgrp macro
168 # define tcsetpgrp(a, b) xtcsetpgrp((a), (b)) macro
H A Dsh.c1221 (void) tcsetpgrp(f, shpgrp);
1234 if (tcsetpgrp(f, shpgrp) == -1) {
1248 if (tcsetpgrp(f, shpgrp) == -1) {
1249 xprintf("tcsetpgrp:");
1439 (void) tcsetpgrp(FSHTTY, opgrp);
H A Dsh.err.c581 (void) tcsetpgrp(FSHTTY, tpgrp);
H A Dsh.proc.c526 (void) tcsetpgrp(FSHTTY, tpgrp);
1598 rv = tcsetpgrp(FSHTTY, pp->p_jobid);
1939 * tcsetpgrp will set SIGTTOU to all the the processes in
1945 (void) tcsetpgrp(FSHTTY, pgrp);
H A Dsh.lex.c1463 (void) tcsetpgrp(FSHTTY, tpgrp);
/freebsd-9.3-release/lib/libc/gen/
H A Dtermios.c80 tcsetpgrp(int fd, pid_t pgrp) function
H A DMakefile.inc88 tcsendbreak.3 tcsetattr.3 tcsetpgrp.3 tcsetsid.3 time.3 times.3 \
H A DSymbol.map283 tcsetpgrp;
/freebsd-9.3-release/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-9.3-release/bin/sh/
H A Djobs.c168 tcsetpgrp(ttyfd, rootpid);
171 tcsetpgrp(ttyfd, initialpgrp);
197 tcsetpgrp(ttyfd, pgrp);
816 if (tcsetpgrp(ttyfd, pgrp) < 0)
817 error("tcsetpgrp failed, errno=%d", errno);
974 if (tcsetpgrp(ttyfd, mypgrp) < 0)
975 error("tcsetpgrp failed, errno=%d\n", errno);
/freebsd-9.3-release/contrib/gdb/gdb/gdbserver/
H A Dserver.c58 tcsetpgrp (fileno (stderr), signal_pid);
/freebsd-9.3-release/include/
H A Dunistd.h366 int tcsetpgrp(int, pid_t);
/freebsd-9.3-release/usr.bin/xlint/llib/
H A Dllib-lposix293 int (tcsetpgrp)(int fildes, pid_t pgrpid);
/freebsd-9.3-release/contrib/gcc/
H A Dsys-protos.h1149 extern int tcsetpgrp(int, pid_t);

Completed in 158 milliseconds