Home
last modified time | relevance | path

Searched refs:_stdout_r (Results 1 – 11 of 11) sorted by relevance

/picolibc-latest/newlib/libc/stdio/
Dputs.c86 fp = _stdout_r (ptr); in puts()
101 fp = _stdout_r (ptr); in puts()
Dviprintf.c105 return vfiprintf ( _stdout_r (reent), fmt, ap); in viprintf()
Dvwprintf.c30 return vfwprintf ( _stdout_r (reent), fmt, ap); in vwprintf()
Dvprintf.c29 return vfprintf ( _stdout_r (reent), fmt, ap); in vprintf()
Diprintf.c32 ret = vfiprintf ( _stdout_r (ptr), fmt, ap); in iprintf()
Dwprintf.c33 ret = vfwprintf ( _stdout_r (ptr), fmt, ap); in wprintf()
Dprintf.c33 ret = vfprintf ( _stdout_r (ptr), fmt, ap); in printf()
Dstdio.h314 #define _stdout_r(x) _REENT_STDOUT(x) macro
Dstdio.tex33 _stdout_r(@var{reent})
/picolibc-latest/newlib/libc/reent/
Dreent.tex87 _stdin_r _stdout_r _stderr_r
/picolibc-latest/newlib/
DChangeLog-20153320 * libc/stdio/puts.c: Add fp locking and use _stdout_r macro