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

1 2 3

  /bionic/libc/stdio/
setvbuf.c 72 if (flags & __SMBF)
74 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SNPT | __SEOF);
114 flags |= __SMBF;
fclose.c 53 if (fp->_flags & __SMBF)
makebuf.c 69 flags |= __SMBF;
freopen.c 107 if (fp->_flags & __SMBF)
  /development/ndk/platforms/android-3/include/
stdio.h 165 #define __SMBF 0x0080 /* _buf is from malloc */
  /development/ndk/platforms/android-8/include/
stdio.h 165 #define __SMBF 0x0080 /* _buf is from malloc */
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/
stdio.h 174 #define __SMBF 0x0080 /* _buf is from malloc */
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/
stdio.h 174 #define __SMBF 0x0080 /* _buf is from malloc */
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/
stdio.h 174 #define __SMBF 0x0080 /* _buf is from malloc */
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/
stdio.h 174 #define __SMBF 0x0080 /* _buf is from malloc */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stdio.h 165 #define __SMBF 0x0080 /* _buf is from malloc */
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdio.h 165 #define __SMBF 0x0080 /* _buf is from malloc */
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stdio.h 165 #define __SMBF 0x0080 /* _buf is from malloc */
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
stdio.h 165 #define __SMBF 0x0080 /* _buf is from malloc */
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
stdio.h 165 #define __SMBF 0x0080 /* _buf is from malloc */
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
stdio.h 165 #define __SMBF 0x0080 /* _buf is from malloc */
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
stdio.h 165 #define __SMBF 0x0080 /* _buf is from malloc */
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
stdio.h 165 #define __SMBF 0x0080 /* _buf is from malloc */
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
stdio.h 165 #define __SMBF 0x0080 /* _buf is from malloc */
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
stdio.h 165 #define __SMBF 0x0080 /* _buf is from malloc */
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/include/
stdio.h 165 #define __SMBF 0x0080 /* _buf is from malloc */
  /prebuilts/ndk/6/platforms/android-8/arch-x86/usr/include/
stdio.h 165 #define __SMBF 0x0080 /* _buf is from malloc */
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
stdio.h 165 #define __SMBF 0x0080 /* _buf is from malloc */
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
stdio.h 165 #define __SMBF 0x0080 /* _buf is from malloc */
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
stdio.h 165 #define __SMBF 0x0080 /* _buf is from malloc */

Completed in 976 milliseconds

1 2 3