HomeSort by relevance Sort by last modified time
    Searched refs:SIGACTION (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/des/
read_pwd.c 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])
    [all...]
  /external/openssl/crypto/ui/
ui_openssl.c 122 * sigaction and fileno included. -pedantic would be more appropriate for
146 * are on a POSIX system and have sigaction and termios. */
149 # define SIGACTION
286 #ifdef SIGACTION
287 static struct sigaction savsig[NX509_SIG];
595 #ifdef SIGACTION
596 struct sigaction sa;
624 #ifdef SIGACTION
625 sigaction(i,&sa,&savsig[i]);
658 #ifdef SIGACTION
    [all...]

Completed in 192 milliseconds