Home
last modified time | relevance | path

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

123

/external/openssh/
Datomicio.c73 errno = EPIPE; in atomicio6()
130 errno = EPIPE; in atomiciov6()
Dentropy.c134 if (errno == EPIPE && errors < 10) { in get_random_bytes_prngd()
145 if (errno == EPIPE && errors < 10) { in get_random_bytes_prngd()
Dmsg.c73 if (errno != EPIPE) in ssh_msg_recv()
Droaming_common.c149 (ret == 0 || (ret == -1 && errno == EPIPE))) { in roaming_write()
Dmux.c1314 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/
Derrno-base.h35 #define EPIPE 32 /* Broken pipe */ macro
/external/bison/lib/
Dcloseout.c110 && !(ignore_EPIPE && errno == EPIPE)) in close_stdout()
/external/chromium/net/base/
Dnet_errors_posix.cc30 case EPIPE: in MapSystemError()
/external/netcat/
Datomicio.c62 errno = EPIPE; in atomicio()
/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/chromium_org/base/posix/
Dunix_domain_socket_linux_unittest.cc74 ASSERT_EQ(EPIPE, errno); in TEST()
/external/llvm/include/llvm/Support/
Dsystem_error.h264 # ifndef EPIPE
265 # define EPIPE 32 macro
503 broken_pipe = EPIPE,
/external/chromium_org/device/bluetooth/
Dbluetooth_socket_chromeos.cc140 if (errno == EPIPE || errno == ECONNRESET || errno == ENOTCONN) { in Send()
/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/tinyalsa/
Dpcm.c414 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/
Dtestserver_base.py80 pipe_err = errno.EPIPE
/external/chromium_org/media/audio/alsa/
Dalsa_input.cc142 if (original_error == -EPIPE) { // Buffer underrun/overrun. in Recover()
/external/dnsmasq/src/
Dlog.c196 if (errno == EPIPE) in log_write()
/external/chromium_org/ipc/
Dipc_channel_posix.cc474 if (errno == EPIPE) { in ProcessOutgoingMessages()
803 } else if (errno == ECONNRESET || errno == EPIPE) { in ReadData()
Dipc_channel_nacl.cc278 DCHECK(errno == EPIPE); in ProcessOutgoingMessages()

123