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

  /bionic/libc/stdio/
fpurge.c 56 fp->_w = fp->_flags & (__SLBF|__SNBF) ? 0 : fp->_bf._size;
refill.c 43 if ((fp->_flags & (__SLBF|__SWR)) == (__SLBF|__SWR))
106 if (fp->_flags & (__SLBF|__SNBF))
fread.c 43 if ((fp->_flags & (__SLBF|__SWR)) == (__SLBF|__SWR))
119 if (fp->_flags & (__SLBF|__SNBF))
setvbuf.c 73 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SNPT | __SEOF);
129 flags |= __SLBF;
139 if (flags & __SLBF) {
wbuf.c 80 if (++n == fp->_bf._size || (fp->_flags & __SLBF && c == '\n'))
fflush.c 72 fp->_w = t & (__SLBF|__SNBF) ? 0 : fp->_bf._size;
wsetup.c 75 if (fp->_flags & __SLBF) {
makebuf.c 73 flags |= __SLBF;
fvwrite.c 95 } else if ((fp->_flags & __SLBF) == 0) {
  /bionic/libc/include/
stdio.h 97 * if (_flags&(__SLBF|__SWR)) == (__SLBF|__SWR),
157 #define __SLBF 0x0001 /* line buffered */
  /ndk/build/platforms/android-3/arch-arm/usr/include/
stdio.h 97 * if (_flags&(__SLBF|__SWR)) == (__SLBF|__SWR),
157 #define __SLBF 0x0001 /* line buffered */
  /ndk/build/platforms/android-4/arch-arm/usr/include/
stdio.h 97 * if (_flags&(__SLBF|__SWR)) == (__SLBF|__SWR),
157 #define __SLBF 0x0001 /* line buffered */
  /ndk/build/platforms/android-5/arch-arm/usr/include/
stdio.h 97 * if (_flags&(__SLBF|__SWR)) == (__SLBF|__SWR),
157 #define __SLBF 0x0001 /* line buffered */
  /ndk/build/platforms/android-5/arch-x86/usr/include/
stdio.h 97 * if (_flags&(__SLBF|__SWR)) == (__SLBF|__SWR),
157 #define __SLBF 0x0001 /* line buffered */
  /ndk/build/platforms/android-8/arch-arm/usr/include/
stdio.h 97 * if (_flags&(__SLBF|__SWR)) == (__SLBF|__SWR),
157 #define __SLBF 0x0001 /* line buffered */
  /ndk/build/platforms/android-8/arch-x86/usr/include/
stdio.h 97 * if (_flags&(__SLBF|__SWR)) == (__SLBF|__SWR),
157 #define __SLBF 0x0001 /* line buffered */

Completed in 22 milliseconds