__SMBF             51 usr/lib/libc/stdio/fclose.c 	if (fp->_flags & __SMBF)
__SMBF            106 usr/lib/libc/stdio/freopen.c 	if (fp->_flags & __SMBF)
__SMBF             87 usr/lib/libc/stdio/makebuf.c 	flags |= __SMBF;
__SMBF             72 usr/lib/libc/stdio/setvbuf.c 	if (buf != NULL && (flags & __SMBF))
__SMBF             74 usr/lib/libc/stdio/setvbuf.c 	flags &= ~(__SLBF | __SNBF | __SMBF | __SEOF);