/external/kernel-headers/original/uapi/asm-generic/ |
D | errno-base.h | 35 #define EPIPE 32 /* Broken pipe */ macro
|
/external/bison/lib/ |
D | closeout.c | 110 && !(ignore_EPIPE && errno == EPIPE)) in close_stdout()
|
/external/netcat/ |
D | atomicio.c | 62 errno = EPIPE; in atomicio()
|
/external/libcxx/test/diagnostics/errno/ |
D | cerrno.pass.cpp | 289 #ifndef EPIPE 290 #error EPIPE not defined
|
/external/chromium_org/third_party/libusb/src/msvc/ |
D | errno.h | 56 #define EPIPE 32 /* Broken pipe */ macro
|
/external/valgrind/main/none/tests/ |
D | syscall-restart1.c | 56 if (write(fds[1], "x", 1) != -1 || errno != EPIPE) in main()
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
D | need_errno.h | 112 #define EPIPE 32 macro
|
/external/chromium_org/net/base/ |
D | net_errors_posix.cc | 37 case EPIPE: in MapSystemError()
|
/external/harfbuzz_ng/test/shaping/ |
D | hb_test_tools.py | 144 if e.errno != errno.EPIPE: 355 if e.errno != errno.EPIPE: 370 if e.errno != errno.EPIPE: 399 if e.errno != errno.EPIPE:
|
/external/tcpdump/win32/Include/ |
D | errno.h | 35 #define EPIPE 32 /* Broken pipe */ macro
|
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/ |
D | errno.pxd | 36 EPIPE
|
/external/chromium_org/mojo/embedder/ |
D | platform_channel_pair_posix_unittest.cc | 94 if (errno != EPIPE) in TEST_F() 102 if (errno != EPIPE) in TEST_F()
|
/external/libcxx/include/ |
D | cerrno | 273 #ifndef EPIPE 274 #define EPIPE 9950
|
/external/mdnsresponder/mDNSShared/ |
D | dnssd_ipc.h | 73 # define dnssd_EPIPE EPIPE
|
/external/chromium_org/net/third_party/nss/ssl/ |
D | unix_err.c | 388 PR_SetError(PR_CONNECT_RESET_ERROR, EPIPE); in nss_MD_unix_map_poll_revents_error() 499 case EPIPE: prError = PR_CONNECT_RESET_ERROR; break; in nss_MD_unix_map_default_error()
|
/external/chromium_org/base/posix/ |
D | unix_domain_socket_linux_unittest.cc | 76 ASSERT_EQ(EPIPE, errno); in TEST()
|
/external/tinyalsa/ |
D | pcm.c | 507 if (errno == EPIPE) { in pcm_write() 513 return -EPIPE; in pcm_write() 543 if (errno == EPIPE) { in pcm_read() 1168 return -EPIPE; in pcm_wait()
|
/external/libcxx/test/diagnostics/syserr/ |
D | errc.pass.cpp | 27 static_assert(static_cast<int>(std::errc::broken_pipe) == EPIPE, ""); in main()
|
/external/chromium_org/net/tools/testserver/ |
D | testserver_base.py | 85 pipe_err = errno.EPIPE
|
/external/chromium_org/third_party/skia/experimental/Networking/ |
D | SkSockets.cpp | 202 if (errno == EPIPE) { in writePacket()
|
/external/dnsmasq/src/ |
D | log.c | 196 if (errno == EPIPE) in log_write()
|
/external/chromium_org/media/audio/alsa/ |
D | alsa_input.cc | 144 if (original_error == -EPIPE) { // Buffer underrun/overrun. in Recover()
|
/external/skia/experimental/Networking/ |
D | SkSockets.cpp | 202 if (errno == EPIPE) { in writePacket()
|
/external/chromium_org/ipc/ |
D | ipc_channel_posix.cc | 491 if (errno == EPIPE) { in ProcessOutgoingMessages() 818 } else if (errno == ECONNRESET || errno == EPIPE) { in ReadData()
|
D | ipc_channel_nacl.cc | 293 DCHECK(errno == EPIPE); in ProcessOutgoingMessages()
|