Home
last modified time | relevance | path

Searched refs:_REENT_STDOUT (Results 1 – 3 of 3) sorted by relevance

/picolibc-latest/newlib/libc/machine/spu/
Dstdio.c75 _REENT_STDOUT(s) = &s->__sf[1]; in __sinit()
76 _REENT_STDOUT(s)->_fp = SPE_STDOUT; in __sinit()
/picolibc-latest/newlib/libc/stdio/
Dfindfp.c239 if (_REENT_STDOUT(ptr) != &__sf[1]) in cleanup_stdio()
240 CLEANUP_FILE (_REENT_STDOUT(ptr)); in cleanup_stdio()
Dstdio.h195 #define _REENT_STDOUT(_ptr) (_tls_stdout) macro
310 #define stdout _REENT_STDOUT(_REENT)
314 #define _stdout_r(x) _REENT_STDOUT(x)