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

/netbsd-current/lib/libc/stdio/
H A Dstdio.c88 if (fp->_flags & __SAPP)
91 fp->_flags &= ~__SAPP; /* all writes append. */
H A Dfdopen.c111 * O_APPEND bit set, assert __SAPP so that __swrite() will lseek to
115 fp->_flags |= __SAPP;
/netbsd-current/include/
H A Dstdio.h162 #define __SAPP 0x0100 /* fdopen()ed in append mode */ macro

Completed in 149 milliseconds