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

  /external/bison/lib/
stdio-impl.h 85 # define _IOREAD 0x80
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp 178 if ((fileno(fp) == fd) && (fp->_flag & (_IOREAD | _IOWRT | _IORW))) {
181 if ((osflags & _IOREAD) && !(osflags & _IOWRT) && !(osflags & _IORW))
183 else if ((osflags & _IOWRT) && !(osflags & _IOREAD) && !(osflags & _IORW))
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp 178 if ((fileno(fp) == fd) && (fp->_flag & (_IOREAD | _IOWRT | _IORW))) {
181 if ((osflags & _IOREAD) && !(osflags & _IOWRT) && !(osflags & _IORW))
183 else if ((osflags & _IOWRT) && !(osflags & _IOREAD) && !(osflags & _IORW))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 120 #define _IOREAD 0x0001
    [all...]

Completed in 661 milliseconds