HomeSort by relevance Sort by last modified time
    Searched refs:_IO_fwide_maybe_incompatible (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
libio.h 510 # define _IO_fwide_maybe_incompatible \
516 # ifndef _IO_fwide_maybe_incompatible
517 # define _IO_fwide_maybe_incompatible (0)
523 if (__result < 0 && ! _IO_fwide_maybe_incompatible) \
531 __result = _IO_fwide_maybe_incompatible ? -1 : (__fp)->_mode; \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
libio.h 510 # define _IO_fwide_maybe_incompatible \
516 # ifndef _IO_fwide_maybe_incompatible
517 # define _IO_fwide_maybe_incompatible (0)
523 if (__result < 0 && ! _IO_fwide_maybe_incompatible) \
531 __result = _IO_fwide_maybe_incompatible ? -1 : (__fp)->_mode; \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
libio.h 510 # define _IO_fwide_maybe_incompatible \
516 # ifndef _IO_fwide_maybe_incompatible
517 # define _IO_fwide_maybe_incompatible (0)
523 if (__result < 0 && ! _IO_fwide_maybe_incompatible) \
531 __result = _IO_fwide_maybe_incompatible ? -1 : (__fp)->_mode; \

Completed in 19 milliseconds