Home
last modified time | relevance | path

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

12

/freebsd/tools/test/stress2/misc/
H A Dkillpg.sh38 sed '1,/^EOF/d' < $here/$0 > killpg.c
39 mycc -o killpg -Wall -Wextra killpg.c || exit 1
40 rm -f killpg.c
42 /tmp/killpg
44 rm -f /tmp/killpg
127 if (killpg(gid, SIGINFO) == -1) {
H A Dkillpg2.sh128 if (killpg(gid, SIGUSR1) == -1) {
H A Dkillpg3.sh127 if (killpg(share[GID], SIGUSR1) == -1)
/freebsd/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()
/freebsd/lib/libc/compat-43/
H A DMakefile.inc4 SRCS+= gethostid.c getwd.c killpg.c sethostid.c setpgrp.c \
9 MAN+= killpg.2 sigpause.2 sigsetmask.2 sigvec.2
H A Dkillpg.c40 killpg(pid_t pgid, int sig) in killpg() function
H A DSymbol.map5 killpg;
/freebsd/include/
H A Dsignal.h103 int killpg(__pid_t, int);
/freebsd/contrib/kyua/utils/process/
H A Doperations.cpp215 (void)::killpg(pgid, SIGKILL); in terminate_group()
/freebsd/contrib/tcpdump/lbl/
H A Dos-sunos4.h113 int killpg(int, int);
/freebsd/contrib/libpcap/lbl/
H A Dos-sunos4.h112 int killpg(int, int);
/freebsd/contrib/bmake/
H A Dutil.c218 killpg(int pid, int sig) in killpg() function
575 killpg(int pid, int sig) in killpg() function
H A Dmake.h1199 #define KILLPG(pid, sig) killpg((pid), (sig))
H A Dconfig.h.in62 /* Define to 1 if you have the 'killpg' function. */
H A Dconfigure.in328 killpg \
/freebsd/crypto/openssh/openbsd-compat/
H A Dopenbsd-compat.h94 int killpg(pid_t, int);
H A Dbsd-misc.c417 killpg(pid_t pgrp, int sig) in killpg() function
/freebsd/crypto/heimdal/kadmin/
H A Dkadm_conn.c111 killpg(pgrp, sig); in terminate()
/freebsd/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/contrib/openbsm/etc/
H A Daudit_event73 52:AUE_KILLPG:killpg(2):pc
/freebsd/crypto/openssh/
H A Dsession.c2188 r = killpg(s->pid, sig); in session_signal_req()

12