Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/tcsh/
H A Dtc.sig.h58 # 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 Dsh.c1881 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 Dtc.os.h604 extern int killpg (pid_t, int);
H A Dsh.proc.c1552 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 Dsh.lex.c1487 (void) killpg(ctpgrp, SIGHUP); in readc()
H A DFixes1401 walking process group stuff. Check about the killpg() above?
/freebsd-13.1/lib/libc/compat-43/
H A DMakefile.inc7 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 Dkillpg.c46 killpg(pid_t pgid, int sig) in killpg() function
H A DSymbol.map9 killpg;
/freebsd-13.1/contrib/apr/include/
H A Dapr_lib.h98 #define apr_killpg(x, y) (killpg ((x), (y)))
/freebsd-13.1/include/
H A Dsignal.h106 int killpg(__pid_t, int);
/freebsd-13.1/contrib/kyua/utils/process/
H A Doperations.cpp215 (void)::killpg(pgid, SIGKILL); in terminate_group()
/freebsd-13.1/contrib/libpcap/lbl/
H A Dos-sunos4.h112 int killpg(int, int);
/freebsd-13.1/contrib/tcpdump/lbl/
H A Dos-sunos4.h113 int killpg(int, int);
/freebsd-13.1/contrib/bmake/
H A Dutil.c218 killpg(int pid, int sig) in killpg() function
499 killpg(int pid, int sig) in killpg() function
H A Dmake.h1144 #define KILLPG(pid, sig) killpg((pid), (sig))
H A Dconfig.h.in62 /* Define to 1 if you have the `killpg' function. */
H A Dconfigure.in283 killpg \
H A DChangeLog3650 add configure checks for killpg and sys/socket.h
/freebsd-13.1/crypto/heimdal/kadmin/
H A Dkadm_conn.c111 killpg(pgrp, sig); in terminate()
/freebsd-13.1/contrib/atf/
H A DNEWS586 * 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 Daudit_event76 52:AUE_KILLPG:killpg(2):pc
/freebsd-13.1/crypto/openssh/
H A Dsession.c2187 r = killpg(s->pid, sig); in session_signal_req()
/freebsd-13.1/sys/kern/
H A Dinit_sysent.c204 …{ 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 Dlibc_ubuntu1404_abilist.txt2162 fun:killpg=uninstrumented