/external/fio/os/ |
os-windows.h | 51 #define SIGPIPE 0
|
/external/ipsec-tools/ |
main.c | 181 signal(SIGPIPE, SIG_IGN);
|
/external/qemu/distrib/libsparse/src/ |
simg_dump.py | 29 signal.signal(signal.SIGPIPE, signal.SIG_DFL)
|
/system/core/libsparse/ |
simg_dump.py | 29 signal.signal(signal.SIGPIPE, signal.SIG_DFL)
|
/external/chromium_org/components/nacl/loader/ |
nacl_helper_linux.cc | 94 // Always ignore SIGPIPE, for consistency with other Chrome processes and 97 PCHECK(signal(SIGPIPE, SIG_IGN) != SIG_ERR);
|
/external/chromium_org/sandbox/linux/services/ |
broker_process_unittest.cc | 368 // SANDBOX_TEST because the process could die with a SIGPIPE 392 // Check that doing Open with a dead broker won't SIGPIPE us.
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
apps.h | 165 #ifdef SIGPIPE 166 #define do_pipe_sig() signal(SIGPIPE,SIG_IGN)
|
/external/openssl/apps/ |
apps.h | 165 #ifdef SIGPIPE 166 #define do_pipe_sig() signal(SIGPIPE,SIG_IGN)
|
/external/valgrind/main/coregrind/ |
vgdb.c | 658 static int sigpipe = 0; variable 684 } else if (signum == SIGPIPE) { 685 sigpipe++; 740 /* SIGPIPE: can receive this signal when gdb detaches or kill the 743 if (sigaction (SIGPIPE, &action, &oldaction) != 0) 744 XERROR (errno, "vgdb error sigaction SIGPIPE\n"); 756 DEBUG(1, "nr received signals: sigint %d sigterm %d sighup %d sigpipe %d\n", 757 sigint, sigterm, sighup, sigpipe); [all...] |
/system/core/debuggerd/ |
debuggerd.cpp | 274 case SIGPIPE: 367 signal(SIGPIPE, SIG_IGN);
|
/external/mtpd/ |
mtpd.c | 181 signal(SIGPIPE, SIG_IGN);
|
/external/qemu/ |
os-posix.c | 62 sigaction(SIGPIPE, &act, NULL);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/ |
stropts.h | 146 # define SNDPIPE 0x002 /* Send SIGPIPE on write and putmsg if
|
socket.h | 231 MSG_NOSIGNAL = 0x4000, /* Do not generate SIGPIPE. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
stropts.h | 146 # define SNDPIPE 0x002 /* Send SIGPIPE on write and putmsg if
|
/external/chromium_org/base/debug/ |
stack_trace_posix.cc | 710 // When running in an application, our code typically expects SIGPIPE 712 // with SIGPIPE ignored as well. 717 bool success = (sigaction(SIGPIPE, &sigpipe_action, NULL) == 0);
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/ |
ClientLib.cpp | 191 // Handle SIGPIPE inside write() 193 // a sigpipe is send to ClientLib/TLC and kills it. 194 signal(SIGPIPE, SIG_IGN);
|
/bootable/recovery/minadbd/ |
adb.c | 384 signal(SIGPIPE, SIG_IGN);
|
/external/bison/m4/ |
posix_spawn.m4 | 173 sigaddset (&fatal_signal_set, SIGPIPE);
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
Assertions.cpp | 328 signal(SIGPIPE, handler); // 13: write on a pipe with no reader.
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
symbolize.cc | 201 // SIGPIPE.) For systems without poll.h, we'll just skip this
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
symbolize.cc | 206 // SIGPIPE.) For systems without poll.h, we'll just skip this
|
/external/dnsmasq/src/ |
log.c | 195 (we ignore SIGPIPE) */
|
/external/e2fsprogs/debugfs/ |
util.c | 85 signal(SIGPIPE, SIG_IGN);
|
/external/lldb/source/Target/ |
UnixSignals.cpp | 76 AddSignal (13, "SIGPIPE", "PIPE", false, true , true , "write on a pipe with no one to read it");
|