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

  /bionic/libc/stdio/
local.h 145 // __SRD and __SWR are mutually exclusive because they indicate what we did last.
148 #define __SWR 0x0008 // Last operation was write.
216 #define cantwrite(fp) ((((fp)->_flags & __SWR) == 0 || (fp)->_bf._base == NULL) && __swsetup(fp))
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 199 * - if (_flags&(__SLBF|__SWR)) == (__SLBF|__SWR),
202 * - if _flags&__SWR, _r is 0
264 #define __SWR 0x0008 /**< OK to write */
    [all...]

Completed in 424 milliseconds