Home | History | Annotate | Download | only in des

Lines Matching full:sigaction

67  * are on a POSIX system and have sigaction and termios. */
70 # define SIGACTION
78 /* #define SIGACTION */ /* Define this if you have sigaction() */
209 #ifdef SIGACTION
210 static struct sigaction savsig[NX509_SIG];
419 #ifdef SIGACTION
420 struct sigaction sa;
436 #ifdef SIGACTION
437 sigaction(i,&sa,&savsig[i]);
462 #ifdef SIGACTION
463 sigaction(i,&savsig[i],NULL);