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

  /external/bison/lib/
fseterr.c 33 fp->_flags |= _IO_ERR_SEEN;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
libio.h 128 #define _IO_ERR_SEEN 0x20
456 #define _IO_ferror_unlocked(__fp) (((__fp)->_flags & _IO_ERR_SEEN) != 0)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
libio.h 128 #define _IO_ERR_SEEN 0x20
456 #define _IO_ferror_unlocked(__fp) (((__fp)->_flags & _IO_ERR_SEEN) != 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
libio.h 128 #define _IO_ERR_SEEN 0x20
456 #define _IO_ferror_unlocked(__fp) (((__fp)->_flags & _IO_ERR_SEEN) != 0)

Completed in 628 milliseconds