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

  /external/chromium_org/third_party/openssl/openssl/crypto/
s390xcap.c 17 struct sigaction ill_act,oact; local
29 sigaction (SIGILL,&ill_act,&oact);
35 sigaction (SIGILL,&oact,NULL);
  /external/openssl/crypto/
s390xcap.c 17 struct sigaction ill_act,oact; local
29 sigaction (SIGILL,&ill_act,&oact);
35 sigaction (SIGILL,&oact,NULL);
  /development/ndk/sources/android/libportable/arch-mips/
syscall.c 293 struct sigaction_portable *oact; local
299 oact = va_arg(ap, struct sigaction_portable *);
302 return WRAP(__rt_sigaction)(sig, act, oact, sigsetsize);
  /system/core/sh/
trap.c 236 struct sigaction act, oact; local
310 if(sigaction(signo, &act, &oact) < 0)
312 return (long) oact.sa_handler;
  /system/core/libcorkscrew/
backtrace.c 161 struct sigaction oact; local
171 if (!sigaction(SIGURG, &act, &oact)) {
225 sigaction(SIGURG, &oact, NULL);
  /ndk/sources/host-tools/make-3.81/
main.c 527 struct sigaction act, oact;
532 if (sigaction (sig, &act, &oact) != 0)
534 return oact.sa_handler;
523 struct sigaction act, oact; local
    [all...]

Completed in 287 milliseconds