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

  /external/libpcap/lbl/
os-sunos4.h 197 #ifdef SIG_ERR
198 #undef SIG_ERR
199 #define SIG_ERR (void (*)(int))-1
  /external/tcpdump/lbl/
os-sunos4.h 197 #ifdef SIG_ERR
198 #undef SIG_ERR
199 #define SIG_ERR (void (*)(int))-1
  /bionic/libc/kernel/uapi/asm-generic/
signal-defs.h 38 #define SIG_ERR ((__force __sighandler_t) - 1)
  /external/kernel-headers/original/uapi/asm-generic/
signal-defs.h 26 #define SIG_ERR ((__force __sighandler_t)-1) /* error return from signal */
  /device/linaro/bootloader/edk2/StdLib/Include/
signal.h 44 #define SIG_ERR ((__sighandler_t *) 3)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
signalmodule.c 26 #ifndef SIG_ERR
27 #define SIG_ERR ((PyOS_sighandler_t)(-1))
316 if (PyOS_setsig(sig_num, func) == SIG_ERR) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
signalmodule.c 26 #ifndef SIG_ERR
27 #define SIG_ERR ((PyOS_sighandler_t)(-1))
316 if (PyOS_setsig(sig_num, func) == SIG_ERR) {
  /external/python/cpython2/Modules/
signalmodule.c 26 #ifndef SIG_ERR
27 #define SIG_ERR ((PyOS_sighandler_t)(-1))
317 if (PyOS_setsig(sig_num, func) == SIG_ERR) {
  /external/ImageMagick/MagickCore/
magick.c 114 #if !defined(SIG_ERR)
115 # define SIG_ERR ((SignalHandler *) -1)
    [all...]
  /external/u-boot/arch/powerpc/include/asm/
signal.h 123 #define SIG_ERR ((__sighandler_t)-1) /* error return from signal */
  /external/python/cpython3/Modules/
signalmodule.c 39 #ifndef SIG_ERR
40 #define SIG_ERR ((PyOS_sighandler_t)(-1))
451 if (PyOS_setsig(signalnum, func) == SIG_ERR) {
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 186 const sighandler_t SIG_ERR = (sighandler_t)-1;
    [all...]
  /external/python/cpython2/Lib/plat-irix6/
WAIT.py 296 SIG_ERR = (-1)
FILE.py 342 SIG_ERR = (-1)

Completed in 529 milliseconds