Home
last modified time | relevance | path

Searched refs:__STDIO_STREAM_IS_LBF (Results 1 – 5 of 5) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A D__flbf.c19 return __STDIO_STREAM_IS_LBF(stream); in __flbf()
A D_WRITE.c98 && __STDIO_STREAM_IS_LBF(stream) in __stdio_WRITE()
A Dfputc.c50 if (__STDIO_STREAM_IS_LBF(stream)) { in __fputc_unlocked()
A D_fwrite.c46 if (__STDIO_STREAM_IS_LBF(stream) in __stdio_fwrite()
A D_stdio.h322 #define __STDIO_STREAM_IS_LBF(S) ((S)->__modeflags & __FLAG_LBF) macro
366 #define __STDIO_STREAM_IS_LBF(S) (0) macro

Completed in 5 milliseconds