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

  /external/openssl/crypto/
s390xcap.c 17 struct sigaction ill_act,oact; local
27 sigaction (SIGILL,&ill_act,&oact);
35 sigaction (SIGILL,&oact,NULL);
  /system/core/sh/
trap.c 236 struct sigaction act, oact; local
310 if(sigaction(signo, &act, &oact) < 0)
312 return (long) oact.sa_handler;

Completed in 50 milliseconds