Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A D_fwrite.c32 pending = __STDIO_STREAM_BUFFER_WAVAIL(stream); in __stdio_fwrite()
43 if (bytes <= __STDIO_STREAM_BUFFER_WAVAIL(stream)) { in __stdio_fwrite()
A Dfputc.c39 if (!__STDIO_STREAM_BUFFER_WAVAIL(stream) /* Buffer full? */ in __fputc_unlocked()
A D_stdio.h330 #define __STDIO_STREAM_BUFFER_WAVAIL(S) ((S)->__bufend - (S)->__bufpos) macro
372 #define __STDIO_STREAM_BUFFER_WAVAIL(S) (0) macro

Completed in 4 milliseconds