Home
last modified time | relevance | path

Searched refs:__SAPP (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dfdopen.c104 fp->_flags |= __SAPP; in __weak_alias()
Dstdio.c94 if (fp->_flags & __SAPP) in __swrite()
/device/linaro/bootloader/edk2/StdLib/Include/
Dstdio.h270 #define __SAPP 0x0100 /**< fdopen()ed in append mode */ macro