Searched refs:__SWID (Results 1 – 8 of 8) sorted by relevance
91 ret = (fp->_flags2 & __SWID) ? 1 : -1; in fwide()
267 ((fp)->_flags2 |= __SWID) \269 ((fp)->_flags2 &= ~__SWID) \272 ((fp)->_flags2 & __SWID) ? 1 : -1 \
200 fp->_flags2 &= ~__SWID; in freopen()
357 if (fp->_flags2 & __SWID) in _sprint()409 if (fp->_flags2 & __SWID) in _sfputs()
78 if (fp->_flags2 & __SWID) in _sfvwrite()
252 #define __SWID 0x2000 /* true => stream orientation wide, false => byte, only valid if __SORD in _… macro
203 fp->_flags2 &= ~__SWID; in freopen64()
91 * libc/stdio/freopen.c (_freopen_r): Only reset __SWID bit per SUSv4.7405 (__SWID): Define.