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

1 2 3 45 6

  /external/chromium/net/tools/flip_server/
flip_in_mem_edsm_server.cc 166 signal(SIGPIPE, SIG_IGN);
  /external/mtpd/
mtpd.c 181 signal(SIGPIPE, SIG_IGN);
  /frameworks/native/cmds/dumpstate/
dumpstate.c 317 signal(SIGPIPE, SIG_IGN);
  /system/core/toolbox/
schedtop.c 324 signal(SIGPIPE, sig_abort);
  /system/extras/librank/
librank.c 187 signal(SIGPIPE, SIG_IGN);
  /system/extras/showmap/
showmap.c 324 signal(SIGPIPE, SIG_IGN);
  /external/bluetooth/bluez/compat/
dund.c 599 sigaction(SIGPIPE, &sa, NULL);
  /external/bluetooth/hcidump/src/
bpasniff.c 301 sigaction(SIGPIPE, &sa, NULL);
  /external/e2fsprogs/misc/
uuidd.c 327 signal(SIGPIPE, SIG_IGN);
badblocks.c 240 signal (SIGPIPE, terminate_intr);
251 signal (SIGPIPE, SIG_DFL);
  /external/iproute2/misc/
rtacct.c 531 signal(SIGPIPE, SIG_IGN);
ifstat.c 670 signal(SIGPIPE, SIG_IGN);
nstat.c 520 signal(SIGPIPE, SIG_IGN);
  /hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.c 890 sigdelset(&sigs, SIGPIPE);
  /external/bluetooth/bluez/tools/
hciattach.c 1402 sigaction(SIGPIPE, &sa, NULL);
1428 sigdelset(&sigs, SIGPIPE);
  /external/mksh/src/
histrap.c 1419 * Called by c_print() when writing to a co-process to ensure SIGPIPE won't
1426 Trap *p = &sigtraps[SIGPIPE];
1445 setsig(&sigtraps[SIGPIPE], SIG_DFL, SS_RESTORE_CURR);
    [all...]
  /external/openssh/
sshconnect.c 146 signal(SIGPIPE, SIG_DFL);
    [all...]
mux.c     [all...]
  /external/strace/
strace.c 1033 sigaddset(&blocked_set, SIGPIPE);
1044 sigaction(SIGPIPE, &sa, NULL);
    [all...]
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 265 public static final int SIGPIPE = placeholder();
  /system/core/debuggerd/
tombstone.c 74 case SIGPIPE: return "SIGPIPE";
  /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...]
  /external/bluetooth/glib/glib/
gstrfuncs.c     [all...]
  /external/valgrind/main/coregrind/
vgdb.c 1592 static int sigpipe = 0; variable
    [all...]
  /external/chromium/base/
process_util_posix.cc 671 // When running in an application, our code typically expects SIGPIPE
673 // with SIGPIPE ignored as well.
678 bool success = (sigaction(SIGPIPE, &action, NULL) == 0);
983 // success (because the child may exit due to |SIGPIPE|).

Completed in 851 milliseconds

1 2 3 45 6