Searched refs:__SAPP (Results 1 – 2 of 2) sorted by relevance
137 #define __SAPP 0x0100 // fdopen()ed in append mode. macro
245 if ((oflags & O_APPEND) && !(fdflags & O_APPEND)) flags |= __SAPP; in fdopen()402 if (fp->_flags & __SAPP) { in __swrite()