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

/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dbsd-misc.h86 pid_t tcgetpgrp(int);
H A Dbsd-misc.c183 tcgetpgrp(int fd) function
/freebsd-13-stable/bin/sh/
H A Derror.c116 if (tcgetpgrp(0) == getpid())
H A Djobs.c211 initialpgrp = tcgetpgrp(ttyfd);
/freebsd-13-stable/contrib/tcsh/
H A Dtc.decls.h164 # undef tcgetpgrp macro
165 # define tcgetpgrp(a) xtcgetpgrp(a) macro
H A Dsh.proc.c1959 * terminal process group are zombies. In this case tcgetpgrp()
1963 if (tcgetpgrp(FSHTTY) != pgrp) {
2001 (int)tcgetpgrp(FSHTTY)));
2052 wanttty, getpid(), mygetpgrp(), tcgetpgrp(FSHTTY)));
H A Dsh.func.c2401 stderror(ERR_SYSTEM, "tcgetpgrp", strerror(errno));
H A Dsh.lex.c1481 (ctpgrp = tcgetpgrp(FSHTTY)) != -1 &&
H A Dsh.c2551 if ((pgrp = tcgetpgrp(fd)) == -1)
/freebsd-13-stable/usr.bin/su/
H A Dsu.c454 if (tcgetpgrp(STDERR_FILENO) == getpgrp())
461 if (tcgetpgrp(STDERR_FILENO) == child_pgrp)
464 if (tcgetpgrp(STDERR_FILENO) == getpgrp()) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DTerminal.cpp123 m_process_group = ::tcgetpgrp(0);
/freebsd-13-stable/lib/libc/gen/
H A Dtermios.c91 tcgetpgrp(int fd) function
H A DMakefile.inc306 tcgetpgrp.3 \
/freebsd-13-stable/contrib/mandoc/
H A Dtag.c271 tc_pgid = tcgetpgrp(tag_files.ofd);
H A Dmain.c723 tc_pgid = tcgetpgrp(tag_files->ofd);
1276 while (tcgetpgrp(STDOUT_FILENO) != getpid())
/freebsd-13-stable/contrib/ncurses/ncurses/tty/
H A Dlib_tstp.c164 if (tcgetpgrp(STDIN_FILENO) == getpgrp())
/freebsd-13-stable/crypto/openssh/
H A Dprogressmeter.c84 return (getpgrp() == tcgetpgrp(STDOUT_FILENO));
/freebsd-13-stable/include/
H A Dunistd.h367 pid_t tcgetpgrp(int);
/freebsd-13-stable/contrib/tnftp/src/
H A Dprogressbar.c78 return (tcgetpgrp(fileno(ttyout)) == pgrp);
/freebsd-13-stable/usr.sbin/ppp/
H A Dprompt.c510 return tcgetpgrp(p->fd_in);
H A Dphysical.c347 newsid = tcgetpgrp(p->fd) == getpgrp();
687 tcgetpgrp(p->fd) == getpgrp())
H A Dbundle.c1654 tcgetpgrp(fd[0]) == getpgrp();

Completed in 238 milliseconds