Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A D_stdio.h321 #define __STDIO_STREAM_IS_FBF(S) (!((S)->__modeflags & __MASK_BUFMODE)) macro
337 #define __STDIO_STREAM_IS_NARROW_FBF(S) __STDIO_STREAM_IS_FBF((S))
365 #define __STDIO_STREAM_IS_FBF(S) (0) macro
A Dfgetc.c54 if (!__STDIO_STREAM_IS_FBF(stream)) { in __fgetc_unlocked()
A Dfread.c60 if (!__STDIO_STREAM_IS_FBF(stream)) { in fread_unlocked()

Completed in 8 milliseconds