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

/freebsd-10-stable/lib/libc/stdio/
H A Dfpurge.c64 fp->_w = fp->_flags & (__SLBF|__SNBF|__SRD) ? 0 : fp->_bf._size;
H A Dfflush.c121 fp->_w = t & (__SLBF|__SNBF) ? 0 : fp->_bf._size;
131 if ((fp->_flags & (__SLBF | __SNBF)) == 0)
H A Dwsetup.c90 fp->_w = fp->_flags & __SNBF ? 0 : fp->_bf._size;
H A Dmakebuf.c65 if (fp->_flags & __SNBF) {
72 fp->_flags |= __SNBF;
H A Dsetvbuf.c81 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SOFF | __SNPT | __SEOF);
114 fp->_flags = flags | __SNBF;
145 * that __SNBF is impossible (it was handled earlier).
H A Drefill.c123 if (fp->_flags & (__SLBF|__SNBF)) {
H A Dxprintf.c583 fake._flags = fp->_flags & ~__SNBF;
620 if ((fp->_flags & (__SNBF|__SWR|__SRW)) == (__SNBF|__SWR) &&
H A Dfvwrite.c81 if (fp->_flags & __SNBF) {
H A Dfindfp.c73 std(__SWR|__SNBF, STDERR_FILENO)
H A Dvfwprintf.c226 fake._flags = fp->_flags & ~__SNBF;
361 if ((fp->_flags & (__SNBF|__SWR|__SRW)) == (__SNBF|__SWR) &&
H A Dvfprintf.c187 fake._flags = fp->_flags & ~__SNBF;
279 if ((fp->_flags & (__SNBF|__SWR|__SRW)) == (__SNBF|__SWR) &&
H A Dfseek.c171 if (fp->_flags & (__SWR | __SRW | __SNBF | __SNPT))
/freebsd-10-stable/include/
H A Dstdio.h163 #define __SNBF 0x0002 /* unbuffered */ macro

Completed in 134 milliseconds