Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dlibio.h510 # define _IO_fwide_maybe_incompatible \ macro
516 # ifndef _IO_fwide_maybe_incompatible
517 # define _IO_fwide_maybe_incompatible (0) macro
523 if (__result < 0 && ! _IO_fwide_maybe_incompatible) \
531 __result = _IO_fwide_maybe_incompatible ? -1 : (__fp)->_mode; \