Searched defs:killpg (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/compat-43/FreeBSD/
H A Dkillpg.c54 killpg(pid_t pgid, int sig) function
/macosx-10.9.5/Libc-997.90.3/include/
H A Dsignal.h90 int killpg(pid_t, int) __DARWIN_ALIAS(killpg); variable
93 int killpg(pid_t, int) LIBC_ALIAS(killpg); variable
/macosx-10.9.5/tcsh-65/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
/macosx-10.9.5/bash-92/bash-3.2/lib/sh/
H A Doslib.c223 killpg (pgrp, sig) function
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dsignals.h33 # define killpg(pgrp,sig) kill(-(pgrp),sig) macro
/macosx-10.9.5/sudo-72/src/
H A Dmissing.h255 # define killpg(s) kill(-(s)) macro
/macosx-10.9.5/bash-92/bash-3.2/
H A Dnojobs.c54 # define killpg(pg, sig) kill(-(pg),(sig)) macro
/macosx-10.9.5/ruby-104/ruby/
H A Dsignal.c367 #define killpg(pg, sig) kill(-(pg), (sig)) macro
/macosx-10.9.5/screen-22/screen/
H A Dos.h139 # define killpg(pgrp,sig) kill( -(pgrp), sig) macro
/macosx-10.9.5/tcsh-65/tcsh/win32/
H A Dntport.h506 #define killpg kill macro

Completed in 198 milliseconds