Searched refs:sendsignal (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c204 static int sendsignal(int);
759 sendsignal(joinsig);
851 * with all the jobs. sendsignal() returns a -1 if there's nobody to signal so
860 while (sendsignal(SIGKILL) != -1 && (w = wait((int *)0)) != otherpid &&
1067 sendsignal(int sig) function
1169 while (sendsignal(sig) != -1 && (w = wait((int *)0)) != otherpid &&
/illumos-gate/usr/src/cmd/auditd/
H A Ddoorway.c1190 int sendsignal; local
1277 sendsignal = 0;
1283 sendsignal = 1;
1287 if (sendsignal) {

Completed in 59 milliseconds