Searched defs:oldact (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_libcsignal.c220 vki_sigaction_fromK_t* oldact)
226 signum, (UWord)act, (UWord)oldact,
258 real_oldact = oldact ? &oldactCopy.oa : NULL;
271 *oldact = *real_oldact;
218 sigaction( Int signum, const vki_sigaction_toK_t* act, vki_sigaction_fromK_t* oldact) argument
/external/compiler-rt/lib/asan/
H A Dasan_interceptors.cc127 struct sigaction *oldact) {
129 return REAL(sigaction)(signum, act, oldact);
136 struct sigaction *oldact);
126 INTERCEPTOR(int, sigaction, int signum, const struct sigaction *act, struct sigaction *oldact) argument
/external/ppp/pppd/
H A Dmain.c1369 struct sigaction act, oldact; local
1386 sigaction(sig, &act, &oldact);
1387 sigaction(sig, &oldact, NULL);

Completed in 186 milliseconds