Searched refs:getpgrp (Results 1 – 25 of 29) sorted by relevance
12
/freebsd/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/usr.bin/su/ |
H A D | su.c | 439 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 D | todo | 9 Interix may need hack to fix detection of getpgrp() void args.
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-misc.c | 346 return getpgrp(pid); in getpgid() 349 return getpgrp(); in getpgid()
|
/freebsd/contrib/tnftp/src/ |
H A D | progressbar.c | 73 pgrp = getpgrp(); in foregroundproc() 75 pgrp = getpgrp(0); in foregroundproc()
|
/freebsd/usr.sbin/bsdinstall/runconsoles/ |
H A D | runconsoles.c | 155 getpgrp()); in wait_all_consoles() 351 else if (pgrp != getpgrp()) in read_consoles()
|
/freebsd/tools/test/stress2/misc/ |
H A D | killpg2.sh | 86 share[GID] = getpgrp();
|
H A D | killpg3.sh | 118 share[GID] = getpgrp();
|
/freebsd/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/lib/libsys/ |
H A D | Makefile.sys | 214 getpgrp.2 \ 443 MLINKS+=getpgrp.2 getpgid.2
|
H A D | Symbol.sys.map | 97 getpgrp;
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_kill.c | 243 ATF_REQUIRE(kill(-getpgrp(), SIGKILL) == 0); in ATF_TC_BODY()
|
/freebsd/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/contrib/ncurses/ncurses/tty/ |
H A D | lib_tstp.c | 164 if (tcgetpgrp(STDIN_FILENO) == getpgrp()) in handle_SIGTSTP()
|
/freebsd/include/ |
H A D | unistd.h | 346 pid_t getpgrp(void);
|
/freebsd/sys/sys/ |
H A D | syscall.mk | 70 getpgrp.o \
|
/freebsd/bin/pkill/ |
H A D | pkill.c | 730 li->li_number = getpgrp(); in makelist()
|
/freebsd/usr.bin/fetch/ |
H A D | fetch.c | 1156 pgrp = getpgrp(); in main()
|
/freebsd/bin/sh/ |
H A D | jobs.c | 208 if (initialpgrp != getpgrp()) { in setjobctl()
|
12