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

/netbsd-current/lib/libc/stdio/
H A Dfclose.c67 if (fp->_flags & __SMBF)
H A Dfreopen.c124 if (fp->_flags & __SMBF)
H A Dmakebuf.c131 if ((fp->_flags & (__SLBF|__SNBF|__SMBF)) == 0
142 flags |= __SMBF;
H A Dsetvbuf.c89 if (flags & __SMBF)
91 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SNPT | __SEOF);
131 flags |= __SMBF;
/netbsd-current/include/
H A Dstdio.h161 #define __SMBF 0x0080 /* _buf is from malloc */ macro

Completed in 227 milliseconds