Searched refs:EPIPE (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium/net/base/
H A Dnet_errors_posix.cc30 case EPIPE:
/external/kernel-headers/original/asm-generic/
H A Derrno-base.h35 #define EPIPE 32 /* Broken pipe */ macro
/external/bison/lib/
H A Dcloseout.c48 /* Specify the reaction to an EPIPE error during the closing of stdout:
62 EPIPE occurs when writing to a pipe or socket that has no readers now,
67 this case, an EPIPE is an indication of a premature termination of the
72 first. In this case, an EPIPE is an indication that the pipe writer can
74 EPIPE is part of the normal pipe/socket shutdown protocol in this case,
110 && !(ignore_EPIPE && errno == EPIPE))
/external/netcat/
H A Datomicio.c62 errno = EPIPE;
/external/valgrind/main/none/tests/
H A Dsyscall-restart1.c56 if (write(fds[1], "x", 1) != -1 || errno != EPIPE)
57 fprintf(stderr, "FAIL: expected write to fail with EPIPE, not %d\n", errno);
/external/openssh/
H A Datomicio.c73 errno = EPIPE;
130 errno = EPIPE;
H A Dmsg.c73 if (errno != EPIPE)
H A Dentropy.c134 if (errno == EPIPE && errors < 10) {
145 if (errno == EPIPE && errors < 10) {
H A Droaming_common.c149 (ret == 0 || (ret == -1 && errno == EPIPE))) {
H A Dmux.c1314 errno = EPIPE;
1365 errno = EPIPE;
1384 if ((oerrno = errno) == EPIPE)
1510 if (errno == EPIPE) {
1884 if (errno == EPIPE ||
H A Dssh-keyscan.c421 case EPIPE:
H A Dsftp-client.c130 if (errno == EPIPE)
144 if (errno == EPIPE)
H A Dauthfile.c346 if (errno == EPIPE)
/external/mdnsresponder/mDNSShared/
H A Ddnssd_ipc.h73 # define dnssd_EPIPE EPIPE
/external/llvm/include/llvm/Support/
H A Dsystem_error.h135 broken_pipe, // EPIPE
264 # ifndef EPIPE
265 # define EPIPE 32 macro
503 broken_pipe = EPIPE,
/external/harfbuzz_ng/test/shaping/
H A 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/dnsmasq/src/
H A Dlog.c194 /* Once a stream socket hits EPIPE, we have to close and re-open
196 if (errno == EPIPE)
/external/tinyalsa/
H A Dpcm.c407 if (errno == EPIPE) {
409 * allowed to do so. Otherwise, simply allow the EPIPE error to
413 return -EPIPE;
442 if (errno == EPIPE) {
907 return -EPIPE;
/external/qemu/audio/
H A Dalsaaudio.c766 if (avail == -EPIPE) {
804 case -EPIPE:
1136 case -EPIPE:
/external/qemu/
H A Dusb-linux.c276 case -EPIPE:
491 case EPIPE:
614 case EPIPE:
/external/libusb_aah/libusb/os/
H A Dlinux_usbfs.c2047 case -EPIPE:
2155 case -EPIPE:
2264 case -EPIPE:
/external/srec/audio/AudioIn/UNIX/src/
H A Daudioin.c631 else if ( iReadFrames == -EPIPE )
/external/libusb/libusb/os/
H A Dlinux_usbfs.c1860 case -EPIPE:
2037 case -EPIPE:
/external/e2fsprogs/lib/ext2fs/
H A Dnt_io.c295 { ERROR_BROKEN_PIPE, EPIPE },
/external/libusb-compat/libusb/
H A Dcore.c84 return EPIPE;

Completed in 1484 milliseconds

12