/prebuilts/python/linux-x86/2.7.5/share/man/man1/ |
python.1 | 333 exception; other UNIX signals are not caught (except that SIGPIPE is
|
python2.1 | 333 exception; other UNIX signals are not caught (except that SIGPIPE is
|
python2.7.1 | 333 exception; other UNIX signals are not caught (except that SIGPIPE is
|
/external/dnsmasq/src/ |
dnsmasq.c | 109 /* ignore SIGPIPE */ 111 sigaction(SIGPIPE, &sigact, NULL); [all...] |
/external/e2fsprogs/misc/ |
badblocks.c | 262 signal (SIGPIPE, terminate_intr); 273 signal (SIGPIPE, SIG_DFL); [all...] |
/external/ppp/pppd/ |
main.c | 734 SIGNAL(SIGPIPE, bad_signal); 766 * Apparently we can get a SIGPIPE when we call syslog, if 770 signal(SIGPIPE, SIG_IGN); [all...] |
tty.c | 1004 signal(SIGPIPE, SIG_DFL); [all...] |
/external/lldb/source/Host/common/ |
Host.cpp | 495 case SIGPIPE: return "SIGPIPE"; // 13 write on a pipe with no one to read it [all...] |
/external/mksh/src/ |
jobs.c | [all...] |
funcs.c | 274 #define PO_COPROC BIT(4) /* printing to coprocess: block SIGPIPE */ 445 * Ensure we aren't killed by a SIGPIPE while writing to [all...] |
/cts/apps/CtsVerifier/assets/scripts/power_monitors/ |
monsoon.py | 90 signal.SIGFPE, signal.SIGSEGV, signal.SIGUSR2, signal.SIGPIPE,
|
/external/chromium_org/base/process/ |
launch_posix.cc | 618 // GOT_MAX_OUTPUT (because the child may exit due to |SIGPIPE|).
|
process_util_unittest.cc | 761 // with SIGPIPE when we have enough output. http://crbug.com/88502
|
/external/iproute2/misc/ |
ifstat.c | 666 signal(SIGPIPE, SIG_IGN);
|
/external/valgrind/main/coregrind/m_gdbserver/ |
signals.c | 57 {"SIGPIPE", "Broken pipe"},
|
/external/valgrind/main/include/vki/ |
vki-darwin.h | 464 #define VKI_SIGPIPE SIGPIPE
|
/system/core/logcat/ |
logcat.cpp | 330 signal(SIGPIPE, exit);
|
/system/core/toolbox/ |
top.c | 118 signal(SIGPIPE, exit_top);
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_interceptors.cc | 77 const int SIGPIPE = 13; [all...] |
/external/dhcpcd/ |
dhcpcd.c | [all...] |
/external/strace/ |
strace.c | [all...] |
/external/chromium_org/chrome/tools/ |
webforms_aggregator.py | 322 signal.signal(signal.SIGPIPE, signal.SIG_IGN)
|
/external/chromium_org/third_party/libevent/test/ |
regress.c | 1624 if (signal(SIGPIPE, SIG_IGN) == SIG_ERR) [all...] |
/libcore/luni/src/main/java/android/system/ |
OsConstants.java | 384 public static final int SIGPIPE = placeholder(); [all...] |
/art/runtime/ |
runtime.cc | [all...] |