Searched refs:_stdout_r (Results 1 – 11 of 11) sorted by relevance
/picolibc-latest/newlib/libc/stdio/ |
D | puts.c | 86 fp = _stdout_r (ptr); in puts() 101 fp = _stdout_r (ptr); in puts()
|
D | viprintf.c | 105 return vfiprintf ( _stdout_r (reent), fmt, ap); in viprintf()
|
D | vwprintf.c | 30 return vfwprintf ( _stdout_r (reent), fmt, ap); in vwprintf()
|
D | vprintf.c | 29 return vfprintf ( _stdout_r (reent), fmt, ap); in vprintf()
|
D | iprintf.c | 32 ret = vfiprintf ( _stdout_r (ptr), fmt, ap); in iprintf()
|
D | wprintf.c | 33 ret = vfwprintf ( _stdout_r (ptr), fmt, ap); in wprintf()
|
D | printf.c | 33 ret = vfprintf ( _stdout_r (ptr), fmt, ap); in printf()
|
D | stdio.h | 314 #define _stdout_r(x) _REENT_STDOUT(x) macro
|
D | stdio.tex | 33 _stdout_r(@var{reent})
|
/picolibc-latest/newlib/libc/reent/ |
D | reent.tex | 87 _stdin_r _stdout_r _stderr_r
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 3320 * libc/stdio/puts.c: Add fp locking and use _stdout_r macro
|