Searched refs:__SMBF (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/lib/libc/stdio/
H A Dsetvbuf.c79 if (flags & __SMBF)
81 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SOFF | __SNPT | __SEOF);
120 flags |= __SMBF;
H A Dfclose.c61 if (fp->_flags & __SMBF)
H A Dmakebuf.c78 flags |= __SMBF;
H A Dfreopen.c174 if (fp->_flags & __SMBF)
/freebsd-10-stable/include/
H A Dstdio.h170 #define __SMBF 0x0080 /* _bf._base is from malloc */ macro

Completed in 123 milliseconds