Searched refs:__SAPP (Results 1 – 13 of 13) sorted by relevance
56 ret = __SWR | __SAPP; in __sflags()
151 if (fp->_flags & __SAPP) in fopen()
107 (fp->_flags & __SAPP)) in ftello()
88 if (fp->_flags & __SAPP) in __swrite()
122 if (c->fp->_flags & __SAPP && c->fp->_seek) in fcwriter()
123 if (fp->_flags & __SAPP && fp->_flags & __SWR) in fseeko()
310 c->append = (flags & __SAPP) != 0; in fmemopen()
241 #define __SAPP 0x0100 /* fdopen()ed in append mode - so must write to end */ macro
101 if (fp->_flags & __SAPP) in fopen64()
64 if (fp->_flags & __SAPP) in __swrite64()
104 (fp->_flags & __SAPP)) in ftello64()
125 if (fp->_flags & __SAPP && fp->_flags & __SWR) in fseeko64()
9961 * libc/stdio/flags.c (__sflags): Don't lose __SAPP on "a+".