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

  /bionic/libc/include/
stdio.h 81 * _lbfsize is -_bf._size, else _lbfsize is 0
94 * than fit in the current _bf, or when ungetc() pushes back a character
95 * that does not match the previous one in _bf. When this happens,
113 struct __sbuf _bf; /* the buffer (at least 1 byte, if !NULL) */ member in struct:__sFILE
114 int _lbfsize; /* 0 or -_bf._size, for inline putc */
137 int _blksize; /* stat.st_blksize (may be != _bf._size) */
  /development/ndk/platforms/android-L/include/
stdio.h 72 * _lbfsize is -_bf._size, else _lbfsize is 0
85 * than fit in the current _bf, or when ungetc() pushes back a character
86 * that does not match the previous one in _bf. When this happens,
99 struct __sbuf _bf; /* the buffer (at least 1 byte, if !NULL) */ member in struct:__sFILE
100 int _lbfsize; /* 0 or -_bf._size, for inline putc */
123 int _blksize; /* stat.st_blksize (may be != _bf._size) */
  /development/ndk/platforms/android-3/include/
stdio.h 77 * _lbfsize is -_bf._size, else _lbfsize is 0
90 * than fit in the current _bf, or when ungetc() pushes back a character
91 * that does not match the previous one in _bf. When this happens,
104 struct __sbuf _bf; /* the buffer (at least 1 byte, if !NULL) */ member in struct:__sFILE
105 int _lbfsize; /* 0 or -_bf._size, for inline putc */
128 int _blksize; /* stat.st_blksize (may be != _bf._size) */
  /development/ndk/platforms/android-8/include/
stdio.h 77 * _lbfsize is -_bf._size, else _lbfsize is 0
90 * than fit in the current _bf, or when ungetc() pushes back a character
91 * that does not match the previous one in _bf. When this happens,
104 struct __sbuf _bf; /* the buffer (at least 1 byte, if !NULL) */ member in struct:__sFILE
105 int _lbfsize; /* 0 or -_bf._size, for inline putc */
128 int _blksize; /* stat.st_blksize (may be != _bf._size) */

Completed in 578 milliseconds