OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oact
(Results
1 - 3
of
3
) sorted by 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);
/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 76 milliseconds