OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_sa
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/kyua-cli/dist/utils/signals/
programmer.cpp
56
struct ::sigaction
old_sa
;
member in struct:utils::signals::programmer::impl
90
if (::sigaction(_pimpl->signo, &sa, &_pimpl->
old_sa
) == -1) {
132
if (::sigaction(_pimpl->signo, &_pimpl->
old_sa
, NULL) == -1) {
/src/external/bsd/kyua-testers/dist/
run.c
201
/// \param [out]
old_sa
Pointer to the sigaction structure in which to save the
205
struct sigaction*
old_sa
)
212
const int ret = sigaction(signo, &sa,
old_sa
);
run_test.c
143
struct sigaction
old_sa
;
local
144
if (sigaction(signo, NULL, &
old_sa
) == -1) {
148
if (
old_sa
.sa_handler != SIG_DFL) {
/src/external/gpl3/gdb.old/dist/sim/cris/
traps.c
1973
USI
old_sa
= arg3;
local
1984
if (
old_sa
!= 0)
1986
sim_core_write_unaligned_4 (current_cpu, pc, 0,
old_sa
+ 0,
/src/external/gpl3/gdb/dist/sim/cris/
traps.c
1973
USI
old_sa
= arg3;
local
1984
if (
old_sa
!= 0)
1986
sim_core_write_unaligned_4 (current_cpu, pc, 0,
old_sa
+ 0,
Completed in 24 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026