Searched refs:__SERR (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Drefill.c110 fp->_flags |= __SERR; //<dvm> Allows differentiation between errors and EOF
166 fp->_flags |= __SERR;
H A Dfflush.c114 fp->_flags |= __SERR;
H A Dfgetwc.c91 fp->_flags |= __SERR;
H A Dvfscanf.c416 fp->_flags |= __SERR;
425 fp->_flags |= __SERR;
439 fp->_flags |= __SERR;
496 fp->_flags |= __SERR;
505 fp->_flags |= __SERR;
529 fp->_flags |= __SERR;
536 fp->_flags |= __SERR;
597 fp->_flags |= __SERR;
606 fp->_flags |= __SERR;
628 fp->_flags |= __SERR;
[all...]
H A Dfvwrite.c226 fp->_flags |= __SERR;
H A Dvfwprintf.c189 if (fake._flags & __SERR)
190 fp->_flags |= __SERR;
214 fp->_flags |= __SERR;
1013 fp->_flags |= __SERR;
1352 fp->_flags |= __SERR;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdio.h268 #define __SERR 0x0040 /**< found error */ macro
1596 #define __sferror(p) (((p)->_flags & __SERR) != 0)
1597 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))

Completed in 470 milliseconds