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

/freebsd-current/lib/libc/stdio/
H A Dwbuf.c58 fp->_w = fp->_lbfsize;
H A Dwsetup.c79 * It is line buffered, so make _lbfsize be -_bufsize
80 * for the putc() macro. We will change _lbfsize back
84 fp->_lbfsize = -fp->_bf._size;
H A Dsetvbuf.c74 fp->_r = fp->_lbfsize = 0;
138 /* fp->_lbfsize is still 0 */
146 fp->_lbfsize = -fp->_bf._size;
H A Drefill.c92 fp->_lbfsize = 0;
H A Dungetc.c121 fp->_lbfsize = 0;
H A Dfreopen.c177 fp->_lbfsize = 0;
H A Dfindfp.c147 fp->_lbfsize = 0; /* not line buffered */
H A Dxprintf.c593 fake._lbfsize = 0; /* not actually used, but Just In Case */
H A Dvfwprintf.c230 fake._lbfsize = 0; /* not actually used, but Just In Case */
H A Dvfprintf.c193 fake._lbfsize = 0; /* not actually used, but Just In Case */
/freebsd-current/include/
H A Dstdio.h99 * _lbfsize is -_bf._size, else _lbfsize is 0
108 * _lbfsize is used only to make the inline line-buffered output stream
128 int _lbfsize; /* (*) 0 or -_bf._size, for inline putc */ member in struct:__sFILE
464 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
475 (p)->_w >= (p)->_lbfsize ? \
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h472 int _lbfsize; member in struct:__sanitizer::__sanitizer_FILE
H A Dsanitizer_platform_limits_netbsd.cpp2607 CHECK_SIZE_AND_OFFSET(FILE, _lbfsize);

Completed in 300 milliseconds