Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c160 static int otherpid = -1; /* who gets signals if greater than 1 */ variable
600 if ((otherpid = fork()) == -1) in split()
602 else if (otherpid == 0) { in split()
605 otherpid = pid; in split()
858 while (sendsignal(SIGKILL) != -1 && (w = wait((int *)0)) != otherpid && in cleanup()
1067 if (whatami != READWRITE && otherpid > 1) in sendsignal()
1068 return (kill(otherpid, sig)); in sendsignal()
1167 while (sendsignal(sig) != -1 && (w = wait((int *)0)) != otherpid && in quit()