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

/freebsd-current/lib/libc/stdio/
H A Dstdio.c106 if (fp->_flags & __SAPP) {
156 fp->_flags &= ~__SAPP;
H A Dfdopen.c87 * O_APPEND bit set, assert __SAPP so that __swrite() caller
93 fp->_flags |= __SAPP;
H A Dftell.c98 ((fp->_flags & __SAPP) || (fp->_flags2 & __S2OAP))) {
H A Dfopencookie.c79 fp->_flags |= __SAPP;
H A Dfmemopen.c152 f->_flags |= __SAPP;
/freebsd-current/include/
H A Dstdio.h182 #define __SAPP 0x0100 /* fdopen()ed in append mode */ macro

Completed in 120 milliseconds