Home
last modified time | relevance | path

Searched refs:__SRW (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dflags.c101 ret = __SRW; in __sflags()
Dfunopen.c70 flags = __SRW; /* read-write */
Dwsetup.c77 if ((fp->_flags & __SRW) == 0) in __swsetup()
Dfflush.c72 if ((fp->_flags & (__SWR | __SRW)) == 0) { in fflush()
Drefill.c102 if ((fp->_flags & __SRW) == 0) { in __srefill()
Dungetc.c121 if ((fp->_flags & __SRW) == 0) { in ungetc()
Dfseeko.c166 if (fp->_flags & (__SWR | __SRW | __SNBF | __SNPT)) in __weak_alias()
Dvfwprintf.c839 if ((fp->_flags & (__SNBF|__SWR|__SRW)) == (__SNBF|__SWR) && in WDECL()
/device/linaro/bootloader/edk2/StdLib/Include/
Dstdio.h266 #define __SRW 0x0010 /**< open for reading & writing */ macro