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

  /bionic/libc/stdio/
local.h 151 #define __SERR 0x0040 // Found error.
237 #define __sferror(p) (((p)->_flags & __SERR) != 0)
238 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR | __SEOF)))
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 268 #define __SERR 0x0040 /**< found error */
    [all...]

Completed in 62 milliseconds