| /freebsd-13.1/contrib/tcsh/ |
| H A D | tc.sig.h | 58 # define killpg(a, b) kill(-(a), (b)) macro 64 # define killpg(a, b) kill((a), (b)) macro 70 # define killpg(a, b) kill((a), (b)) macro 77 # define killpg(a, b) kill(-(a), (b)) macro 81 # undef killpg 82 # define killpg(a, b) kill(-getpgrp(a), b) macro
|
| H A D | sh.c | 1881 if (killpg(np->p_jobid, SIGHUP) != -1) { in phup() 1884 (void) killpg(np->p_jobid, SIGCONT); in phup() 2441 if (killpg(np->p_jobid, SIGHUP) != -1) { in done() 2444 (void) killpg(np->p_jobid, SIGCONT); in done()
|
| H A D | tc.os.h | 604 extern int killpg (pid_t, int);
|
| H A D | sh.proc.c | 1552 if (killpg(pp->p_jobid, signum) < 0) { in pkill() 1558 (void) killpg(pp->p_jobid, SIGCONT); in pkill() 1650 rv = killpg(pp->p_jobid, SIGCONT); in pstart()
|
| H A D | sh.lex.c | 1487 (void) killpg(ctpgrp, SIGHUP); in readc()
|
| H A D | Fixes | 1401 walking process group stuff. Check about the killpg() above?
|
| /freebsd-13.1/lib/libc/compat-43/ |
| H A D | Makefile.inc | 7 SRCS+= creat.c gethostid.c getwd.c killpg.c sethostid.c setpgrp.c \ 12 MAN+= creat.2 killpg.2 sigpause.2 sigsetmask.2 sigvec.2
|
| H A D | killpg.c | 46 killpg(pid_t pgid, int sig) in killpg() function
|
| H A D | Symbol.map | 9 killpg;
|
| /freebsd-13.1/contrib/apr/include/ |
| H A D | apr_lib.h | 98 #define apr_killpg(x, y) (killpg ((x), (y)))
|
| /freebsd-13.1/include/ |
| H A D | signal.h | 106 int killpg(__pid_t, int);
|
| /freebsd-13.1/contrib/kyua/utils/process/ |
| H A D | operations.cpp | 215 (void)::killpg(pgid, SIGKILL); in terminate_group()
|
| /freebsd-13.1/contrib/libpcap/lbl/ |
| H A D | os-sunos4.h | 112 int killpg(int, int);
|
| /freebsd-13.1/contrib/tcpdump/lbl/ |
| H A D | os-sunos4.h | 113 int killpg(int, int);
|
| /freebsd-13.1/contrib/bmake/ |
| H A D | util.c | 218 killpg(int pid, int sig) in killpg() function 499 killpg(int pid, int sig) in killpg() function
|
| H A D | make.h | 1144 #define KILLPG(pid, sig) killpg((pid), (sig))
|
| H A D | config.h.in | 62 /* Define to 1 if you have the `killpg' function. */
|
| H A D | configure.in | 283 killpg \
|
| H A D | ChangeLog | 3650 add configure checks for killpg and sys/socket.h
|
| /freebsd-13.1/crypto/heimdal/kadmin/ |
| H A D | kadm_conn.c | 111 killpg(pgrp, sig); in terminate()
|
| /freebsd-13.1/contrib/atf/ |
| H A D | NEWS | 586 * atf-exec's -g option and atf-killpg are gone due to the previous 657 * Added the atf-killpg(1) internal utility, used to kill process groups.
|
| /freebsd-13.1/contrib/openbsm/etc/ |
| H A D | audit_event | 76 52:AUE_KILLPG:killpg(2):pc
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | session.c | 2187 r = killpg(s->pid, sig); in session_signal_req()
|
| /freebsd-13.1/sys/kern/ |
| H A D | init_sysent.c | 204 …{ compat(AS(okillpg_args),killpg), .sy_auevent = AUE_KILLPG, .sy_flags = 0, .sy_thrcnt = SY_THR_ST…
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2162 fun:killpg=uninstrumented
|