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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dfdopen.c100 * O_APPEND bit set, assert __SAPP so that __swrite() will lseek to
104 fp->_flags |= __SAPP;
H A Dstdio.c94 if (fp->_flags & __SAPP)
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdio.h270 #define __SAPP 0x0100 /**< fdopen()ed in append mode */ macro

Completed in 466 milliseconds