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

/bionic/libc/stdio/
H A Dlocal.h137 #define __SAPP 0x0100 // fdopen()ed in append mode. macro
H A Dstdio.cpp218 // we can do about this. (We could set __SAPP and check in
242 // O_APPEND bit set, assert __SAPP so that __swrite() will lseek to
245 if ((oflags & O_APPEND) && !(fdflags & O_APPEND)) flags |= __SAPP;
357 // we can do about this. (We could set __SAPP and check in
402 if (fp->_flags & __SAPP) {

Completed in 298 milliseconds