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

/external/bison/lib/
H A Dsigaction.c132 struct sigaction *restrict oact)
158 if (!act && !oact)
162 if (oact)
165 *oact = action_array[sig];
170 oact->sa_handler = signal (sig, SIG_DFL);
171 if (oact->sa_handler == SIG_ERR)
173 signal (sig, oact->sa_handler);
174 oact->sa_flags = SA_RESETHAND | SA_NODEFER;
175 sigemptyset (&oact->sa_mask);
131 sigaction(int sig, const struct sigaction *restrict act, struct sigaction *restrict oact) argument
/external/openssl/crypto/
H A Ds390xcap.c17 struct sigaction ill_act,oact; local
29 sigaction (SIGILL,&ill_act,&oact);
35 sigaction (SIGILL,&oact,NULL);
/external/chromium_org/base/process/
H A Dlaunch_posix.cc140 struct kernel_sigaction* oact) {
141 return syscall(SYS_rt_sigaction, sig, act, oact, sizeof(kernel_sigset_t));
139 sys_rt_sigaction(int sig, const struct kernel_sigaction* act, struct kernel_sigaction* oact) argument
/external/fio/os/
H A Dos-windows.h101 struct sigaction *oact);
/external/fio/os/windows/
H A Dposix.c257 struct sigaction *oact)
263 if (oact != NULL)
264 oact->sa_handler = prev_handler;
256 sigaction(int sig, const struct sigaction *act, struct sigaction *oact) argument

Completed in 438 milliseconds