HomeSort by: relevance | last modified time | path
    Searched refs:EPIPE (Results 1 - 25 of 140) sorted by relevancy

1 2 3 4 5 6

  /src/usr.bin/nc/
atomicio.c 62 errno = EPIPE;
  /src/external/cddl/osnet/dist/cmd/pyzfs/
pyzfs.py 73 if e.errno == errno.EPIPE:
  /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
pipe4.c 61 || errno != EPIPE)
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
pipe4.c 61 || errno != EPIPE)
  /src/external/ibm-public/postfix/dist/src/global/
scache_clnt.c 147 if (msg_verbose || count > 1 || (errno && errno != EPIPE && errno != ENOENT))
202 if (msg_verbose || (errno != EPIPE && errno != ENOENT))
220 if (msg_verbose || (errno != EPIPE && errno != ENOENT))
292 if (msg_verbose || (errno != EPIPE && errno != ENOENT))
346 if (msg_verbose || (errno != EPIPE && errno != ENOENT))
364 if (msg_verbose || (errno != EPIPE && errno != ENOENT))
verify_clnt.c 142 if (msg_verbose || count > 1 || (errno && errno != EPIPE && errno != ENOENT))
184 if (msg_verbose || (errno != EPIPE && errno != ENOENT))
  /src/lib/librumpuser/
rumpuser_errtrans.c 120 #ifdef EPIPE
121 case EPIPE : return 32;
  /src/sys/rump/include/rump/
rumperrno2host.h 144 #ifdef EPIPE
146 return EPIPE;
  /src/external/apache2/llvm/dist/libcxx/include/
errno.h 275 #ifndef EPIPE
276 #define EPIPE 9950
  /src/sys/sys/
errno.h 74 #define EPIPE 32 /* Broken pipe */
  /src/tests/dev/md/
h_mdserv.c 48 error = EPIPE;
  /src/external/bsd/ntp/dist/libntp/lib/isc/unix/
errno2result.c 63 case EPIPE:
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/
error_constants.h 53 broken_pipe = EPIPE,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32/
error_constants.h 53 broken_pipe = EPIPE,
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
scoped_ignore_signal-selftests.c 60 with EPIPE. */
72 /* Check that writing to the pipe results in EPIPE. EXPECT_SIG
80 SELF_CHECK (r == -1 && errno == EPIPE
  /src/external/mit/libuv/dist/test/
test-error.c 73 ASSERT_EQ(uv_translate_sys_error(EPIPE), UV_EPIPE);
  /src/external/mpl/bind/dist/lib/isc/
errno2result.c 71 case EPIPE:
  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/
errno2result.c 69 case EPIPE:
  /src/external/mpl/dhcp/dist/omapip/
toisc.c 99 case EPIPE:
  /src/external/gpl3/gdb/dist/gdb/unittests/
scoped_ignore_signal-selftests.c 60 with EPIPE. */
72 /* Check that writing to the pipe results in EPIPE. EXPECT_SIG
80 SELF_CHECK (r == -1 && errno == EPIPE
  /src/crypto/external/bsd/openssh/dist/
msg.c 76 if (errno != EPIPE)
atomicio.c 78 errno = EPIPE;
136 errno = EPIPE;
  /src/external/gpl3/gdb.old/dist/sim/common/
target-newlib-errno.c 329 #ifdef EPIPE
330 { "EPIPE", EPIPE, 32 },
  /src/external/gpl3/gdb/dist/sim/common/
target-newlib-errno.c 329 #ifdef EPIPE
330 { "EPIPE", EPIPE, 32 },
  /src/external/ibm-public/postfix/dist/src/postqueue/
showq_compat.c 210 if (errno != EPIPE)
228 if (vstream_fflush(VSTREAM_OUT) && errno != EPIPE)

Completed in 21 milliseconds

1 2 3 4 5 6