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

/openbsd-current/lib/libc/stdio/
H A Dsetvbuf.c73 if (flags & __SMBF)
75 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SNPT | __SEOF);
115 flags |= __SMBF;
H A Dfclose.c53 if (fp->_flags & __SMBF)
H A Dmakebuf.c68 flags |= __SMBF;
H A Dfreopen.c108 if (fp->_flags & __SMBF)
/openbsd-current/include/
H A Dstdio.h145 #define __SMBF 0x0080 /* _buf is from malloc */ macro

Completed in 126 milliseconds