Searched refs:ESPIPE (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Derrno.h59 # define ESPIPE 29 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Derrno.h59 # define ESPIPE 29 macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dftell.c66 errno = ESPIPE; /* historic practice */
H A Dftello.c63 errno = ESPIPE; /* historic practice */
H A Dfseeko.c102 errno = ESPIPE; /* historic practice */
/vbox/include/iprt/
H A Derrno.h177 #ifndef ESPIPE
178 # define ESPIPE (29) macro
/vbox/src/VBox/Runtime/common/err/
H A DRTErrConvertFromErrno.cpp139 #ifdef ESPIPE
140 case ESPIPE: return VERR_SEEK_ON_DEVICE;
H A DRTErrConvertToErrno.cpp142 #ifdef ESPIPE
143 case VERR_SEEK_ON_DEVICE: return ESPIPE;
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Darch.h89 #define ESPIPE 29 /* Illegal seek */ macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Darch.h107 #define ESPIPE 29 /* Illegal seek */ macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Derrno.h80 #define ESPIPE __ESPIPE /* 29 Illegal seek */ macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw16error.c147 case ESPIPE: /* Illegal seek */
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Derrno.h718 #define ESPIPE __einfo_error ( EINFO_ESPIPE ) macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dunix_errors.c240 case ESPIPE:
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbeos_errors.c584 case ESPIPE:
/vbox/src/libs/libxml2-2.6.31/
H A DxmlIO.c186 "Invalid seek", /* ESPIPE */
380 #ifdef ESPIPE
381 else if (errno == ESPIPE) code = XML_IO_ESPIPE;

Completed in 150 milliseconds