HomeSort by relevance Sort by last modified time
    Searched refs:__SERR (Results 1 - 17 of 17) sorted by null

  /bionic/libc/stdio/
refill.c 66 fp->_flags |= __SERR;
119 fp->_flags |= __SERR;
stdio_ext.cpp 76 fp->_flags |= __SERR;
local.h 151 #define __SERR 0x0040 // Found error.
237 #define __sferror(p) (((p)->_flags & __SERR) != 0)
238 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR | __SEOF)))
vfscanf.cpp 346 fp->_flags |= __SERR;
355 fp->_flags |= __SERR;
367 fp->_flags |= __SERR;
435 fp->_flags |= __SERR;
445 fp->_flags |= __SERR;
471 fp->_flags |= __SERR;
478 fp->_flags |= __SERR;
printf_common.h 106 if (fake._flags & __SERR) fp->_flags |= __SERR;
756 fp->_flags |= __SERR;
stdio.cpp 460 fp->_flags |= __SERR;
1046 fp->_flags |= __SERR;
1086 fp->_flags |= (bytes_read == 0) ? __SEOF : __SERR;
1109 fp->_flags |= __SERR;
vfwprintf.cpp 489 fp->_flags |= __SERR;
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fgetwc.c 72 fp->_flags |= __SERR;
getdelim.c 131 fp->_flags |= __SERR;
fvwrite.c 202 fp->_flags |= __SERR;
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
refill.c 104 fp->_flags |= __SERR; //<dvm> Allows differentiation between errors and EOF
154 fp->_flags |= __SERR;
fflush.c 114 fp->_flags |= __SERR;
fgetwc.c 91 fp->_flags |= __SERR;
vfscanf.c 417 fp->_flags |= __SERR;
426 fp->_flags |= __SERR;
440 fp->_flags |= __SERR;
497 fp->_flags |= __SERR;
506 fp->_flags |= __SERR;
530 fp->_flags |= __SERR;
537 fp->_flags |= __SERR;
598 fp->_flags |= __SERR;
607 fp->_flags |= __SERR;
629 fp->_flags |= __SERR;
    [all...]
fvwrite.c 227 fp->_flags |= __SERR;
vfwprintf.c 189 if (fake._flags & __SERR)
190 fp->_flags |= __SERR;
214 fp->_flags |= __SERR;
1013 fp->_flags |= __SERR;
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 268 #define __SERR 0x0040 /**< found error */
    [all...]

Completed in 353 milliseconds