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
140 * are on a POSIX system and have sigaction and termios. */
143 # define SIGACTION
280 #ifdef SIGACTION
281 static struct sigaction savsig[NX509_SIG];
589 #ifdef SIGACTION
590 struct sigaction sa;
618 #ifdef SIGACTION
619 sigaction(i,&sa,&savsig[i]);
652 #ifdef SIGACTION
    [all...]

Completed in 539 milliseconds