Home
last modified time | relevance | path

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

/dragonfly/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()
/dragonfly/lib/libssh/openbsd-compat/
H A Dbsd-nextstep.h51 int tcsetpgrp(int, pid_t);
/dragonfly/contrib/tcsh-6/
H A Dtc.decls.h166 # undef tcsetpgrp
167 # define tcsetpgrp(a, b) xtcsetpgrp((a), (b)) macro
H A Dsh.c1216 (void) tcsetpgrp(f, shpgrp); in main()
1229 if (tcsetpgrp(f, shpgrp) == -1) { in main()
1243 if (tcsetpgrp(f, shpgrp) == -1) { in main()
1467 (void) tcsetpgrp(FSHTTY, opgrp); in untty()
H A Dsh.proc.c526 (void) tcsetpgrp(FSHTTY, tpgrp); in pjwait()
1643 rv = tcsetpgrp(FSHTTY, pp->p_jobid); in pstart()
1990 (void) tcsetpgrp(FSHTTY, pgrp); in setttypgrp()
H A Dsh.err.c579 (void) tcsetpgrp(FSHTTY, tpgrp); in fixerror()
H A Dsh.lex.c1506 (void) tcsetpgrp(FSHTTY, tpgrp); in readc()
H A Dsh.func.c2353 (void) tcsetpgrp(FSHTTY, shpgrp);
/dragonfly/bin/sh/
H A Djobs.c240 tcsetpgrp(ttyfd, rootpid); in setjobctl()
244 tcsetpgrp(ttyfd, initialpgrp); in setjobctl()
273 tcsetpgrp(ttyfd, pgrp); in fgcmd()
942 if (tcsetpgrp(ttyfd, pgrp) < 0) in forkshell()
1102 if (ttyfd >= 0 && tcsetpgrp(ttyfd, rootpid) < 0) in waitforjob()
/dragonfly/contrib/gdb-7/gdb/
H A Dinflow.c328 result = tcsetpgrp (0, tinfo->process_group); in terminal_inferior()
438 result = tcsetpgrp (0, our_terminal_info.process_group); in terminal_ours_1()
/dragonfly/lib/libc/gen/
H A Dtermios.c82 tcsetpgrp(int fd, pid_t pgrp) in tcsetpgrp() function
H A DSymbol.map173 tcsetpgrp;
H A DMakefile.inc84 tcsendbreak.3 tcsetattr.3 tcsetpgrp.3 tcsetsid.3 time.3 times.3 \
/dragonfly/contrib/mdocml/
H A Dterm_tag.c202 (void)tcsetpgrp(STDOUT_FILENO, tag_files.tcpgid); in term_tag_unlink()
H A Dmain.c1239 (void)tcsetpgrp(STDOUT_FILENO, man_pgid); in run_pager()
1251 (void)tcsetpgrp(STDOUT_FILENO, pager_pid); in run_pager()
1352 (void)tcsetpgrp(STDOUT_FILENO, pager_pid); in spawn_pager()
/dragonfly/usr.sbin/sliplogin/
H A Dsliplogin.c394 if (tcsetpgrp(0, getpid()) < 0) { in main()
/dragonfly/include/
H A Dunistd.h418 int tcsetpgrp(int, pid_t);
/dragonfly/sbin/slattach/
H A Dslattach.c305 if (tcsetpgrp(fd, getpid()) < 0) in acquire_line()
/dragonfly/sbin/startslip/
H A Dstartslip.c310 if (tcsetpgrp(fd, getpid()) < 0) { in main()