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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
flags.c 80 ret = __SRW;
wsetup.c 54 if ((fp->_flags & __SRW) == 0)
ungetc.c 92 if ((fp->_flags & __SRW) == 0) {
  /bionic/libc/stdio/
stdio_ext.cpp 51 return (fp->_flags & (__SRD|__SRW)) != 0;
55 return (fp->_flags & (__SWR|__SRW)) != 0;
refill.c 64 if ((fp->_flags & __SRW) == 0) {
local.h 146 // If you want to know whether we were opened read-write, check __SRW instead.
149 #define __SRW 0x0010 // Was opened for reading & writing.
vfprintf.cpp 144 if ((fp->_flags & (__SNBF | __SWR | __SRW)) == (__SNBF | __SWR) && fp->_file >= 0) {
vfwprintf.cpp 133 if ((fp->_flags & (__SNBF | __SWR | __SRW)) == (__SNBF | __SWR) && fp->_file >= 0) {
stdio.cpp 643 fp->_flags = __SRW;
1027 if ((fp->_flags & (__SWR | __SRW)) == 0) {
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
flags.c 101 ret = __SRW;
funopen.c 70 flags = __SRW; /* read-write */
wsetup.c 77 if ((fp->_flags & __SRW) == 0)
fflush.c 72 if ((fp->_flags & (__SWR | __SRW)) == 0) {
refill.c 102 if ((fp->_flags & __SRW) == 0) {
ungetc.c 121 if ((fp->_flags & __SRW) == 0) {
fseeko.c 166 if (fp->_flags & (__SWR | __SRW | __SNBF | __SNPT))
vfwprintf.c 839 if ((fp->_flags & (__SNBF|__SWR|__SRW)) == (__SNBF|__SWR) &&
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 266 #define __SRW 0x0010 /**< open for reading & writing */
    [all...]

Completed in 181 milliseconds