Searched refs:killpg (Results 1 - 17 of 17) sorted by relevance

/freebsd-12-stable/lib/libc/compat-43/
H A Dkillpg.c33 static char sccsid[] = "@(#)killpg.c 8.1 (Berkeley) 6/2/93";
43 * Backwards-compatible killpg().
46 killpg(pid_t pgid, int sig) function
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
/freebsd-12-stable/contrib/tcsh/
H A Dtc.sig.h55 * NOTE: we don't want killpg(a, b) == kill(-getpgrp(a), b)
58 # define killpg(a, b) kill(-(a), (b)) macro
60 /* this is the poor man's version of killpg()! Just kill the
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 macro
82 # define killpg(a, b) kill(-getpgrp(a), b) macro
H A Dtc.os.h604 extern int killpg (pid_t, int);
H A Dsh.c1881 if (killpg(np->p_jobid, SIGHUP) != -1) {
1884 (void) killpg(np->p_jobid, SIGCONT);
2441 if (killpg(np->p_jobid, SIGHUP) != -1) {
2444 (void) killpg(np->p_jobid, SIGCONT);
H A Dsh.proc.c1552 if (killpg(pp->p_jobid, signum) < 0) {
1558 (void) killpg(pp->p_jobid, SIGCONT);
1650 rv = killpg(pp->p_jobid, SIGCONT);
H A Dsh.lex.c1487 (void) killpg(ctpgrp, SIGHUP);
/freebsd-12-stable/contrib/apr/include/
H A Dapr_lib.h98 #define apr_killpg(x, y) (killpg ((x), (y)))
/freebsd-12-stable/include/
H A Dsignal.h106 int killpg(__pid_t, int);
/freebsd-12-stable/contrib/tcpdump/lbl/
H A Dos-sunos4.h113 int killpg(int, int);
/freebsd-12-stable/contrib/libpcap/lbl/
H A Dos-sunos4.h112 int killpg(int, int);
/freebsd-12-stable/contrib/bmake/
H A Dutil.c227 killpg(int pid, int sig) function
504 killpg(int pid, int sig) function
H A Dmake.h547 #define KILLPG(pid, sig) killpg((pid), (sig))
/freebsd-12-stable/crypto/heimdal/kadmin/
H A Dkadm_conn.c111 killpg(pgrp, sig);
/freebsd-12-stable/contrib/gcc/
H A Dsys-protos.h604 extern int killpg(int, int);
/freebsd-12-stable/sys/kern/
H A Dinit_sysent.c198 { compat(AS(okillpg_args),killpg), AUE_KILLPG, NULL, 0, 0, 0, SY_THR_STATIC }, /* 146 = old killpg */
/freebsd-12-stable/crypto/openssh/
H A Dsession.c2179 debug("%s: signal %s, killpg(%ld, %d)", __func__, signame,
2182 r = killpg(s->pid, sig);
2185 error("%s: killpg(%ld, %d): %s", __func__, (long)s->pid,

Completed in 131 milliseconds