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

/freebsd-10-stable/lib/libc/stdio/
H A Dstdio.c110 if (fp->_flags & __SAPP) {
160 fp->_flags &= ~__SAPP;
H A Dfdopen.c91 * O_APPEND bit set, assert __SAPP so that __swrite() caller
97 fp->_flags |= __SAPP;
H A Dftell.c102 ((fp->_flags & __SAPP) || (fp->_flags2 & __S2OAP))) {
H A Dfmemopen.c153 f->_flags |= __SAPP;
/freebsd-10-stable/include/
H A Dstdio.h171 #define __SAPP 0x0100 /* fdopen()ed in append mode */ macro

Completed in 183 milliseconds