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

/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c162 static int otherpid = -1; /* who gets signals if greater than 1 */ variable
602 if ((otherpid = fork()) == -1)
604 else if (otherpid == 0) {
607 otherpid = pid;
860 while (sendsignal(SIGKILL) != -1 && (w = wait((int *)0)) != otherpid &&
1069 if (whatami != READWRITE && otherpid > 1)
1070 return (kill(otherpid, sig));
1169 while (sendsignal(sig) != -1 && (w = wait((int *)0)) != otherpid &&

Completed in 44 milliseconds