Home
last modified time | relevance | path

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

/openbsd/lib/libc/stdio/
H A Dsetvbuf.c71 fp->_r = fp->_lbfsize = 0; in setvbuf()
151 fp->_lbfsize = -fp->_bf._size; in setvbuf()
H A Dwbuf.c55 fp->_w = fp->_lbfsize; in __swbuf()
H A Dwsetup.c89 fp->_lbfsize = -fp->_bf._size; in __swsetup()
H A Drefill.c78 fp->_lbfsize = 0; in __srefill()
H A Dfreopen.c115 fp->_lbfsize = 0; in freopen()
H A Dungetc.c101 fp->_lbfsize = 0; in ungetc()
H A Dfindfp.c134 fp->_lbfsize = 0; /* not line buffered */ in __sfp()
H A Dvfwprintf.c115 fake._lbfsize = 0; /* not actually used, but Just In Case */ in __sbprintf()
H A Dvfprintf.c141 fake._lbfsize = 0; /* not actually used, but Just In Case */ in __sbprintf()
/openbsd/include/
H A Dstdio.h106 int _lbfsize; /* 0 or -_bf._size, for inline putc */ member
396 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n')) in __sputc()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h472 int _lbfsize; member
H A Dsanitizer_platform_limits_netbsd.cpp2609 CHECK_SIZE_AND_OFFSET(FILE, _lbfsize);