Searched refs:_lbfsize (Results 1 - 9 of 9) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dwbuf.c56 fp->_w = fp->_lbfsize;
H A Dwsetup.c77 * It is line buffered, so make _lbfsize be -_bufsize
78 * for the putc() macro. We will change _lbfsize back
82 fp->_lbfsize = -fp->_bf._size;
H A Dsetvbuf.c70 fp->_r = fp->_lbfsize = 0;
141 /* fp->_lbfsize is still 0 */
149 fp->_lbfsize = -fp->_bf._size;
H A Dungetc.c101 fp->_lbfsize = 0;
H A Dvfprintf.c136 fake._lbfsize = 0; /* not actually used, but Just In Case */
H A Dvfwprintf.c114 fake._lbfsize = 0; /* not actually used, but Just In Case */
/bionic/libc/stdio/
H A Drefill.c75 fp->_lbfsize = 0;
H A Dlocal.h71 int _lbfsize; /* 0 or -_bf._size, for inline putc */ member in struct:__sFILE
257 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n')) {
H A Dstdio.cpp156 fp->_lbfsize = 0; /* not line buffered */
315 fp->_lbfsize = 0;

Completed in 95 milliseconds