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

  /bionic/libc/stdio/
setvbuf.c 71 if (flags & __SMBF)
73 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SNPT | __SEOF);
112 flags |= __SMBF;
fclose.c 55 if (fp->_flags & __SMBF)
makebuf.c 69 flags |= __SMBF;
freopen.c 105 if (fp->_flags & __SMBF)
  /bionic/libc/include/
stdio.h 165 #define __SMBF 0x0080 /* _buf is from malloc */
  /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 */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdio.h 165 #define __SMBF 0x0080 /* _buf is from malloc */
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdio.h 165 #define __SMBF 0x0080 /* _buf is from malloc */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdio.h 165 #define __SMBF 0x0080 /* _buf is from malloc */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdio.h 165 #define __SMBF 0x0080 /* _buf is from malloc */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdio.h 165 #define __SMBF 0x0080 /* _buf is from malloc */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdio.h 165 #define __SMBF 0x0080 /* _buf is from malloc */

Completed in 3344 milliseconds