Searched defs:sigact (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A Dsigaction.c42 _nc_sigaction(int sig, sigaction_t * sigact, sigaction_t * osigact) argument
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dsigact.c49 sigaction(int sig, struct sigaction *sigact, struct sigaction *osigact) argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/stats/
H A Dstats.cpp124 struct sigaction sigact; local
/freebsd-13-stable/tools/regression/sockets/unix_cmsg/
H A Dunix_cmsg.c283 struct sigaction sigact; local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilPosix.cpp63 struct sigaction sigact = {}; local
[all...]
/freebsd-13-stable/bin/sh/
H A Dtrap.c260 sig_t sigact = SIG_DFL; local
338 getsigaction(int signo, sig_t *sigact) argument
/freebsd-13-stable/lib/libc/gen/
H A Dposix_spawn.c91 struct sigaction sigact = { .sa_flags = 0, .sa_handler = SIG_DFL }; local
/freebsd-13-stable/tools/test/gpioevents/
H A Dgpioevents.c436 struct sigaction sigact; local
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_sig.c57 struct sigaction sigact; member in struct:usigaction
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cpp148 struct sigaction sigact; local
203 struct sigaction sigact; local
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1976 void ALWAYS_INLINE rtl_generic_sighandler(bool sigact, int sig, argument
1882 CallUserSignalHandler(ThreadState *thr, bool sync, bool acquire, bool sigact, int sig, __sanitizer_siginfo *info, void *uctx) argument

Completed in 194 milliseconds