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

1 2 3

  /bionic/libc/stdio/
refill.c 62 if (fp->_flags & __SEOF)
120 fp->_flags |= __SEOF;
wsetup.c 60 fp->_flags &= ~(__SRD|__SEOF);
fseek.c 195 fp->_flags &= ~__SEOF;
215 fp->_flags &= ~__SEOF;
242 fp->_flags &= ~__SEOF;
fread.c 82 if (fp->_flags & __SEOF) {
140 fp->_flags |= __SEOF;
setvbuf.c 74 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SNPT | __SEOF);
  /development/ndk/platforms/android-3/include/
stdio.h 163 #define __SEOF 0x0020 /* found EOF */
404 #define __sfeof(p) (((p)->_flags & __SEOF) != 0)
406 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))
  /development/ndk/platforms/android-8/include/
stdio.h 163 #define __SEOF 0x0020 /* found EOF */
404 #define __sfeof(p) (((p)->_flags & __SEOF) != 0)
406 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/
stdio.h 172 #define __SEOF 0x0020 /* found EOF */
413 #define __sfeof(p) (((p)->_flags & __SEOF) != 0)
415 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/
stdio.h 172 #define __SEOF 0x0020 /* found EOF */
413 #define __sfeof(p) (((p)->_flags & __SEOF) != 0)
415 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/
stdio.h 172 #define __SEOF 0x0020 /* found EOF */
413 #define __sfeof(p) (((p)->_flags & __SEOF) != 0)
415 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/
stdio.h 172 #define __SEOF 0x0020 /* found EOF */
413 #define __sfeof(p) (((p)->_flags & __SEOF) != 0)
415 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stdio.h 163 #define __SEOF 0x0020 /* found EOF */
402 #define __sfeof(p) (((p)->_flags & __SEOF) != 0)
404 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdio.h 163 #define __SEOF 0x0020 /* found EOF */
402 #define __sfeof(p) (((p)->_flags & __SEOF) != 0)
404 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stdio.h 163 #define __SEOF 0x0020 /* found EOF */
402 #define __sfeof(p) (((p)->_flags & __SEOF) != 0)
404 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
stdio.h 163 #define __SEOF 0x0020 /* found EOF */
402 #define __sfeof(p) (((p)->_flags & __SEOF) != 0)
404 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
stdio.h 163 #define __SEOF 0x0020 /* found EOF */
402 #define __sfeof(p) (((p)->_flags & __SEOF) != 0)
404 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
stdio.h 163 #define __SEOF 0x0020 /* found EOF */
402 #define __sfeof(p) (((p)->_flags & __SEOF) != 0)
404 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
stdio.h 163 #define __SEOF 0x0020 /* found EOF */
404 #define __sfeof(p) (((p)->_flags & __SEOF) != 0)
406 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
stdio.h 163 #define __SEOF 0x0020 /* found EOF */
404 #define __sfeof(p) (((p)->_flags & __SEOF) != 0)
406 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
stdio.h 163 #define __SEOF 0x0020 /* found EOF */
404 #define __sfeof(p) (((p)->_flags & __SEOF) != 0)
406 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
stdio.h 163 #define __SEOF 0x0020 /* found EOF */
404 #define __sfeof(p) (((p)->_flags & __SEOF) != 0)
406 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/include/
stdio.h 163 #define __SEOF 0x0020 /* found EOF */
404 #define __sfeof(p) (((p)->_flags & __SEOF) != 0)
406 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))
  /prebuilts/ndk/6/platforms/android-8/arch-x86/usr/include/
stdio.h 163 #define __SEOF 0x0020 /* found EOF */
404 #define __sfeof(p) (((p)->_flags & __SEOF) != 0)
406 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
stdio.h 163 #define __SEOF 0x0020 /* found EOF */
404 #define __sfeof(p) (((p)->_flags & __SEOF) != 0)
406 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
stdio.h 163 #define __SEOF 0x0020 /* found EOF */
404 #define __sfeof(p) (((p)->_flags & __SEOF) != 0)
406 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))

Completed in 553 milliseconds

1 2 3