Home
last modified time | relevance | path

Searched refs:__STDIO_STREAM_BUFFER_RAVAIL (Results 1 – 6 of 6) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A D_READ.c32 assert(!__STDIO_STREAM_BUFFER_RAVAIL(stream)); /* Buffer must be empty. */ in __stdio_READ()
A D_rfill.c29 assert(!__STDIO_STREAM_BUFFER_RAVAIL(stream)); /* Buffer must be empty. */ in __stdio_rfill()
A D_trans2w.c66 if (((__STDIO_STREAM_BUFFER_RAVAIL(stream)) in __stdio_trans2w_o()
A Dfgetc.c41 if (__STDIO_STREAM_BUFFER_RAVAIL(stream)) { /* Have buffered? */ in __fgetc_unlocked()
A Dfgetwc.c60 if ((n = __STDIO_STREAM_BUFFER_RAVAIL(stream)) == 0) { in fgetwc_unlocked()
A D_stdio.h341 #define __STDIO_STREAM_BUFFER_RAVAIL(S) ((S)->__bufread - (S)->__bufpos) macro
377 #define __STDIO_STREAM_BUFFER_RAVAIL(S) (0) macro

Completed in 6 milliseconds