Home
last modified time | relevance | path

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

/NextBSD/lib/libc/stdio/
HDsetvbuf.c77 fp->_r = fp->_lbfsize = 0; in setvbuf()
150 fp->_lbfsize = -fp->_bf._size; in setvbuf()
HDwbuf.c62 fp->_w = fp->_lbfsize; in __swbuf()
HDwsetup.c88 fp->_lbfsize = -fp->_bf._size; in __swsetup()
HDrefill.c96 fp->_lbfsize = 0; in __srefill()
HDungetc.c125 fp->_lbfsize = 0; in __ungetc()
HDfindfp.c151 fp->_lbfsize = 0; /* not line buffered */ in __sfp()
HDfreopen.c181 fp->_lbfsize = 0; in freopen()
HDxprintf.c593 fake._lbfsize = 0; /* not actually used, but Just In Case */ in __v3printf()
HDvfprintf.c197 fake._lbfsize = 0; /* not actually used, but Just In Case */ in __sbprintf()
HDvfwprintf.c236 fake._lbfsize = 0; /* not actually used, but Just In Case */ in __sbprintf()
/NextBSD/include/
HDstdio.h117 int _lbfsize; /* (*) 0 or -_bf._size, for inline putc */ member
464 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n')) in __sputc()
475 (p)->_w >= (p)->_lbfsize ? \