Home
last modified time | relevance | path

Searched refs:_fflush_r (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/stdio/
Dfflush.c93 #define _fflush_r _fflush_unlocked_r macro
/picolibc-latest/newlib/
DChangeLog-20151585 * libc/stdio/findfp.c (_cleanup_r): Call _fflush_r when configuration
1972 _STDIO_BSD_SEMANTICS. Call __sflush_r rather than _fflush_r. Add
4359 * libc/stdio/fflush.c (_fflush_r): Split out core functionality into
5650 * libc/stdio/fflush.c (_fflush_r): Store old errno to check for
6023 * libc/stdio/fflush.c (_fflush_r): Give up early if stream has
8872 * libc/stdio/fflush.c (_fflush_r): Clear unget buffer when
8901 Call _fflush_r instead of fflush. For _mbtowc_r, pass the
9766 * libc/stdio/fflush.c (_fflush_r): New function.
9768 * libc/include/stdio.h (_fflush_r): Add prototype.