Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dsetvbuf.c70 fp->_r = fp->_lbfsize = 0; in setvbuf()
149 fp->_lbfsize = -fp->_bf._size; in setvbuf()
Dwbuf.c56 fp->_w = fp->_lbfsize; in __swbuf()
Dwsetup.c82 fp->_lbfsize = -fp->_bf._size; in __swsetup()
Dungetc.c101 fp->_lbfsize = 0; in ungetc()
Dvfprintf.c136 fake._lbfsize = 0; /* not actually used, but Just In Case */ in __sbprintf()
Dvfwprintf.c114 fake._lbfsize = 0; /* not actually used, but Just In Case */ in __sbprintf()
/bionic/libc/stdio/
Drefill.c75 fp->_lbfsize = 0; in __srefill()
Dlocal.h71 int _lbfsize; /* 0 or -_bf._size, for inline putc */ member
257 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n')) { in __sputc()
Dstdio.cpp156 fp->_lbfsize = 0; /* not line buffered */ in __sfp()
315 fp->_lbfsize = 0; in freopen()