Home
last modified time | relevance | path

Searched refs:ESPIPE (Results 1 – 25 of 81) sorted by relevance

1234

/netbsd/sys/rump/include/rump/
H A Drumperrno2host.h132 #ifdef ESPIPE in rump_errno2host()
134 return ESPIPE; in rump_errno2host()
/netbsd/external/apache2/llvm/dist/libcxx/include/
H A Derrno.h315 #ifndef ESPIPE
316 #define ESPIPE 9960 macro
H A D__errc50 invalid_seek, // ESPIPE
147 invalid_seek = ESPIPE,
/netbsd/lib/librumpuser/
H A Drumpuser_errtrans.c111 #ifdef ESPIPE in rumpuser__errtrans()
112 case ESPIPE : return 29; in rumpuser__errtrans()
/netbsd/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_open_fd.c163 if (errno == ESPIPE) in file_skip()
190 if (errno == ESPIPE) { in file_seek()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dsystem_error.cc294 #ifdef ESPIPE in default_error_condition()
295 case ESPIPE: in default_error_condition()
/netbsd/usr.bin/vndcompress/
H A Dvnduncompress.c120 if (errno == ESPIPE) in vnduncompress()
128 if (errno != ESPIPE) in vnduncompress()
/netbsd/external/cddl/osnet/lib/libdtrace/
H A Derrno.d95 inline int ESPIPE = 29; variable
96 #pragma D binding "1.0" ESPIPE
/netbsd/external/mit/libuv/dist/include/uv/
H A Derrno.h347 #if defined(ESPIPE) && !defined(_WIN32)
348 # define UV__ESPIPE UV__ERR(ESPIPE)
/netbsd/lib/libc/stdio/
H A Dftell.c63 errno = ESPIPE; /* historic practice */ in ftell()
H A Dftello.c64 errno = ESPIPE; /* historic practice */ in __weak_alias()
H A Dstdio.c90 if (errno == ESPIPE) /* if unseekable, OK, */ in __swrite()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32/
H A Derror_constants.h73 invalid_seek = ESPIPE, in _GLIBCXX_VISIBILITY()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/
H A Derror_constants.h73 invalid_seek = ESPIPE, in _GLIBCXX_VISIBILITY()
/netbsd/sys/sys/
H A Derrno.h71 #define ESPIPE 29 /* Illegal seek */ macro
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/djgpp/
H A Derror_constants.h79 invalid_seek = ESPIPE, in _GLIBCXX_VISIBILITY()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/
H A Derror_constants.h79 invalid_seek = ESPIPE, in _GLIBCXX_VISIBILITY()
/netbsd/external/gpl3/gdb/dist/libiberty/
H A Dstrerror.c163 #if defined (ESPIPE)
164 ENTRY(ESPIPE, "ESPIPE", "Illegal seek"),
/netbsd/external/gpl3/gcc/dist/libiberty/
H A Dstrerror.c163 #if defined (ESPIPE)
164 ENTRY(ESPIPE, "ESPIPE", "Illegal seek"),
/netbsd/external/gpl3/gcc.old/dist/libiberty/
H A Dstrerror.c163 #if defined (ESPIPE)
164 ENTRY(ESPIPE, "ESPIPE", "Illegal seek"),
/netbsd/external/gpl3/binutils.old/dist/libiberty/
H A Dstrerror.c163 #if defined (ESPIPE)
164 ENTRY(ESPIPE, "ESPIPE", "Illegal seek"),
/netbsd/external/gpl3/binutils/dist/libiberty/
H A Dstrerror.c163 #if defined (ESPIPE)
164 ENTRY(ESPIPE, "ESPIPE", "Illegal seek"),
/netbsd/external/gpl3/gdb.old/dist/libiberty/
H A Dstrerror.c163 #if defined (ESPIPE)
164 ENTRY(ESPIPE, "ESPIPE", "Illegal seek"),
/netbsd/tests/lib/libc/sys/
H A Dt_posix_fadvise.c118 CE(posix_fadvise(pipe_fds[0], 0, 0, POSIX_FADV_NORMAL), ESPIPE); in ATF_TC_BODY()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/
H A Derror_constants.h79 invalid_seek = ESPIPE, in _GLIBCXX_VISIBILITY()

1234