Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dlocal.h137 #define __SAPP 0x0100 // fdopen()ed in append mode. macro
Dstdio.cpp255 if ((oflags & O_APPEND) && !(fdflags & O_APPEND)) flags |= __SAPP; in fdopen()
448 if (fp->_flags & __SAPP) { in __swrite()