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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dsetvbuf.c98 if (flags & __SMBF)
100 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SNPT | __SEOF);
140 flags |= __SMBF;
H A Dfclose.c76 if (fp->_flags & __SMBF)
H A Dmakebuf.c91 flags |= __SMBF;
H A Dfreopen.c132 if (fp->_flags & __SMBF)
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdio.h269 #define __SMBF 0x0080 /**< _buf is from malloc */ macro

Completed in 170 milliseconds