Home
last modified time | relevance | path

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

12

/freebsd/contrib/tcsh/
H A Dtc.os.h431 # define getpgrp getpid macro
463 # define mygetpgrp() getpgrp(0)
465 # define mygetpgrp() getpgrp()
H A Dtc.sig.h82 # define killpg(a, b) kill(-getpgrp(a), b)
H A Dsh.h465 extern pid_t getpgrp (int);
467 extern pid_t getpgrp (void);
H A DPorted100 NOTES : Don't use -lBSD; breaks getpgrp(). Config.hp-3.2 obsolete?
/freebsd/usr.bin/su/
H A Dsu.c439 if (tcgetpgrp(STDERR_FILENO) == getpgrp()) in main()
447 tcsetpgrp(STDERR_FILENO, getpgrp()); in main()
449 if (tcgetpgrp(STDERR_FILENO) == getpgrp()) { in main()
459 tcsetpgrp(STDERR_FILENO, getpgrp()); in main()
/freebsd/contrib/tnftp/
H A Dtodo9 Interix may need hack to fix detection of getpgrp() void args.
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-misc.c346 return getpgrp(pid); in getpgid()
349 return getpgrp(); in getpgid()
/freebsd/contrib/tnftp/src/
H A Dprogressbar.c73 pgrp = getpgrp(); in foregroundproc()
75 pgrp = getpgrp(0); in foregroundproc()
/freebsd/usr.sbin/bsdinstall/runconsoles/
H A Drunconsoles.c155 getpgrp()); in wait_all_consoles()
351 else if (pgrp != getpgrp()) in read_consoles()
/freebsd/tools/test/stress2/misc/
H A Dkillpg2.sh86 share[GID] = getpgrp();
H A Dkillpg3.sh118 share[GID] = getpgrp();
/freebsd/usr.sbin/ppp/
H A Dprompt.c553 if (getpgrp() == prompt_pgrp(p)) { in prompt_Continue()
570 if (getpgrp() == prompt_pgrp(p)) { in prompt_Suspend()
H A Dphysical.c345 newsid = tcgetpgrp(p->fd) == getpgrp(); in physical_Close()
685 tcgetpgrp(p->fd) == getpgrp()) in physical2iov()
/freebsd/lib/libsys/
H A DMakefile.sys214 getpgrp.2 \
443 MLINKS+=getpgrp.2 getpgid.2
H A DSymbol.sys.map97 getpgrp;
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_kill.c243 ATF_REQUIRE(kill(-getpgrp(), SIGKILL) == 0); in ATF_TC_BODY()
/freebsd/crypto/openssh/
H A Ddefines.h705 # define getpgrp() getpgrp(0) macro
H A Dprogressmeter.c82 return (getpgrp() == tcgetpgrp(STDOUT_FILENO)); in can_output()
H A Dconfigure.ac2760 AC_CHECK_FUNCS([getpgrp],[
2761 AC_MSG_CHECKING([if getpgrp accepts zero args])
2763 [AC_LANG_PROGRAM([[$ac_includes_default]], [[ getpgrp(); ]])],
2765 AC_DEFINE([GETPGRP_VOID], [1], [getpgrp takes zero args])],
2767 AC_DEFINE([GETPGRP_VOID], [0], [getpgrp takes one arg])]
/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_tstp.c164 if (tcgetpgrp(STDIN_FILENO) == getpgrp()) in handle_SIGTSTP()
/freebsd/include/
H A Dunistd.h346 pid_t getpgrp(void);
/freebsd/sys/sys/
H A Dsyscall.mk70 getpgrp.o \
/freebsd/bin/pkill/
H A Dpkill.c730 li->li_number = getpgrp(); in makelist()
/freebsd/usr.bin/fetch/
H A Dfetch.c1156 pgrp = getpgrp(); in main()
/freebsd/bin/sh/
H A Djobs.c208 if (initialpgrp != getpgrp()) { in setjobctl()

12