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

/freebsd-13-stable/lib/libc/stdio/
H A Dstdio.c112 if (fp->_flags & __SAPP) {
162 fp->_flags &= ~__SAPP;
H A Dfdopen.c93 * O_APPEND bit set, assert __SAPP so that __swrite() caller
99 fp->_flags |= __SAPP;
H A Dftell.c104 ((fp->_flags & __SAPP) || (fp->_flags2 & __S2OAP))) {
H A Dfopencookie.c82 fp->_flags |= __SAPP;
H A Dfmemopen.c155 f->_flags |= __SAPP;
/freebsd-13-stable/include/
H A Dstdio.h185 #define __SAPP 0x0100 /* fdopen()ed in append mode */ macro

Completed in 80 milliseconds