HomeSort by relevance Sort by last modified time
    Searched refs:SIGSYS (Results 51 - 61 of 61) sorted by null

1 23

  /ndk/sources/host-tools/make-3.81/
signame.c 130 #if defined (SIGSYS)
131 init_sig (SIGSYS, "SYS", _("Bad system call"));
  /external/kernel-headers/original/asm-arm/
signal.h 66 #define SIGSYS 31
  /external/kernel-headers/original/asm-x86/
signal.h 78 #define SIGSYS 31
  /external/webkit/Tools/DumpRenderTree/qt/
main.cpp 165 signal(SIGSYS, crashHandler); /* 12: bad argument to system call */
  /external/chromium/base/
process_util_posix.cc 177 signal(SIGSYS, SIG_DFL);
686 success &= (signal(SIGSYS, handler) != SIG_ERR);
  /external/ppp/pppd/
tty.c 1019 #ifdef SIGSYS
1020 signal(SIGSYS, SIG_DFL);
    [all...]
main.c 749 #ifdef SIGSYS
750 SIGNAL(SIGSYS, bad_signal);
    [all...]
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 274 public static final int SIGSYS = placeholder();
  /external/valgrind/main/include/vki/
vki-darwin.h 463 #define VKI_SIGSYS SIGSYS
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 280 initConstant(env, c, "SIGSYS", SIGSYS);
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTree.mm 544 signal(SIGSYS, crashHandler); /* 12: bad argument to system call */
    [all...]

Completed in 465 milliseconds

1 23