Searched defs:killpg (Results 1 - 4 of 4) sorted by last modified time

/freebsd-10.0-release/lib/libc/compat-43/
H A Dkillpg.c44 killpg(pid_t pgid, int sig) function
/freebsd-10.0-release/contrib/bmake/
H A Dutil.c224 killpg(int pid, int sig) function
527 killpg(int pid, int sig) function
/freebsd-10.0-release/contrib/libreadline/examples/rlfe/
H A Dos.h139 # define killpg(pgrp,sig) kill( -(pgrp), sig) macro
/freebsd-10.0-release/contrib/tcsh/
H A Dtc.sig.h59 # define killpg(a, b) kill(-(a), (b)) macro
65 # define killpg(a, b) kill((a), (b)) macro
71 # define killpg(a, b) kill((a), (b)) macro
78 # define killpg(a, b) kill(-(a), (b)) macro
82 # undef killpg macro
83 # define killpg(a, b) kill(-getpgrp(a), b) macro

Completed in 183 milliseconds