Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dfgetc.c60 if(__STDIO_FILL_READ_BUFFER(stream)) { /* Refill succeeded? */ in __fgetc_unlocked()
A Dfgetwc.c80 if(__STDIO_FILL_READ_BUFFER(stream)) { /* Refill succeeded? */ in fgetwc_unlocked()
A D_stdio.h343 #define __STDIO_FILL_READ_BUFFER(S) __stdio_rfill((S)) macro
379 #define __STDIO_FILL_READ_BUFFER(S) (0) macro

Completed in 4 milliseconds