Searched defs:SIG_DFL (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/tcpdump/lbl/
H A Dos-sunos4.h202 #undef SIG_DFL macro
203 #define SIG_DFL (void (*)(int))0 macro
/freebsd-11.0-release/contrib/libpcap/lbl/
H A Dos-sunos4.h202 #undef SIG_DFL macro
203 #define SIG_DFL (void (*)(int))0 macro
/freebsd-11.0-release/contrib/apr/include/
H A Dapr_signal.h48 #undef SIG_DFL macro
51 #define SIG_DFL (void (*)(int))0 macro
/freebsd-11.0-release/contrib/llvm/tools/lldb/tools/driver/
H A DPlatform.h47 #define SIG_DFL ( (sighandler_t) -1 ) macro
/freebsd-11.0-release/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DPlatform.h84 #define SIG_DFL ((sighandler_t)-1) // Default handler macro
/freebsd-11.0-release/sys/sys/
H A Dsignal.h137 #define SIG_DFL ((__sighandler_t *)0) macro
/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc198 const sighandler_t SIG_DFL = (sighandler_t)0; variable

Completed in 143 milliseconds