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

1 2 3 4 5

  /bionic/libc/stdio/
fread.c 52 fp->_flags |= __SERR;
129 fp->_flags |= (bytes_read == 0) ? __SEOF : __SERR;
refill.c 66 fp->_flags |= __SERR;
120 fp->_flags |= __SERR;
local.h 135 #define __SERR 0x0040 // Found error.
245 #define __sferror(p) (((p)->_flags & __SERR) != 0)
246 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))
vfscanf.c 350 fp->_flags |= __SERR;
359 fp->_flags |= __SERR;
373 fp->_flags |= __SERR;
432 fp->_flags |= __SERR;
441 fp->_flags |= __SERR;
465 fp->_flags |= __SERR;
472 fp->_flags |= __SERR;
536 fp->_flags |= __SERR;
545 fp->_flags |= __SERR;
567 fp->_flags |= __SERR;
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fgetwc.c 72 fp->_flags |= __SERR;
fwrite.c 61 fp->_flags |= __SERR;
fflush.c 81 fp->_flags |= __SERR;
getdelim.c 131 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...]
  /external/bison/lib/
fseterr.c 35 fp_->_flags |= __SERR;
  /development/ndk/platforms/android-9/include/
stdio.h 151 #define __SERR 0x0040 /* found error */
363 #define __sferror(p) (((p)->_flags & __SERR) != 0)
364 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
stdio.h 152 #define __SERR 0x0040 /* found error */
393 #define __sferror(p) (((p)->_flags & __SERR) != 0)
394 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
stdio.h 152 #define __SERR 0x0040 /* found error */
393 #define __sferror(p) (((p)->_flags & __SERR) != 0)
394 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
stdio.h 151 #define __SERR 0x0040 /* found error */
363 #define __sferror(p) (((p)->_flags & __SERR) != 0)
364 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
stdio.h 151 #define __SERR 0x0040 /* found error */
363 #define __sferror(p) (((p)->_flags & __SERR) != 0)
364 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
stdio.h 151 #define __SERR 0x0040 /* found error */
363 #define __sferror(p) (((p)->_flags & __SERR) != 0)
364 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
stdio.h 151 #define __SERR 0x0040 /* found error */
363 #define __sferror(p) (((p)->_flags & __SERR) != 0)
364 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/
stdio.h 151 #define __SERR 0x0040 /* found error */
363 #define __sferror(p) (((p)->_flags & __SERR) != 0)
364 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/
stdio.h 151 #define __SERR 0x0040 /* found error */
363 #define __sferror(p) (((p)->_flags & __SERR) != 0)
364 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/
stdio.h 151 #define __SERR 0x0040 /* found error */
363 #define __sferror(p) (((p)->_flags & __SERR) != 0)
364 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/
stdio.h 151 #define __SERR 0x0040 /* found error */
363 #define __sferror(p) (((p)->_flags & __SERR) != 0)
364 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/
stdio.h 151 #define __SERR 0x0040 /* found error */
363 #define __sferror(p) (((p)->_flags & __SERR) != 0)
364 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))

Completed in 3598 milliseconds

1 2 3 4 5