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

/freebsd-9.3-release/lib/libc/stdio/
H A Dsetvbuf.c79 if (flags & __SMBF)
81 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SOFF | __SNPT | __SEOF);
121 flags |= __SMBF;
H A Dfclose.c61 if (fp->_flags & __SMBF)
H A Dmakebuf.c79 flags |= __SMBF;
H A Dfreopen.c167 if (fp->_flags & __SMBF)
/freebsd-9.3-release/include/
H A Dstdio.h169 #define __SMBF 0x0080 /* _buf is from malloc */ macro

Completed in 54 milliseconds