HomeSort by relevance Sort by last modified time
    Searched refs:__SOFF (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
stdio.c 78 fp->_flags &= ~__SOFF; /* paranoia */
96 fp->_flags &= ~__SOFF; /* in case FAPPEND mode is set */
114 fp->_flags &= ~__SOFF;
116 fp->_flags |= __SOFF;
ftell.c 75 if (fp->_flags & __SOFF)
ftello.c 72 if (fp->_flags & __SOFF)
fseeko.c 121 if (fp->_flags & __SOFF)
195 if (fp->_flags & __SOFF)
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 274 #define __SOFF 0x1000 /**< set iff _offset is in fact correct */
    [all...]

Completed in 139 milliseconds