Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A D_stdio.c318 || __STDIO_STREAM_IS_WIDE(stream)); in _stdio_validate_FILE()
322 || __STDIO_STREAM_IS_WIDE(stream)); in _stdio_validate_FILE()
334 && __STDIO_STREAM_IS_WIDE(stream))); in _stdio_validate_FILE()
445 || __STDIO_STREAM_IS_WIDE(stream) in _stdio_validate_FILE()
A D_adjust_pos.c30 if (corr && __STDIO_STREAM_IS_WIDE(stream)) { in __stdio_adjust_position()
A D_stdio.h194 #define __STDIO_STREAM_IS_WIDE(S) ((S)->__modeflags & __FLAG_WIDE) macro
208 #define __STDIO_STREAM_IS_WIDE(S) (0) macro

Completed in 5 milliseconds