Searched refs:__SNBF (Results 1 - 13 of 13) sorted by last modified time

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

Completed in 92 milliseconds