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

/freebsd-current/lib/libc/stdio/
H A Dfopen.c91 fp->_flags2 |= __S2OAP;
H A Dfdopen.c91 fp->_flags2 |= __S2OAP;
H A Dftell.c98 ((fp->_flags & __SAPP) || (fp->_flags2 & __S2OAP))) {
H A Dstdio.c116 if ((fp->_flags & __SOFF) && !(fp->_flags2 & __S2OAP) &&
H A Dfreopen.c241 fp->_flags2 |= __S2OAP;
/freebsd-current/include/
H A Dstdio.h191 #define __S2OAP 0x0001 /* O_APPEND mode is set */ macro

Completed in 225 milliseconds