Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/stdio/
Dsetvbuf.c71 fp->_r = fp->_lbfsize = 0; in setvbuf()
151 fp->_lbfsize = -fp->_bf._size; in setvbuf()
Dwbuf.c55 fp->_w = fp->_lbfsize; in __swbuf()
Dwsetup.c89 fp->_lbfsize = -fp->_bf._size; in __swsetup()
Drefill.c78 fp->_lbfsize = 0; in __srefill()
Dfreopen.c115 fp->_lbfsize = 0; in freopen()
Dungetc.c101 fp->_lbfsize = 0; in ungetc()
Dfindfp.c134 fp->_lbfsize = 0; /* not line buffered */ in __sfp()
Dvfprintf.c141 fake._lbfsize = 0; /* not actually used, but Just In Case */ in __sbprintf()
Dvfwprintf.c115 fake._lbfsize = 0; /* not actually used, but Just In Case */ in __sbprintf()
/openbsd/src/include/
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/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_netbsd.h472 int _lbfsize; member
Dsanitizer_platform_limits_netbsd.cpp2609 CHECK_SIZE_AND_OFFSET(FILE, _lbfsize);