Home
last modified time | relevance | path

Searched refs:_flags2 (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/lib/libc/stdio/
H A Dfreopen.c192 fp->_flags2 = 0; in freopen()
247 fp->_flags2 |= __S2OAP; in freopen()
H A Dfopen.c97 fp->_flags2 |= __S2OAP; in fopen()
H A Dfdopen.c97 fp->_flags2 |= __S2OAP; in fdopen()
H A Dftell.c104 ((fp->_flags & __SAPP) || (fp->_flags2 & __S2OAP))) { in _ftello()
H A Dstdio.c122 if ((fp->_flags & __SOFF) && !(fp->_flags2 & __S2OAP) && in _swrite()
H A Dfindfp.c163 fp->_flags2 = 0; in __sfp()
/freebsd-12.1/include/
H A Dstdio.h161 int _flags2; /* additional flags */ member