Home
last modified time | relevance | path

Searched defs:SIG_IGN (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/libpcap/lbl/
HDos-sunos4.h205 #define SIG_IGN (void (*)(int))1 macro
/NextBSD/contrib/tcpdump/lbl/
HDos-sunos4.h205 #define SIG_IGN (void (*)(int))1 macro
/NextBSD/contrib/apr/include/
HDapr_signal.h52 #define SIG_IGN (void (*)(int))1 macro
/NextBSD/contrib/llvm/tools/lldb/tools/driver/
HDPlatform.h49 #define SIG_IGN ( (sighandler_t) -2 ) macro
/NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/
HDPlatform.h85 #define SIG_IGN ((sighandler_t)-2) // Ignored macro
/NextBSD/sys/sys/
HDsignal.h121 #define SIG_IGN ((__sighandler_t *)1) macro
/NextBSD/contrib/compiler-rt/lib/tsan/rtl/
HDtsan_interceptors.cc143 const sighandler_t SIG_IGN = (sighandler_t)1; variable