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

/freebsd-current/lib/libc/stdio/
H A Dfpurge.c60 fp->_w = fp->_flags & (__SLBF|__SNBF|__SRD) ? 0 : fp->_bf._size;
H A Dfflush.c119 fp->_w = f & (__SLBF|__SNBF) ? 0 : fp->_bf._size;
129 if ((fp->_flags & __SNBF) == 0)
H A Dmakebuf.c61 if (fp->_flags & __SNBF) {
68 fp->_flags |= __SNBF;
H A Dwsetup.c86 fp->_w = fp->_flags & __SNBF ? 0 : fp->_bf._size;
H A Dsetvbuf.c78 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SOFF | __SNPT | __SEOF);
111 fp->_flags = flags | __SNBF;
142 * that __SNBF is impossible (it was handled earlier).
H A Dfread.c102 if ((fp->_flags & __SNBF) != 0 && buf != NULL) {
H A Drefill.c119 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.c70 std(__SWR|__SNBF, STDERR_FILENO)
H A Dfvwrite.c77 if (fp->_flags & __SNBF) {
H A Dvfwprintf.c220 fake._flags = fp->_flags & ~__SNBF;
355 if ((fp->_flags & (__SNBF|__SWR|__SRW)) == (__SNBF|__SWR) &&
H A Dvfprintf.c183 fake._flags = fp->_flags & ~__SNBF;
275 if ((fp->_flags & (__SNBF|__SWR|__SRW)) == (__SNBF|__SWR) &&
H A Dfseek.c167 if (fp->_flags & (__SWR | __SRW | __SNBF | __SNPT))
/freebsd-current/include/
H A Dstdio.h174 #define __SNBF 0x0002 /* unbuffered */ macro

Completed in 200 milliseconds