Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Drefill.c148 fp->_flags &= ~__SMOD; /* buffer contents are again pristine */ in __srefill()
Dfgetstr.c129 fp->_flags |= __SMOD; in __fgetstr()
Dfseeko.c233 if ((fp->_flags & __SMOD) == 0 && in __weak_alias()
/device/linaro/bootloader/edk2/StdLib/Include/
Dstdio.h275 #define __SMOD 0x2000 /**< true => fgetln modified _p text */ macro