Searched refs:__SMOD (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Drefill.c160 fp->_flags &= ~__SMOD; /* buffer contents are again pristine */
H A Dfgetstr.c95 * it if they wish. Thus, we set __SMOD in case the caller does.
129 fp->_flags |= __SMOD;
137 * As a bonus, though, we can leave off the __SMOD.
H A Dfseeko.c233 if ((fp->_flags & __SMOD) == 0 &&
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdio.h275 #define __SMOD 0x2000 /**< true => fgetln modified _p text */ macro

Completed in 208 milliseconds