HomeSort by relevance Sort by last modified time
    Searched defs:SIG_ERR (Results 1 - 17 of 17) 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 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
signal-defs.h 25 #define SIG_ERR ((__sighandler_t)-1) /* error return from signal */
  /device/linaro/bootloader/edk2/StdLib/Include/
signal.h 44 #define SIG_ERR ((__sighandler_t *) 3)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
signal.h 55 #define SIG_ERR (__p_sig_fn_t)-1
  /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))
316 if (PyOS_setsig(sig_num, func) == SIG_ERR) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
signum.h 23 #define SIG_ERR ((__sighandler_t) -1) /* Error return. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
signum.h 23 #define SIG_ERR ((__sighandler_t) -1) /* Error return. */
  /external/ImageMagick/MagickCore/
magick.c 103 #if !defined(SIG_ERR)
104 # define SIG_ERR ((SignalHandler *) -1)
    [all...]
  /external/python/cpython3/Modules/
signalmodule.c 39 #ifndef SIG_ERR
40 #define SIG_ERR ((PyOS_sighandler_t)(-1))
444 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 584 milliseconds