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

/freebsd-9.3-release/lib/libc/stdio/
H A Dfpurge.c65 fp->_w = fp->_flags & (__SLBF|__SNBF|__SRD) ? 0 : fp->_bf._size;
H A Dwsetup.c91 fp->_w = fp->_flags & __SNBF ? 0 : fp->_bf._size;
H A Dmakebuf.c66 if (fp->_flags & __SNBF) {
73 fp->_flags |= __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 Dfflush.c120 fp->_w = t & (__SLBF|__SNBF) ? 0 : fp->_bf._size;
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 Dfindfp.c73 std(__SWR|__SNBF, STDERR_FILENO)
H A Dfvwrite.c83 if (fp->_flags & __SNBF) {
H A Dvfprintf.c186 fake._flags = fp->_flags & ~__SNBF;
278 if ((fp->_flags & (__SNBF|__SWR|__SRW)) == (__SNBF|__SWR) &&
H A Dvfwprintf.c225 fake._flags = fp->_flags & ~__SNBF;
360 if ((fp->_flags & (__SNBF|__SWR|__SRW)) == (__SNBF|__SWR) &&
H A Dfseek.c181 if (fp->_flags & (__SWR | __SRW | __SNBF | __SNPT))
/freebsd-9.3-release/include/
H A Dstdio.h162 #define __SNBF 0x0002 /* unbuffered */ macro

Completed in 933 milliseconds