HomeSort by relevance Sort by last modified time
    Searched defs:SIG_DFL (Results 1 - 13 of 13) sorted by null

  /external/libpcap/lbl/
os-sunos4.h 200 #undef SIG_DFL
201 #define SIG_DFL (void (*)(int))0
  /external/tcpdump/lbl/
os-sunos4.h 200 #undef SIG_DFL
201 #define SIG_DFL (void (*)(int))0
  /bionic/libc/kernel/uapi/asm-generic/
signal-defs.h 36 #define SIG_DFL ((__force __sighandler_t) 0)
  /external/kernel-headers/original/uapi/asm-generic/
signal-defs.h 24 #define SIG_DFL ((__force __sighandler_t)0) /* default signal handling */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
signal-defs.h 23 #define SIG_DFL ((__sighandler_t)0) /* default signal handling */
  /device/linaro/bootloader/edk2/StdLib/Include/
signal.h 43 #define SIG_DFL ((__sighandler_t *) 1)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
signal.h 50 #define SIG_DFL (__p_sig_fn_t)0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
signum.h 24 #define SIG_DFL ((__sighandler_t) 0) /* Default action. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
signum.h 24 #define SIG_DFL ((__sighandler_t) 0) /* Default action. */
  /external/ImageMagick/MagickCore/
magick.c 100 #if !defined(SIG_DFL)
101 # define SIG_DFL ((SignalHandler *) 0)
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 184 const sighandler_t SIG_DFL = (sighandler_t)0;
    [all...]
  /external/python/cpython2/Lib/plat-irix6/
WAIT.py 299 SIG_DFL = (0)
FILE.py 345 SIG_DFL = (0)

Completed in 204 milliseconds