Searched refs:__STDIO_STREAM_IS_FBF (Results 1 – 3 of 3) sorted by relevance
321 #define __STDIO_STREAM_IS_FBF(S) (!((S)->__modeflags & __MASK_BUFMODE)) macro337 #define __STDIO_STREAM_IS_NARROW_FBF(S) __STDIO_STREAM_IS_FBF((S))365 #define __STDIO_STREAM_IS_FBF(S) (0) macro
54 if (!__STDIO_STREAM_IS_FBF(stream)) { in __fgetc_unlocked()
60 if (!__STDIO_STREAM_IS_FBF(stream)) { in fread_unlocked()
Completed in 8 milliseconds