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

/freebsd-9.3-release/lib/libc/stdio/
H A Dstdio.c126 if (fp->_flags & __SAPP) {
136 if ((fp->_flags & (__SAPP|__SOFF)) == (__SAPP|__SOFF) &&
179 fp->_flags &= ~__SAPP;
H A Dfdopen.c92 * O_APPEND bit set, assert __SAPP so that __swrite() caller
96 fp->_flags |= __SAPP;
/freebsd-9.3-release/include/
H A Dstdio.h170 #define __SAPP 0x0100 /* fdopen()ed in append mode */ macro

Completed in 52 milliseconds