Searched refs:__SRW (Results 1 – 9 of 9) sorted by relevance
101 ret = __SRW; in __sflags()
70 flags = __SRW; /* read-write */
77 if ((fp->_flags & __SRW) == 0) in __swsetup()
72 if ((fp->_flags & (__SWR | __SRW)) == 0) { in fflush()
102 if ((fp->_flags & __SRW) == 0) { in __srefill()
121 if ((fp->_flags & __SRW) == 0) { in ungetc()
166 if (fp->_flags & (__SWR | __SRW | __SNBF | __SNPT)) in __weak_alias()
839 if ((fp->_flags & (__SNBF|__SWR|__SRW)) == (__SNBF|__SWR) && in WDECL()
266 #define __SRW 0x0010 /**< open for reading & writing */ macro