Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A D_fwrite.c27 if (!__STDIO_STREAM_IS_NBF(stream)) { /* FBF or LBF. */ in __stdio_fwrite()
A D_stdio.h323 #define __STDIO_STREAM_IS_NBF(S) ((S)->__modeflags & __FLAG_NBF) macro
367 #define __STDIO_STREAM_IS_NBF(S) (1) macro
A D_stdio.c370 if (__STDIO_STREAM_IS_NBF(stream)) { in _stdio_validate_FILE()

Completed in 6 milliseconds