Searched refs:EILSEQ (Results 1 - 19 of 19) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Derrno.h71 # define EILSEQ 42 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Derrno.h71 # define EILSEQ 42 macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dfgetwc.c90 errno = EILSEQ;
H A Dfputwc.c84 errno = EILSEQ;
H A Dvswprintf.c84 errno = EILSEQ;
/vbox/src/VBox/Runtime/common/err/
H A DRTErrConvertFromErrno.cpp300 #ifdef EILSEQ
301 case EILSEQ: return VERR_NO_TRANSLATION;
H A DRTErrConvertToErrno.cpp304 #ifdef EILSEQ
305 case VERR_NO_TRANSLATION: return EILSEQ;
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Darch.h146 #define EILSEQ 84 /* Illegal byte sequence */ macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Darch.h164 #define EILSEQ 84 /* Illegal byte sequence */ macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Derrno.h151 #define EILSEQ __EILSEQ /* 85 Illegal byte sequence */ macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw16error.c173 case EILSEQ: /* Multibyte/widw character encoding error */
/vbox/src/VBox/HostDrivers/Support/linux/
H A DSUPLib-linux.cpp193 case EILSEQ: return VERR_INVALID_MAGIC;
H A DSUPDrv-linux.c1080 case VERR_INVALID_MAGIC: return -EILSEQ;
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Derrno.h482 #define EILSEQ __einfo_error ( EINFO_EILSEQ ) macro
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-darwin.cpp656 case VERR_INVALID_MAGIC: return EILSEQ;
/vbox/src/VBox/HostDrivers/Support/solaris/
H A DSUPDrv-solaris.c898 case VERR_INVALID_MAGIC: return EILSEQ;
/vbox/src/libs/libxml2-2.6.31/
H A Dencoding.c1710 #ifdef EILSEQ
1711 if (errno == EILSEQ) {
/vbox/src/VBox/HostDrivers/Support/darwin/
H A DSUPDrv-darwin.cpp1309 case VERR_INVALID_MAGIC: return EILSEQ;
/vbox/src/VBox/Devices/USB/linux/
H A DUSBProxyDevice-linux.cpp1599 case -EILSEQ:

Completed in 1632 milliseconds