HomeSort by relevance Sort by last modified time
    Searched defs:_bf (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /bionic/libc/stdio/
local.h 70 struct __sbuf _bf; /* the buffer (at least 1 byte, if !NULL) */ member in struct:__sFILE
71 int _lbfsize; /* 0 or -_bf._size, for inline putc */
97 int _blksize; /* stat.st_blksize (may be != _bf._size) */
213 ((((fp)->_flags & __SWR) == 0 || (fp)->_bf._base == NULL) && \
  /development/ndk/platforms/android-21/include/
stdio.h 87 * _lbfsize is -_bf._size, else _lbfsize is 0
100 * than fit in the current _bf, or when ungetc() pushes back a character
101 * that does not match the previous one in _bf. When this happens,
119 struct __sbuf _bf; /* the buffer (at least 1 byte, if !NULL) */ member in struct:__sFILE
120 int _lbfsize; /* 0 or -_bf._size, for inline putc */
143 int _blksize; /* stat.st_blksize (may be != _bf._size) */
  /development/ndk/platforms/android-9/include/
stdio.h 85 * _lbfsize is -_bf._size, else _lbfsize is 0
98 * than fit in the current _bf, or when ungetc() pushes back a character
99 * that does not match the previous one in _bf. When this happens,
112 struct __sbuf _bf; /* the buffer (at least 1 byte, if !NULL) */ member in struct:__sFILE
113 int _lbfsize; /* 0 or -_bf._size, for inline putc */
136 int _blksize; /* stat.st_blksize (may be != _bf._size) */
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
stdio.h 85 * _lbfsize is -_bf._size, else _lbfsize is 0
98 * than fit in the current _bf, or when ungetc() pushes back a character
99 * that does not match the previous one in _bf. When this happens,
112 struct __sbuf _bf; /* the buffer (at least 1 byte, if !NULL) */ member in struct:__sFILE
113 int _lbfsize; /* 0 or -_bf._size, for inline putc */
136 int _blksize; /* stat.st_blksize (may be != _bf._size) */
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
stdio.h 85 * _lbfsize is -_bf._size, else _lbfsize is 0
98 * than fit in the current _bf, or when ungetc() pushes back a character
99 * that does not match the previous one in _bf. When this happens,
112 struct __sbuf _bf; /* the buffer (at least 1 byte, if !NULL) */ member in struct:__sFILE
113 int _lbfsize; /* 0 or -_bf._size, for inline putc */
136 int _blksize; /* stat.st_blksize (may be != _bf._size) */
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
stdio.h 85 * _lbfsize is -_bf._size, else _lbfsize is 0
98 * than fit in the current _bf, or when ungetc() pushes back a character
99 * that does not match the previous one in _bf. When this happens,
112 struct __sbuf _bf; /* the buffer (at least 1 byte, if !NULL) */ member in struct:__sFILE
113 int _lbfsize; /* 0 or -_bf._size, for inline putc */
136 int _blksize; /* stat.st_blksize (may be != _bf._size) */
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
stdio.h 85 * _lbfsize is -_bf._size, else _lbfsize is 0
98 * than fit in the current _bf, or when ungetc() pushes back a character
99 * that does not match the previous one in _bf. When this happens,
112 struct __sbuf _bf; /* the buffer (at least 1 byte, if !NULL) */ member in struct:__sFILE
113 int _lbfsize; /* 0 or -_bf._size, for inline putc */
136 int _blksize; /* stat.st_blksize (may be != _bf._size) */
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/
stdio.h 85 * _lbfsize is -_bf._size, else _lbfsize is 0
98 * than fit in the current _bf, or when ungetc() pushes back a character
99 * that does not match the previous one in _bf. When this happens,
112 struct __sbuf _bf; /* the buffer (at least 1 byte, if !NULL) */ member in struct:__sFILE
113 int _lbfsize; /* 0 or -_bf._size, for inline putc */
136 int _blksize; /* stat.st_blksize (may be != _bf._size) */
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/
stdio.h 85 * _lbfsize is -_bf._size, else _lbfsize is 0
98 * than fit in the current _bf, or when ungetc() pushes back a character
99 * that does not match the previous one in _bf. When this happens,
112 struct __sbuf _bf; /* the buffer (at least 1 byte, if !NULL) */ member in struct:__sFILE
113 int _lbfsize; /* 0 or -_bf._size, for inline putc */
136 int _blksize; /* stat.st_blksize (may be != _bf._size) */
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/
stdio.h 85 * _lbfsize is -_bf._size, else _lbfsize is 0
98 * than fit in the current _bf, or when ungetc() pushes back a character
99 * that does not match the previous one in _bf. When this happens,
112 struct __sbuf _bf; /* the buffer (at least 1 byte, if !NULL) */ member in struct:__sFILE
113 int _lbfsize; /* 0 or -_bf._size, for inline putc */
136 int _blksize; /* stat.st_blksize (may be != _bf._size) */
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/
stdio.h 85 * _lbfsize is -_bf._size, else _lbfsize is 0
98 * than fit in the current _bf, or when ungetc() pushes back a character
99 * that does not match the previous one in _bf. When this happens,
112 struct __sbuf _bf; /* the buffer (at least 1 byte, if !NULL) */ member in struct:__sFILE
113 int _lbfsize; /* 0 or -_bf._size, for inline putc */
136 int _blksize; /* stat.st_blksize (may be != _bf._size) */
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/
stdio.h 85 * _lbfsize is -_bf._size, else _lbfsize is 0
98 * than fit in the current _bf, or when ungetc() pushes back a character
99 * that does not match the previous one in _bf. When this happens,
112 struct __sbuf _bf; /* the buffer (at least 1 byte, if !NULL) */ member in struct:__sFILE
113 int _lbfsize; /* 0 or -_bf._size, for inline putc */
136 int _blksize; /* stat.st_blksize (may be != _bf._size) */
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/
stdio.h 85 * _lbfsize is -_bf._size, else _lbfsize is 0
98 * than fit in the current _bf, or when ungetc() pushes back a character
99 * that does not match the previous one in _bf. When this happens,
112 struct __sbuf _bf; /* the buffer (at least 1 byte, if !NULL) */ member in struct:__sFILE
113 int _lbfsize; /* 0 or -_bf._size, for inline putc */
136 int _blksize; /* stat.st_blksize (may be != _bf._size) */
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/
stdio.h 85 * _lbfsize is -_bf._size, else _lbfsize is 0
98 * than fit in the current _bf, or when ungetc() pushes back a character
99 * that does not match the previous one in _bf. When this happens,
112 struct __sbuf _bf; /* the buffer (at least 1 byte, if !NULL) */ member in struct:__sFILE
113 int _lbfsize; /* 0 or -_bf._size, for inline putc */
136 int _blksize; /* stat.st_blksize (may be != _bf._size) */
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/
stdio.h 85 * _lbfsize is -_bf._size, else _lbfsize is 0
98 * than fit in the current _bf, or when ungetc() pushes back a character
99 * that does not match the previous one in _bf. When this happens,
112 struct __sbuf _bf; /* the buffer (at least 1 byte, if !NULL) */ member in struct:__sFILE
113 int _lbfsize; /* 0 or -_bf._size, for inline putc */
136 int _blksize; /* stat.st_blksize (may be != _bf._size) */
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/
stdio.h 85 * _lbfsize is -_bf._size, else _lbfsize is 0
98 * than fit in the current _bf, or when ungetc() pushes back a character
99 * that does not match the previous one in _bf. When this happens,
112 struct __sbuf _bf; /* the buffer (at least 1 byte, if !NULL) */ member in struct:__sFILE
113 int _lbfsize; /* 0 or -_bf._size, for inline putc */
136 int _blksize; /* stat.st_blksize (may be != _bf._size) */
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/
stdio.h 85 * _lbfsize is -_bf._size, else _lbfsize is 0
98 * than fit in the current _bf, or when ungetc() pushes back a character
99 * that does not match the previous one in _bf. When this happens,
112 struct __sbuf _bf; /* the buffer (at least 1 byte, if !NULL) */ member in struct:__sFILE
113 int _lbfsize; /* 0 or -_bf._size, for inline putc */
136 int _blksize; /* stat.st_blksize (may be != _bf._size) */
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/
stdio.h 85 * _lbfsize is -_bf._size, else _lbfsize is 0
98 * than fit in the current _bf, or when ungetc() pushes back a character
99 * that does not match the previous one in _bf. When this happens,
112 struct __sbuf _bf; /* the buffer (at least 1 byte, if !NULL) */ member in struct:__sFILE
113 int _lbfsize; /* 0 or -_bf._size, for inline putc */
136 int _blksize; /* stat.st_blksize (may be != _bf._size) */
  /prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/
stdio.h 85 * _lbfsize is -_bf._size, else _lbfsize is 0
98 * than fit in the current _bf, or when ungetc() pushes back a character
99 * that does not match the previous one in _bf. When this happens,
112 struct __sbuf _bf; /* the buffer (at least 1 byte, if !NULL) */ member in struct:__sFILE
113 int _lbfsize; /* 0 or -_bf._size, for inline putc */
136 int _blksize; /* stat.st_blksize (may be != _bf._size) */
  /prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/
stdio.h 85 * _lbfsize is -_bf._size, else _lbfsize is 0
98 * than fit in the current _bf, or when ungetc() pushes back a character
99 * that does not match the previous one in _bf. When this happens,
112 struct __sbuf _bf; /* the buffer (at least 1 byte, if !NULL) */ member in struct:__sFILE
113 int _lbfsize; /* 0 or -_bf._size, for inline putc */
136 int _blksize; /* stat.st_blksize (may be != _bf._size) */
  /prebuilts/ndk/r10/platforms/android-17/arch-x86/usr/include/
stdio.h 85 * _lbfsize is -_bf._size, else _lbfsize is 0
98 * than fit in the current _bf, or when ungetc() pushes back a character
99 * that does not match the previous one in _bf. When this happens,
112 struct __sbuf _bf; /* the buffer (at least 1 byte, if !NULL) */ member in struct:__sFILE
113 int _lbfsize; /* 0 or -_bf._size, for inline putc */
136 int _blksize; /* stat.st_blksize (may be != _bf._size) */
  /prebuilts/ndk/r10/platforms/android-18/arch-arm/usr/include/
stdio.h 85 * _lbfsize is -_bf._size, else _lbfsize is 0
98 * than fit in the current _bf, or when ungetc() pushes back a character
99 * that does not match the previous one in _bf. When this happens,
112 struct __sbuf _bf; /* the buffer (at least 1 byte, if !NULL) */ member in struct:__sFILE
113 int _lbfsize; /* 0 or -_bf._size, for inline putc */
136 int _blksize; /* stat.st_blksize (may be != _bf._size) */
  /prebuilts/ndk/r10/platforms/android-18/arch-mips/usr/include/
stdio.h 85 * _lbfsize is -_bf._size, else _lbfsize is 0
98 * than fit in the current _bf, or when ungetc() pushes back a character
99 * that does not match the previous one in _bf. When this happens,
112 struct __sbuf _bf; /* the buffer (at least 1 byte, if !NULL) */ member in struct:__sFILE
113 int _lbfsize; /* 0 or -_bf._size, for inline putc */
136 int _blksize; /* stat.st_blksize (may be != _bf._size) */
  /prebuilts/ndk/r10/platforms/android-18/arch-x86/usr/include/
stdio.h 85 * _lbfsize is -_bf._size, else _lbfsize is 0
98 * than fit in the current _bf, or when ungetc() pushes back a character
99 * that does not match the previous one in _bf. When this happens,
112 struct __sbuf _bf; /* the buffer (at least 1 byte, if !NULL) */ member in struct:__sFILE
113 int _lbfsize; /* 0 or -_bf._size, for inline putc */
136 int _blksize; /* stat.st_blksize (may be != _bf._size) */
  /prebuilts/ndk/r10/platforms/android-19/arch-arm/usr/include/
stdio.h 85 * _lbfsize is -_bf._size, else _lbfsize is 0
98 * than fit in the current _bf, or when ungetc() pushes back a character
99 * that does not match the previous one in _bf. When this happens,
112 struct __sbuf _bf; /* the buffer (at least 1 byte, if !NULL) */ member in struct:__sFILE
113 int _lbfsize; /* 0 or -_bf._size, for inline putc */
136 int _blksize; /* stat.st_blksize (may be != _bf._size) */

Completed in 770 milliseconds

1 2 3 4