SIGPIPE 65 base/debug/stack_trace_android.cc return (sigaction(SIGPIPE, &action, NULL) == 0); SIGPIPE 713 base/debug/stack_trace_posix.cc bool success = (sigaction(SIGPIPE, &sigpipe_action, NULL) == 0); SIGPIPE 63 base/posix/unix_domain_socket_linux_unittest.cc ASSERT_EQ(0, sigaction(SIGPIPE, &act, &oldact)); SIGPIPE 77 base/posix/unix_domain_socket_linux_unittest.cc ASSERT_EQ(0, sigaction(SIGPIPE, &oldact, NULL)); SIGPIPE 218 content/app/content_main_runner.cc CHECK(signal(SIGPIPE, SIG_IGN) != SIG_ERR); SIGPIPE 32 mojo/embedder/platform_channel_pair_posix_unittest.cc ASSERT_EQ(0, sigaction(SIGPIPE, &action, &old_action_)); SIGPIPE 37 mojo/embedder/platform_channel_pair_posix_unittest.cc ASSERT_EQ(0, sigaction(SIGPIPE, &old_action_, NULL)); SIGPIPE 992 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc case SIGPIPE: SIGPIPE 159 net/tools/flip_server/flip_in_mem_edsm_server.cc signal(SIGPIPE, SIG_IGN); SIGPIPE 1624 third_party/libevent/test/regress.c if (signal(SIGPIPE, SIG_IGN) == SIG_ERR) SIGPIPE 65 third_party/libevent/test/test-weof.c if (signal(SIGPIPE, SIG_IGN) == SIG_ERR) SIGPIPE 356 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc SignalHandler* old_pipe_handler = signal(SIGPIPE, SIG_IGN); SIGPIPE 432 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc signal(SIGPIPE, old_pipe_handler);