Home
last modified time | relevance | path

Searched refs:EPIPE (Results 1 – 25 of 52) sorted by relevance

123

/external/kernel-headers/original/uapi/asm-generic/
Derrno-base.h35 #define EPIPE 32 /* Broken pipe */ macro
/external/bison/lib/
Dcloseout.c110 && !(ignore_EPIPE && errno == EPIPE)) in close_stdout()
/external/netcat/
Datomicio.c62 errno = EPIPE; in atomicio()
/external/libcxx/test/diagnostics/errno/
Dcerrno.pass.cpp289 #ifndef EPIPE
290 #error EPIPE not defined
/external/chromium_org/third_party/libusb/src/msvc/
Derrno.h56 #define EPIPE 32 /* Broken pipe */ macro
/external/valgrind/main/none/tests/
Dsyscall-restart1.c56 if (write(fds[1], "x", 1) != -1 || errno != EPIPE) in main()
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dneed_errno.h112 #define EPIPE 32 macro
/external/chromium_org/net/base/
Dnet_errors_posix.cc37 case EPIPE: in MapSystemError()
/external/harfbuzz_ng/test/shaping/
Dhb_test_tools.py144 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/
Derrno.h35 #define EPIPE 32 /* Broken pipe */ macro
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/
Derrno.pxd36 EPIPE
/external/chromium_org/mojo/embedder/
Dplatform_channel_pair_posix_unittest.cc94 if (errno != EPIPE) in TEST_F()
102 if (errno != EPIPE) in TEST_F()
/external/libcxx/include/
Dcerrno273 #ifndef EPIPE
274 #define EPIPE 9950
/external/mdnsresponder/mDNSShared/
Ddnssd_ipc.h73 # define dnssd_EPIPE EPIPE
/external/chromium_org/net/third_party/nss/ssl/
Dunix_err.c388 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/
Dunix_domain_socket_linux_unittest.cc76 ASSERT_EQ(EPIPE, errno); in TEST()
/external/tinyalsa/
Dpcm.c507 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/
Derrc.pass.cpp27 static_assert(static_cast<int>(std::errc::broken_pipe) == EPIPE, ""); in main()
/external/chromium_org/net/tools/testserver/
Dtestserver_base.py85 pipe_err = errno.EPIPE
/external/chromium_org/third_party/skia/experimental/Networking/
DSkSockets.cpp202 if (errno == EPIPE) { in writePacket()
/external/dnsmasq/src/
Dlog.c196 if (errno == EPIPE) in log_write()
/external/chromium_org/media/audio/alsa/
Dalsa_input.cc144 if (original_error == -EPIPE) { // Buffer underrun/overrun. in Recover()
/external/skia/experimental/Networking/
DSkSockets.cpp202 if (errno == EPIPE) { in writePacket()
/external/chromium_org/ipc/
Dipc_channel_posix.cc491 if (errno == EPIPE) { in ProcessOutgoingMessages()
818 } else if (errno == ECONNRESET || errno == EPIPE) { in ReadData()
Dipc_channel_nacl.cc293 DCHECK(errno == EPIPE); in ProcessOutgoingMessages()

123