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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/experimental/iOSSampleApp/Shared/
skia_ios.mm 7 signal(SIGPIPE, SIG_IGN);
  /external/skia/experimental/iOSSampleApp/Shared/
skia_ios.mm 7 signal(SIGPIPE, SIG_IGN);
  /external/strace/linux/alpha/
signalent.h 14 "SIGPIPE", /* 13 */
  /external/strace/linux/mips/
signalent.h 14 "SIGPIPE", /* 13 */
  /external/strace/linux/sparc/
signalent.h 14 "SIGPIPE", /* 13 */
signalent1.h 14 "SIGPIPE", /* 13 */
  /external/strace/linux/sparc64/
signalent.h 14 "SIGPIPE", /* 13 */
signalent2.h 14 "SIGPIPE", /* 13 */
  /external/chromium_org/third_party/skia/src/views/mac/
skia_mac.mm 13 signal(SIGPIPE, SIG_IGN);
  /external/skia/src/views/mac/
skia_mac.mm 13 signal(SIGPIPE, SIG_IGN);
  /external/strace/linux/hppa/
signalent.h 14 "SIGPIPE", /* 13 */
  /external/strace/linux/
signalent.h 14 "SIGPIPE", /* 13 */
  /external/valgrind/main/none/tests/
coolo_sigaction.cpp 36 sigaddset(&(act.sa_mask), SIGPIPE);
38 sigaction( SIGPIPE, &act, 0L);
  /external/chromium_org/base/debug/
stack_trace_android.cc 57 // When running in an application, our code typically expects SIGPIPE
59 // with SIGPIPE ignored as well.
60 // TODO(phajdan.jr): De-duplicate this SIGPIPE code.
65 return (sigaction(SIGPIPE, &action, NULL) == 0);
  /external/strace/linux/ia64/
signalent.h 14 "SIGPIPE", /* 13 */
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdio-write.c 23 /* Replace these functions only if module 'sigpipe' is requested. */
26 /* On native Windows platforms, SIGPIPE does not exist. When write() is
55 /* Try to raise signal SIGPIPE. */ \
56 raise (SIGPIPE); \
  /external/bison/lib/
closeout.c 54 This setting matters only if the SIGPIPE signal is ignored (i.e. its
56 temporarily ignore SIGPIPE. If SIGPIPE is ignored or blocked because
59 practice to have SIGPIPE ignored or blocked while creating a child
63 when SIGPIPE is ignored or blocked.
sigprocmask.c 99 case SIGPIPE:
333 /* Raise the signal SIGPIPE. */
337 if (blocked_set & (1U << SIGPIPE))
338 pending_array[SIGPIPE] = 1;
343 exit (128 + SIGPIPE);
345 (*handler) (SIGPIPE);
raise.c 70 if (sig == SIGPIPE)
  /external/chromium_org/base/posix/
unix_domain_socket_linux_unittest.cc 61 // Make sure SIGPIPE isn't being ignored.
64 ASSERT_EQ(0, sigaction(SIGPIPE, &act, &oldact));
71 // message is sent with MSG_NOSIGNAL, this shall result in SIGPIPE.
77 // Restore the SIGPIPE handler.
78 ASSERT_EQ(0, sigaction(SIGPIPE, &oldact, NULL));
  /external/chromium_org/mojo/embedder/
platform_channel_utils_posix.h 30 // never raise |SIGPIPE|. (Note: On Mac, the suppression of |SIGPIPE| is set up
platform_channel_utils_posix.cc 18 // On Linux, |SIGPIPE| is suppressed by passing |MSG_NOSIGNAL| to
19 // |send()|/|sendmsg()|. (There is no way of suppressing |SIGPIPE| on
20 // |write()|/|writev().) On Mac, |SIGPIPE| is suppressed by setting the
25 // |write()|/|writev()| in order to suppress |SIGPIPE|. This is okay, since
  /system/netd/server/
main.cpp 109 sigaddset(&mask, SIGPIPE);
111 ALOGW("WARNING: SIGPIPE not blocked\n");
  /external/chromium_org/third_party/libevent/test/
test-weof.c 65 if (signal(SIGPIPE, SIG_IGN) == SIG_ERR)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
sigchain.c 51 sigchain_push(SIGPIPE, f);

Completed in 2100 milliseconds

1 2 3 4 5 6 7 8 91011>>