Searched refs:__SLBF (Results 1 - 9 of 9) sorted by last modified time

/openbsd-current/lib/libc/stdio/
H A Dfvwrite.c91 } else if ((fp->_flags & __SLBF) == 0) {
H A Dwsetup.c82 if (fp->_flags & __SLBF) {
H A Dwbuf.c77 if (++n == fp->_bf._size || (fp->_flags & __SLBF && c == '\n'))
H A Dsetvbuf.c75 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SNPT | __SEOF);
139 flags |= __SLBF;
149 if (flags & __SLBF) {
H A Dmakebuf.c72 flags |= __SLBF;
H A Dfflush.c77 fp->_w = t & (__SLBF|__SNBF) ? 0 : fp->_bf._size;
H A Dfpurge.c58 fp->_w = fp->_flags & (__SLBF|__SNBF) ? 0 : fp->_bf._size;
H A Drefill.c42 if ((fp->_flags & (__SLBF|__SWR)) == (__SLBF|__SWR))
105 if (fp->_flags & (__SLBF|__SNBF)) {
112 if ((fp->_flags & (__SLBF|__SWR)) == (__SLBF|__SWR))
/openbsd-current/include/
H A Dstdio.h80 * if (_flags&(__SLBF|__SWR)) == (__SLBF|__SWR),
137 #define __SLBF 0x0001 /* line buffered */ macro

Completed in 205 milliseconds