HomeSort by relevance Sort by last modified time
    Searched refs:SIGPIPE (Results 126 - 150 of 150) sorted by null

1 2 3 4 56

  /external/dbus/dbus/
dbus-spawn.c 1206 signal (SIGPIPE, SIG_DFL);
    [all...]
dbus-sysdeps-unix.c     [all...]
  /external/dnsmasq/src/
dnsmasq.c 109 /* ignore SIGPIPE */
111 sigaction(SIGPIPE, &sigact, NULL);
    [all...]
  /external/dropbear/
scp.c 424 (void) signal(SIGPIPE, lostconn);
svr-chansession.c 962 /* Re-enable SIGPIPE for the executed process */
963 if (signal(SIGPIPE, SIG_DFL) == SIG_ERR) {
  /external/openssh/
scp.c 513 (void) signal(SIGPIPE, lostconn);
ssh.c 907 signal(SIGPIPE, SIG_IGN); /* ignore SIGPIPE early */
    [all...]
ssh-agent.c     [all...]
session.c     [all...]
sshd.c     [all...]
  /external/ppp/pppd/
tty.c 1004 signal(SIGPIPE, SIG_DFL);
    [all...]
  /external/tcpdump/
tcpdump.c 953 (void)setsignal(SIGPIPE, cleanup);
    [all...]
  /external/valgrind/main/include/vki/
vki-darwin.h 464 #define VKI_SIGPIPE SIGPIPE
  /frameworks/base/core/jni/
AndroidRuntime.cpp 381 sigaddset(&mask, SIGPIPE);
383 ALOGW("WARNING: SIGPIPE not blocked\n");
    [all...]
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 271 initConstant(env, c, "SIGPIPE", SIGPIPE);
  /system/core/adb/
adb.c 945 signal(SIGPIPE, SIG_IGN);
    [all...]
  /system/core/sh/
jobs.c 418 && st1 != SIGINT && st1 != SIGPIPE))
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTree.mm 545 signal(SIGPIPE, crashHandler); /* 13: write on a pipe with no reader */
    [all...]
  /external/bluetooth/bluez/test/
hciemu.c 1257 sigaction(SIGPIPE, &sa, NULL);
  /external/chromium/third_party/libevent/test/
regress.c 1624 if (signal(SIGPIPE, SIG_IGN) == SIG_ERR)
    [all...]
  /external/mksh/src/
jobs.c     [all...]
  /system/security/keystore/
keystore.cpp     [all...]
  /external/blktrace/
blktrace.c     [all...]
  /external/dhcpcd/
dhcpcd.c     [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.c     [all...]

Completed in 4300 milliseconds

1 2 3 4 56