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

/netbsd-6-1-5-RELEASE/lib/libc/stdio/
H A Dfpurge.c73 fp->_w = fp->_flags & (__SLBF|__SNBF) ? 0 : fp->_bf._size;
H A Dwsetup.c98 fp->_w = fp->_flags & __SNBF ? 0 : fp->_bf._size;
H A Dmakebuf.c73 if (fp->_flags & __SNBF) {
80 fp->_flags |= __SNBF;
H A Dsetvbuf.c95 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SNPT | __SEOF);
128 fp->_flags = flags | __SNBF;
160 * that __SNBF is impossible (it was handled earlier).
H A Dfflush.c102 fp->_w = t & (__SLBF|__SNBF) ? 0 : fp->_bf._size;
H A Drefill.c130 if (fp->_flags & (__SLBF|__SNBF)) {
H A Dfindfp.c84 std(__SWR|__SNBF, STDERR_FILENO) /* stderr */
H A Dfseeko.c144 if (fp->_flags & (__SWR | __SRW | __SNBF | __SNPT))
H A Dfvwrite.c100 if (fp->_flags & __SNBF) {
H A Dvfwprintf.c169 fake._flags = fp->_flags & ~__SNBF;
817 if ((fp->_flags & (__SNBF|__SWR|__SRW)) == (__SNBF|__SWR) &&
/netbsd-6-1-5-RELEASE/include/
H A Dstdio.h152 #define __SNBF 0x0002 /* unbuffered */ macro

Completed in 212 milliseconds