/external/openssh/ |
D | atomicio.c | 73 errno = EPIPE; in atomicio6() 130 errno = EPIPE; in atomiciov6()
|
D | entropy.c | 134 if (errno == EPIPE && errors < 10) { in get_random_bytes_prngd() 145 if (errno == EPIPE && errors < 10) { in get_random_bytes_prngd()
|
D | msg.c | 73 if (errno != EPIPE) in ssh_msg_recv()
|
D | roaming_common.c | 149 (ret == 0 || (ret == -1 && errno == EPIPE))) { in roaming_write()
|
D | mux.c | 1314 errno = EPIPE; in mux_client_read() 1365 errno = EPIPE; in mux_client_write_packet() 1384 if ((oerrno = errno) == EPIPE) in mux_client_read_packet() 1510 if (errno == EPIPE) { in mux_client_request_terminate() 1884 if (errno == EPIPE || in mux_client_request_stdio_fwd()
|
/external/kernel-headers/original/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/chromium/net/base/ |
D | net_errors_posix.cc | 30 case EPIPE: in MapSystemError()
|
/external/netcat/ |
D | atomicio.c | 62 errno = EPIPE; in atomicio()
|
/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/chromium_org/base/posix/ |
D | unix_domain_socket_linux_unittest.cc | 74 ASSERT_EQ(EPIPE, errno); in TEST()
|
/external/llvm/include/llvm/Support/ |
D | system_error.h | 264 # ifndef EPIPE 265 # define EPIPE 32 macro 503 broken_pipe = EPIPE,
|
/external/chromium_org/device/bluetooth/ |
D | bluetooth_socket_chromeos.cc | 140 if (errno == EPIPE || errno == ECONNRESET || errno == ENOTCONN) { in Send()
|
/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/tinyalsa/ |
D | pcm.c | 414 if (errno == EPIPE) { in pcm_write() 420 return -EPIPE; in pcm_write() 449 if (errno == EPIPE) { in pcm_read() 925 return -EPIPE; in pcm_wait()
|
/external/chromium_org/net/tools/testserver/ |
D | testserver_base.py | 80 pipe_err = errno.EPIPE
|
/external/chromium_org/media/audio/alsa/ |
D | alsa_input.cc | 142 if (original_error == -EPIPE) { // Buffer underrun/overrun. in Recover()
|
/external/dnsmasq/src/ |
D | log.c | 196 if (errno == EPIPE) in log_write()
|
/external/chromium_org/ipc/ |
D | ipc_channel_posix.cc | 474 if (errno == EPIPE) { in ProcessOutgoingMessages() 803 } else if (errno == ECONNRESET || errno == EPIPE) { in ReadData()
|
D | ipc_channel_nacl.cc | 278 DCHECK(errno == EPIPE); in ProcessOutgoingMessages()
|