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

  /bionic/libc/stdio/
local.h 72 struct __sbuf _bf; /* the buffer (at least 1 byte, if !NULL) */ member in struct:__sFILE
73 int _lbfsize; /* 0 or -_bf._size, for inline putc */
99 int _blksize; /* stat.st_blksize (may be != _bf._size) */
216 #define cantwrite(fp) ((((fp)->_flags & __SWR) == 0 || (fp)->_bf._base == NULL) && __swsetup(fp))
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 200 * - _lbfsize is -_bf._size, else _lbfsize is 0
213 * than fit in the current _bf, or when ungetc() pushes back a character
214 * that does not match the previous one in _bf. When this happens,
225 struct __sbuf _bf; /**< the buffer (at least 1 byte, if !NULL) */ member in struct:__sFILE
226 int _lbfsize; /**< 0 or -_bf._size, for inline putc */
253 int _blksize; /**< stat.st_blksize (may be != _bf._size) */
    [all...]

Completed in 149 milliseconds