Home
last modified time | relevance | path

Searched refs:oact (Results 1 – 6 of 6) sorted by relevance

/sysdeps/unix/sysv/linux/
A Dlibc_sigaction.c42 __libc_sigaction (int sig, const struct sigaction *act, struct sigaction *oact) in __libc_sigaction() argument
60 oact ? &koact : NULL, STUB (act, in __libc_sigaction()
63 if (oact && result >= 0) in __libc_sigaction()
65 oact->sa_handler = koact.k_sa_handler; in __libc_sigaction()
66 memcpy (&oact->sa_mask, &koact.sa_mask, sizeof (sigset_t)); in __libc_sigaction()
67 oact->sa_flags = koact.sa_flags; in __libc_sigaction()
68 RESET_SA_RESTORER (oact, &koact); in __libc_sigaction()
/sysdeps/posix/
A Dsigset.c30 struct sigaction oact; in sigset() local
49 if (__sigaction (sig, NULL, &oact) < 0) in sigset()
52 return oact.sa_handler; in sigset()
59 if (__sigaction (sig, &act, &oact) < 0) in sigset()
67 return __sigismember (&oset, sig) ? SIG_HOLD : oact.sa_handler; in sigset()
A Dsysv_signal.c39 struct sigaction act, oact; in __sysv_signal() local
52 if (__sigaction (sig, &act, &oact) < 0) in __sysv_signal()
55 return oact.sa_handler; in __sysv_signal()
A Dsignal.c31 struct sigaction act, oact; in __bsd_signal() local
45 if (__sigaction (sig, &act, &oact) < 0) in __bsd_signal()
48 return oact.sa_handler; in __bsd_signal()
A Dprofil.c70 static struct sigaction oact; in __profil() local
72 # define oact_ptr &oact in __profil()
85 return __sigaction (SIGPROF, &oact, NULL); in __profil()
93 || __sigaction (SIGPROF, &oact, NULL) < 0) in __profil()
/sysdeps/mach/hurd/
A Dlibc_sigaction.c28 struct sigaction *oact) in __libc_sigaction() argument
84 if (oact != NULL) in __libc_sigaction()
85 *oact = old; in __libc_sigaction()

Completed in 6 milliseconds