HomeSort by relevance Sort by last modified time
    Searched full:sigpipe (Results 176 - 200 of 331) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
signal.h 47 #define SIGPIPE 13
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/asm-generic/
signal.h 42 #define SIGPIPE 13
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/
signal.h 49 #define SIGPIPE 13
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/asm/
signal.h 47 #define SIGPIPE 13
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/asm-generic/
signal.h 42 #define SIGPIPE 13
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/asm/
signal.h 47 #define SIGPIPE 13
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/asm/
signal.h 47 #define SIGPIPE 13
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/asm-generic/
signal.h 42 #define SIGPIPE 13
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
signal.h 49 #define SIGPIPE 13
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
signal.h 47 #define SIGPIPE 13
  /external/bison/lib/
fatal-signal.c 64 #ifdef SIGPIPE
65 SIGPIPE,
  /external/e2fsprogs/e2fsck/
sigcatcher.c 70 #ifdef SIGPIPE
71 DEFINE_ENTRY(SIGPIPE)
  /external/lldb/tools/lldb-platform/
lldb-platform.cpp 60 case SIGPIPE:
72 signal (SIGPIPE, signal_handler);
  /external/bison/darwin-lib/
signal.h 421 # ifndef SIGPIPE
422 /* Define SIGPIPE to a value that does not overlap with other signals. */
423 # define SIGPIPE 13
425 /* To actually use SIGPIPE, you also need the gnulib modules 'sigprocmask',
623 /* Raise signal SIGPIPE. */
  /external/bison/linux-lib/
signal.h 421 # ifndef SIGPIPE
422 /* Define SIGPIPE to a value that does not overlap with other signals. */
423 # define SIGPIPE 13
425 /* To actually use SIGPIPE, you also need the gnulib modules 'sigprocmask',
623 /* Raise signal SIGPIPE. */
  /external/lldb/tools/debugserver/source/
libdebugserver.cpp 128 // SIGPIPE: in case our child process dies
143 case SIGPIPE:
348 signal (SIGPIPE, signal_handler);
  /system/core/logcat/tests/
logcat_test.cpp 402 // Generate SIGPIPE
473 // Generate SIGPIPE
589 // Generate SIGPIPE
  /external/bison/tests/
skeletons.at 296 # Bison failed to drain M4's output pipe. The result was a SIGPIPE.
297 # On some platforms, the default disposition for SIGPIPE is terminate,
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
signal.h 209 #define SIGPIPE 3
241 #define SIGPIPE 13 /* write on a pipe with no one to read it */
  /external/deqp/framework/qphelper/
qpCrashHandler.c 397 { SIGPIPE, QP_CRASHTYPE_OTHER, "SIGPIPE" }
  /external/chromium_org/base/
sync_socket_posix.cc 81 // SIGPIPE rather than returning -1. setsockopt will shut this off.
  /external/chromium_org/build/android/pylib/
cmd_helper.py 27 preexec_fn=lambda: signal.signal(signal.SIGPIPE, signal.SIG_DFL))
  /external/chromium_org/content/app/
content_main_runner.cc 146 // Setup signal-handling state: resanitize most signals, ignore SIGPIPE.
159 SIGALRM, SIGTERM, SIGCHLD, SIGBUS, SIGTRAP}; // SIGPIPE is set below.
164 // Always ignore SIGPIPE. We check the return value of write().
165 CHECK(signal(SIGPIPE, SIG_IGN) != SIG_ERR);
  /external/chromium_org/remoting/host/installer/mac/PrivilegedHelperTools/
org.chromium.chromoting.me2me.sh 41 SIGFPE SIGKILL SIGBUS SIGSEGV SIGSYS SIGPIPE SIGALRM SIGTERM SIGURG \
  /external/chromium_org/third_party/android_testrunner/
run_command.py 103 preexec_fn=lambda: signal.signal(signal.SIGPIPE, signal.SIG_DFL))

Completed in 1276 milliseconds

1 2 3 4 5 6 78 91011>>