Home
last modified time | relevance | path

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

12

/freebsd-12-stable/usr.bin/su/
Dsu.c454 if (tcgetpgrp(STDERR_FILENO) == getpgrp()) in main()
461 if (tcgetpgrp(STDERR_FILENO) == child_pgrp) in main()
464 if (tcgetpgrp(STDERR_FILENO) == getpgrp()) { in main()
/freebsd-12-stable/contrib/tcsh/
Dtc.decls.h164 # undef tcgetpgrp
165 # define tcgetpgrp(a) xtcgetpgrp(a) macro
Dsh.proc.c1963 if (tcgetpgrp(FSHTTY) != pgrp) { in setttypgrp()
2001 (int)tcgetpgrp(FSHTTY))); in pgetty()
2052 wanttty, getpid(), mygetpgrp(), tcgetpgrp(FSHTTY))); in pgetty()
Dsh.lex.c1481 (ctpgrp = tcgetpgrp(FSHTTY)) != -1 && in readc()
Dsh.c2551 if ((pgrp = tcgetpgrp(fd)) == -1) in grabpgrp()
/freebsd-12-stable/contrib/gdb/gdb/
Dinflow.c137 our_process_group = tcgetpgrp (0); in gdb_has_a_terminal()
344 inferior_process_group = tcgetpgrp (0); in terminal_ours_1()
Dgo32-nat.c1948 tcgetpgrp (int fd) in tcgetpgrp() function
/freebsd-12-stable/bin/sh/
Derror.c116 if (tcgetpgrp(0) == getpid()) in onint()
Djobs.c210 initialpgrp = tcgetpgrp(ttyfd); in setjobctl()
/freebsd-12-stable/crypto/openssh/openbsd-compat/
Dbsd-misc.h110 pid_t tcgetpgrp(int);
Dbsd-misc.c286 tcgetpgrp(int fd) in tcgetpgrp() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
DTerminal.cpp124 m_process_group = ::tcgetpgrp(0); in Save()
/freebsd-12-stable/contrib/mandoc/
Dterm_tag.c198 tc_pgid = tcgetpgrp(STDOUT_FILENO); in term_tag_unlink()
Dmain.c1266 tc_pgid = tcgetpgrp(STDOUT_FILENO); in run_pager()
1399 while (tcgetpgrp(STDOUT_FILENO) != getpid()) in spawn_pager()
/freebsd-12-stable/crypto/openssh/
Dprogressmeter.c84 return (getpgrp() == tcgetpgrp(STDOUT_FILENO)); in can_output()
/freebsd-12-stable/lib/libc/gen/
Dtermios.c91 tcgetpgrp(int fd) in tcgetpgrp() function
DSymbol.map267 tcgetpgrp;
DMakefile.inc302 tcgetpgrp.3 \
/freebsd-12-stable/contrib/ncurses/ncurses/tty/
Dlib_tstp.c161 if (tcgetpgrp(STDIN_FILENO) == getpgrp()) in handle_SIGTSTP()
/freebsd-12-stable/contrib/tnftp/src/
Dprogressbar.c78 return (tcgetpgrp(fileno(ttyout)) == pgrp); in foregroundproc()
/freebsd-12-stable/include/
Dunistd.h367 pid_t tcgetpgrp(int);
/freebsd-12-stable/usr.sbin/ppp/
Dprompt.c510 return tcgetpgrp(p->fd_in); in prompt_pgrp()
Dphysical.c347 newsid = tcgetpgrp(p->fd) == getpgrp(); in physical_Close()
691 tcgetpgrp(p->fd) == getpgrp()) in physical2iov()
Dbundle.c1657 tcgetpgrp(fd[0]) == getpgrp(); in bundle_SendDatalink()
/freebsd-12-stable/contrib/gcc/
Dsys-protos.h1145 extern pid_t tcgetpgrp(int);

12