Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A D_wcommit.c23 if ((bufsize = __STDIO_STREAM_BUFFER_WUSED(stream)) != 0) { in __stdio_wcommit()
28 return __STDIO_STREAM_BUFFER_WUSED(stream); in __stdio_wcommit()
A D__fpending.c33 ? __STDIO_STREAM_BUFFER_WUSED(stream) in __fpending()
A D_trans2r.c61 assert(!__STDIO_STREAM_BUFFER_WUSED(stream)); in __stdio_trans2r_o()
A D_WRITE.c41 assert(!__STDIO_STREAM_BUFFER_WUSED(stream)); /* Buffer must be empty. */ in __stdio_WRITE()
A D_fwrite.c65 if (__STDIO_STREAM_BUFFER_WUSED(stream)) { /* Buffered data. */ in __stdio_fwrite()
A D_stdio.h331 #define __STDIO_STREAM_BUFFER_WUSED(S) ((S)->__bufpos - (S)->__bufstart) macro
373 #define __STDIO_STREAM_BUFFER_WUSED(S) (0) macro

Completed in 7 milliseconds