Lines Matching defs:sig
60 static int sig;
94 for (sig = 1; sig < 14; sig++) {
106 //fprintf(temp, "Testing signal %d\n", sig);
111 kill(pid, sig); /* child should ignroe this sig */
141 it should be 0, except when sig = 9 */
143 if ((sig == 9) && (nsig != sig)) {
150 if ((sig != 9) && (nsig != 0)) {
158 it should be 1, except when sig = 9 */
160 if (sig == 9)
201 sigset(sig, SIG_IGN); /* set to ignore signal */