Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/tcsh/
HDtc.decls.h164 # undef tcgetpgrp
165 # define tcgetpgrp(a) xtcgetpgrp(a) macro
HDsh.proc.c1963 if (tcgetpgrp(FSHTTY) != pgrp) { in setttypgrp()
2001 (int)tcgetpgrp(FSHTTY))); in pgetty()
2052 wanttty, getpid(), mygetpgrp(), tcgetpgrp(FSHTTY))); in pgetty()
HDsh.lex.c1481 (ctpgrp = tcgetpgrp(FSHTTY)) != -1 && in readc()
HDsh.c2551 if ((pgrp = tcgetpgrp(fd)) == -1) in grabpgrp()
HDFixes576 9. Don't go into an infinite loop when tcgetpgrp() returns an error.
/freebsd-13-stable/usr.bin/su/
HDsu.c452 if (tcgetpgrp(STDERR_FILENO) == getpgrp()) in main()
459 if (tcgetpgrp(STDERR_FILENO) == child_pgrp) in main()
462 if (tcgetpgrp(STDERR_FILENO) == getpgrp()) { in main()
/freebsd-13-stable/bin/sh/
HDerror.c114 if (tcgetpgrp(0) == getpid()) in onint()
HDjobs.c209 initialpgrp = tcgetpgrp(ttyfd); in setjobctl()
/freebsd-13-stable/crypto/openssh/openbsd-compat/
HDbsd-misc.h110 pid_t tcgetpgrp(int);
HDbsd-misc.c286 tcgetpgrp(int fd) in tcgetpgrp() function
/freebsd-13-stable/contrib/mandoc/
HDterm_tag.c198 tc_pgid = tcgetpgrp(STDOUT_FILENO); in term_tag_unlink()
HDmain.c1266 tc_pgid = tcgetpgrp(STDOUT_FILENO); in run_pager()
1399 while (tcgetpgrp(STDOUT_FILENO) != getpid()) in spawn_pager()
/freebsd-13-stable/lib/libc/gen/
HDtermios.c89 tcgetpgrp(int fd) in tcgetpgrp() function
HDSymbol.map266 tcgetpgrp;
HDMakefile.inc312 tcgetpgrp.3 \
/freebsd-13-stable/crypto/openssh/
HDprogressmeter.c82 return (getpgrp() == tcgetpgrp(STDOUT_FILENO)); in can_output()
/freebsd-13-stable/contrib/ncurses/ncurses/tty/
HDlib_tstp.c164 if (tcgetpgrp(STDIN_FILENO) == getpgrp()) in handle_SIGTSTP()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
HDTerminal.cpp430 m_process_group = ::tcgetpgrp(fd); in Save()
/freebsd-13-stable/contrib/tnftp/src/
HDprogressbar.c78 return (tcgetpgrp(fileno(ttyout)) == pgrp); in foregroundproc()
/freebsd-13-stable/include/
HDunistd.h366 pid_t tcgetpgrp(int);
/freebsd-13-stable/usr.sbin/ppp/
HDprompt.c508 return tcgetpgrp(p->fd_in); in prompt_pgrp()
HDphysical.c345 newsid = tcgetpgrp(p->fd) == getpgrp(); in physical_Close()
685 tcgetpgrp(p->fd) == getpgrp()) in physical2iov()
HDbundle.c1652 tcgetpgrp(fd[0]) == getpgrp(); in bundle_SendDatalink()
/freebsd-13-stable/contrib/ncurses/
HDconfigure.in1718 tcgetpgrp \
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt3084 fun:tcgetpgrp=uninstrumented

12