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

/external/libpcap/lbl/
H A Dos-sunos4.h200 #undef SIG_DFL macro
201 #define SIG_DFL (void (*)(int))0 macro
/external/tcpdump/lbl/
H A Dos-sunos4.h200 #undef SIG_DFL macro
201 #define SIG_DFL (void (*)(int))0 macro
/external/kernel-headers/original/uapi/asm-generic/
H A Dsignal-defs.h24 #define SIG_DFL ((__force __sighandler_t)0) /* default signal handling */ macro
/external/ImageMagick/MagickCore/
H A Dmagick.c100 #if !defined(SIG_DFL)
101 # define SIG_DFL ((SignalHandler *) 0)
1392 if (handler != SIG_DFL)
99 # define SIG_DFL macro
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc184 const sighandler_t SIG_DFL = (sighandler_t)0; variable
1793 if (pc != (uptr)SIG_DFL && pc != (uptr)SIG_IGN) {
1938 if (act->sa_handler != SIG_IGN && act->sa_handler != SIG_DFL) {
/external/python/cpython2/Lib/plat-irix6/
H A DWAIT.py299 SIG_DFL = (0) variable
H A DFILE.py345 SIG_DFL = (0) variable

Completed in 1058 milliseconds