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

/freebsd-10-stable/lib/libc/stdio/
H A Dfopen.c95 fp->_flags2 |= __S2OAP;
H A Dfdopen.c95 fp->_flags2 |= __S2OAP;
H A Dftell.c102 ((fp->_flags & __SAPP) || (fp->_flags2 & __S2OAP))) {
H A Dstdio.c120 if ((fp->_flags & __SOFF) && !(fp->_flags2 & __S2OAP) &&
H A Dfreopen.c245 fp->_flags2 |= __S2OAP;
/freebsd-10-stable/include/
H A Dstdio.h180 #define __S2OAP 0x0001 /* O_APPEND mode is set */ macro

Completed in 77 milliseconds