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

1 2 3

  /bionic/libc/stdio/
refill.c 42 if ((fp->_flags & (__SLBF|__SWR)) == (__SLBF|__SWR))
102 if (fp->_flags & (__SLBF|__SNBF)) {
109 if ((fp->_flags & (__SLBF|__SWR)) == (__SLBF|__SWR))
stdio_ext.cpp 62 return (fp->_flags & __SLBF) != 0;
local.h 128 #define __SLBF 0x0001 // Line buffered.
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
setvbuf.c 74 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SNPT | __SEOF);
137 flags |= __SLBF;
147 if (flags & __SLBF) {
fpurge.c 58 fp->_w = fp->_flags & (__SLBF|__SNBF) ? 0 : fp->_bf._size;
wbuf.c 80 if (++n == fp->_bf._size || (fp->_flags & __SLBF && c == '\n'))
wsetup.c 75 if (fp->_flags & __SLBF) {
fflush.c 76 fp->_w = t & (__SLBF|__SNBF) ? 0 : fp->_bf._size;
makebuf.c 72 flags |= __SLBF;
fvwrite.c 91 } else if ((fp->_flags & __SLBF) == 0) {
  /development/ndk/platforms/android-21/include/
stdio.h 86 * if (_flags&(__SLBF|__SWR)) == (__SLBF|__SWR),
151 #define __SLBF 0x0001 /* line buffered */
  /development/ndk/platforms/android-3/include/
stdio.h 84 * if (_flags&(__SLBF|__SWR)) == (__SLBF|__SWR),
144 #define __SLBF 0x0001 /* line buffered */
  /development/ndk/platforms/android-8/include/
stdio.h 84 * if (_flags&(__SLBF|__SWR)) == (__SLBF|__SWR),
144 #define __SLBF 0x0001 /* line buffered */
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
stdio.h 84 * if (_flags&(__SLBF|__SWR)) == (__SLBF|__SWR),
144 #define __SLBF 0x0001 /* line buffered */
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
stdio.h 84 * if (_flags&(__SLBF|__SWR)) == (__SLBF|__SWR),
144 #define __SLBF 0x0001 /* line buffered */
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
stdio.h 84 * if (_flags&(__SLBF|__SWR)) == (__SLBF|__SWR),
144 #define __SLBF 0x0001 /* line buffered */
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
stdio.h 84 * if (_flags&(__SLBF|__SWR)) == (__SLBF|__SWR),
144 #define __SLBF 0x0001 /* line buffered */
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
stdio.h 84 * if (_flags&(__SLBF|__SWR)) == (__SLBF|__SWR),
144 #define __SLBF 0x0001 /* line buffered */
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
stdio.h 84 * if (_flags&(__SLBF|__SWR)) == (__SLBF|__SWR),
144 #define __SLBF 0x0001 /* line buffered */
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
stdio.h 84 * if (_flags&(__SLBF|__SWR)) == (__SLBF|__SWR),
144 #define __SLBF 0x0001 /* line buffered */
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
stdio.h 84 * if (_flags&(__SLBF|__SWR)) == (__SLBF|__SWR),
144 #define __SLBF 0x0001 /* line buffered */
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
stdio.h 84 * if (_flags&(__SLBF|__SWR)) == (__SLBF|__SWR),
144 #define __SLBF 0x0001 /* line buffered */
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
stdio.h 84 * if (_flags&(__SLBF|__SWR)) == (__SLBF|__SWR),
144 #define __SLBF 0x0001 /* line buffered */
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
stdio.h 84 * if (_flags&(__SLBF|__SWR)) == (__SLBF|__SWR),
144 #define __SLBF 0x0001 /* line buffered */
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
stdio.h 84 * if (_flags&(__SLBF|__SWR)) == (__SLBF|__SWR),
144 #define __SLBF 0x0001 /* line buffered */

Completed in 2703 milliseconds

1 2 3