| /freebsd-14.2/contrib/tcsh/ |
| H A D | tc.os.h | 431 # define getpgrp getpid macro 463 # define mygetpgrp() getpgrp(0) 465 # define mygetpgrp() getpgrp()
|
| H A D | tc.sig.h | 82 # define killpg(a, b) kill(-getpgrp(a), b)
|
| H A D | sh.h | 465 extern pid_t getpgrp (int); 467 extern pid_t getpgrp (void);
|
| H A D | Ported | 100 NOTES : Don't use -lBSD; breaks getpgrp(). Config.hp-3.2 obsolete?
|
| /freebsd-14.2/usr.bin/su/ |
| H A D | su.c | 452 if (tcgetpgrp(STDERR_FILENO) == getpgrp()) in main() 460 tcsetpgrp(STDERR_FILENO, getpgrp()); in main() 462 if (tcgetpgrp(STDERR_FILENO) == getpgrp()) { in main() 472 tcsetpgrp(STDERR_FILENO, getpgrp()); in main()
|
| /freebsd-14.2/contrib/tnftp/ |
| H A D | todo | 9 Interix may need hack to fix detection of getpgrp() void args.
|
| /freebsd-14.2/crypto/openssh/openbsd-compat/ |
| H A D | bsd-misc.c | 346 return getpgrp(pid); in getpgid() 349 return getpgrp(); in getpgid()
|
| /freebsd-14.2/contrib/tnftp/src/ |
| H A D | progressbar.c | 73 pgrp = getpgrp(); in foregroundproc() 75 pgrp = getpgrp(0); in foregroundproc()
|
| /freebsd-14.2/usr.sbin/bsdinstall/runconsoles/ |
| H A D | runconsoles.c | 155 getpgrp()); in wait_all_consoles() 351 else if (pgrp != getpgrp()) in read_consoles()
|
| /freebsd-14.2/tools/test/stress2/misc/ |
| H A D | killpg2.sh | 86 share[GID] = getpgrp();
|
| H A D | killpg3.sh | 118 share[GID] = getpgrp();
|
| /freebsd-14.2/usr.sbin/ppp/ |
| H A D | prompt.c | 553 if (getpgrp() == prompt_pgrp(p)) { in prompt_Continue() 570 if (getpgrp() == prompt_pgrp(p)) { in prompt_Suspend()
|
| H A D | physical.c | 345 newsid = tcgetpgrp(p->fd) == getpgrp(); in physical_Close() 685 tcgetpgrp(p->fd) == getpgrp()) in physical2iov()
|
| /freebsd-14.2/contrib/netbsd-tests/lib/libc/sys/ |
| H A D | t_kill.c | 243 ATF_REQUIRE(kill(-getpgrp(), SIGKILL) == 0); in ATF_TC_BODY()
|
| /freebsd-14.2/lib/libc/sys/ |
| H A D | Makefile.inc | 214 getpgrp.2 \ 431 MLINKS+=getpgrp.2 getpgid.2
|
| H A D | Symbol.map | 103 getpgrp;
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | defines.h | 705 # define getpgrp() getpgrp(0) macro
|
| H A D | progressmeter.c | 82 return (getpgrp() == tcgetpgrp(STDOUT_FILENO)); in can_output()
|
| H A D | configure.ac | 2760 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-14.2/contrib/ncurses/ncurses/tty/ |
| H A D | lib_tstp.c | 164 if (tcgetpgrp(STDIN_FILENO) == getpgrp()) in handle_SIGTSTP()
|
| /freebsd-14.2/include/ |
| H A D | unistd.h | 345 pid_t getpgrp(void);
|
| /freebsd-14.2/sys/sys/ |
| H A D | syscall.mk | 68 getpgrp.o \
|
| /freebsd-14.2/bin/pkill/ |
| H A D | pkill.c | 731 li->li_number = getpgrp(); in makelist()
|
| /freebsd-14.2/usr.bin/fetch/ |
| H A D | fetch.c | 1157 pgrp = getpgrp(); in main()
|
| /freebsd-14.2/bin/sh/ |
| H A D | jobs.c | 214 if (initialpgrp != getpgrp()) { in setjobctl()
|