Searched refs:__SRW (Results 1 - 10 of 10) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dflags.c80 ret = __SRW;
H A Dwsetup.c54 if ((fp->_flags & __SRW) == 0)
H A Dfflush.c47 if ((fp->_flags & (__SWR | __SRW)) == 0) {
H A Dungetc.c92 if ((fp->_flags & __SRW) == 0) {
H A Dvfprintf.c467 if ((fp->_flags & (__SNBF|__SWR|__SRW)) == (__SNBF|__SWR) &&
H A Dvfwprintf.c455 if ((fp->_flags & (__SNBF|__SWR|__SRW)) == (__SNBF|__SWR) &&
/bionic/libc/stdio/
H A Dstdio_ext.cpp54 return (fp->_flags & (__SRD|__SRW)) != 0;
58 return (fp->_flags & (__SWR|__SRW)) != 0;
H A Drefill.c64 if ((fp->_flags & __SRW) == 0) {
H A Dlocal.h133 #define __SRW 0x0010 // Open for reading & writing. macro
H A Dstdio.cpp562 fp->_flags = __SRW;

Completed in 675 milliseconds