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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
libio.h 512 # define _IO_fwide_maybe_incompatible \
518 # ifndef _IO_fwide_maybe_incompatible
519 # define _IO_fwide_maybe_incompatible (0)
525 if (__result < 0 && ! _IO_fwide_maybe_incompatible) \
533 __result = _IO_fwide_maybe_incompatible ? -1 : (__fp)->_mode; \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
libio.h 512 # define _IO_fwide_maybe_incompatible \
518 # ifndef _IO_fwide_maybe_incompatible
519 # define _IO_fwide_maybe_incompatible (0)
525 if (__result < 0 && ! _IO_fwide_maybe_incompatible) \
533 __result = _IO_fwide_maybe_incompatible ? -1 : (__fp)->_mode; \

Completed in 32 milliseconds