Home
last modified time | relevance | path

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

/dragonfly/usr.bin/su/
H A Dsu.c439 if (tcgetpgrp(STDERR_FILENO) == getpgrp()) in main()
446 if (tcgetpgrp(STDERR_FILENO) == child_pgrp) in main()
449 if (tcgetpgrp(STDERR_FILENO) == getpgrp()) { in main()
/dragonfly/contrib/tcsh-6/
H A Dtc.decls.h164 # undef tcgetpgrp
165 # define tcgetpgrp(a) xtcgetpgrp(a) macro
H A Dsh.proc.c1979 if (tcgetpgrp(FSHTTY) != pgrp) { in setttypgrp()
2017 (int)tcgetpgrp(FSHTTY))); in pgetty()
2068 wanttty, getpid(), mygetpgrp(), tcgetpgrp(FSHTTY))); in pgetty()
H A Dsh.lex.c1504 (ctpgrp = tcgetpgrp(FSHTTY)) != -1 && in readc()
H A Dsh.c2555 if ((pgrp = tcgetpgrp(fd)) == -1) in grabpgrp()
/dragonfly/bin/sh/
H A Derror.c116 if (tcgetpgrp(0) == getpid()) in onint()
H A Djobs.c218 initialpgrp = tcgetpgrp(ttyfd); in setjobctl()
/dragonfly/lib/libssh/openbsd-compat/
H A Dbsd-misc.h106 pid_t tcgetpgrp(int);
H A Dbsd-misc.c286 tcgetpgrp(int fd) in tcgetpgrp() function
/dragonfly/lib/libc/gen/
H A Dtermios.c91 tcgetpgrp(int fd) in tcgetpgrp() function
H A DSymbol.map169 tcgetpgrp;
H A DMakefile.inc83 strtofflags.3 sysconf.3 sysctl.3 syslog.3 tcgetpgrp.3 tcgetsid.3 \
/dragonfly/contrib/mdocml/
H A Dterm_tag.c198 tc_pgid = tcgetpgrp(STDOUT_FILENO); in term_tag_unlink()
H A Dmain.c1236 tc_pgid = tcgetpgrp(STDOUT_FILENO); in run_pager()
1369 while (tcgetpgrp(STDOUT_FILENO) != getpid()) in spawn_pager()
/dragonfly/crypto/openssh/
H A Dprogressmeter.c84 return (getpgrp() == tcgetpgrp(STDOUT_FILENO)); in can_output()
/dragonfly/contrib/ncurses/ncurses/tty/
H A Dlib_tstp.c164 if (tcgetpgrp(STDIN_FILENO) == getpgrp()) in handle_SIGTSTP()
/dragonfly/contrib/tnftp/src/
H A Dprogressbar.c79 return (tcgetpgrp(fileno(ttyout)) == pgrp); in foregroundproc()
/dragonfly/include/
H A Dunistd.h417 pid_t tcgetpgrp(int);
/dragonfly/contrib/gdb-7/gdb/
H A Dinflow.c125 process_group = tcgetpgrp (0); in gdb_getpgrp()
/dragonfly/usr.sbin/ppp/
H A Dprompt.c506 return tcgetpgrp(p->fd_in); in prompt_pgrp()
H A Dphysical.c343 newsid = tcgetpgrp(p->fd) == getpgrp(); in physical_Close()
683 tcgetpgrp(p->fd) == getpgrp()) in physical2iov()
H A Dbundle.c1646 tcgetpgrp(fd[0]) == getpgrp(); in bundle_SendDatalink()