HomeSort by: relevance | last modified time | path
    Searched defs:_bf (Results 1 - 2 of 2) sorted by relevancy

  /src/include/
stdio.h 94 * _lbfsize is -_bf._size, else _lbfsize is 0
107 * pushes back more characters than fit in the current _bf, or when ungetc()
108 * pushes back a character that does not match the previous one in _bf.
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 */
145 int _blksize; /* stat.st_blksize (may be != _bf._size) */
stdio.h 94 * _lbfsize is -_bf._size, else _lbfsize is 0
107 * pushes back more characters than fit in the current _bf, or when ungetc()
108 * pushes back a character that does not match the previous one in _bf.
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 */
145 int _blksize; /* stat.st_blksize (may be != _bf._size) */

Completed in 27 milliseconds