Home
last modified time | relevance | path

Searched refs:__SWID (Results 1 – 8 of 8) sorted by relevance

/picolibc-latest/newlib/libc/stdio/
Dfwide.c91 ret = (fp->_flags2 & __SWID) ? 1 : -1; in fwide()
Dlocal.h267 ((fp)->_flags2 |= __SWID) \
269 ((fp)->_flags2 &= ~__SWID) \
272 ((fp)->_flags2 & __SWID) ? 1 : -1 \
Dfreopen.c200 fp->_flags2 &= ~__SWID; in freopen()
Dnano-vfprintf.c357 if (fp->_flags2 & __SWID) in _sprint()
409 if (fp->_flags2 & __SWID) in _sfputs()
Dfvwrite.c78 if (fp->_flags2 & __SWID) in _sfvwrite()
Dstdio.h252 #define __SWID 0x2000 /* true => stream orientation wide, false => byte, only valid if __SORD in _… macro
/picolibc-latest/newlib/libc/stdio64/
Dfreopen64.c203 fp->_flags2 &= ~__SWID; in freopen64()
/picolibc-latest/newlib/
DChangeLog-201591 * libc/stdio/freopen.c (_freopen_r): Only reset __SWID bit per SUSv4.
7405 (__SWID): Define.