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

/freebsd-12-stable/lib/libc/stdio/
H A Dfpurge.c66 fp->_w = fp->_flags & (__SLBF|__SNBF|__SRD) ? 0 : fp->_bf._size;
H A Dfflush.c125 fp->_w = t & (__SLBF|__SNBF) ? 0 : fp->_bf._size;
135 if ((fp->_flags & (__SLBF | __SNBF)) == 0)
H A Dwsetup.c92 fp->_w = fp->_flags & __SNBF ? 0 : fp->_bf._size;
H A Dmakebuf.c67 if (fp->_flags & __SNBF) {
74 fp->_flags |= __SNBF;
H A Dsetvbuf.c83 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SOFF | __SNPT | __SEOF);
116 fp->_flags = flags | __SNBF;
147 * that __SNBF is impossible (it was handled earlier).
H A Drefill.c125 if (fp->_flags & (__SLBF|__SNBF)) {
H A Dxprintf.c585 fake._flags = fp->_flags & ~__SNBF;
622 if ((fp->_flags & (__SNBF|__SWR|__SRW)) == (__SNBF|__SWR) &&
H A Dfindfp.c76 std(__SWR|__SNBF, STDERR_FILENO)
H A Dfvwrite.c83 if (fp->_flags & __SNBF) {
H A Dvfprintf.c189 fake._flags = fp->_flags & ~__SNBF;
281 if ((fp->_flags & (__SNBF|__SWR|__SRW)) == (__SNBF|__SWR) &&
H A Dvfwprintf.c228 fake._flags = fp->_flags & ~__SNBF;
363 if ((fp->_flags & (__SNBF|__SWR|__SRW)) == (__SNBF|__SWR) &&
H A Dfseek.c173 if (fp->_flags & (__SWR | __SRW | __SNBF | __SNPT))
/freebsd-12-stable/include/
H A Dstdio.h177 #define __SNBF 0x0002 /* unbuffered */ macro

Completed in 188 milliseconds