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

  /toolchain/binutils/binutils-2.25/libiberty/
vsprintf.c 34 #if defined _IOSTRG && defined _IOWRT
42 b->_flag = _IOWRT|_IOSTRG;
46 b._flag = _IOWRT|_IOSTRG;
  /external/tcpdump/
vfprintf.c 46 if ((f->_flag & _IOWRT) == 0) {
48 f->_flag |= _IOWRT;
  /external/bison/lib/
stdio-impl.h 86 # define _IOWRT 0x4
  /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 121 #define _IOWRT 0x0002
    [all...]

Completed in 1524 milliseconds