Searched refs:oact (Results 1 - 2 of 2) sorted by relevance

/system/core/sh/
H A Dtrap.c236 struct sigaction act, oact; local
310 if(sigaction(signo, &act, &oact) < 0)
312 return (long) oact.sa_handler;
/system/core/libcorkscrew/
H A Dbacktrace.c153 struct sigaction oact; local
163 if (!sigaction(SIGURG, &act, &oact)) {
217 sigaction(SIGURG, &oact, NULL);

Completed in 50 milliseconds