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

/freebsd-10-stable/lib/libc/stdio/
H A Dfflush.c75 if ((fp->_flags & (__SWR | __SRW)) == 0)
94 if ((fp->_flags & (__SWR | __SRW)) == 0)
H A Dflags.c89 ret = __SRW;
H A Dfunopen.c64 flags = __SRW; /* read-write */
H A Dwsetup.c60 if ((fp->_flags & __SRW) == 0) {
H A Drefill.c85 if ((fp->_flags & __SRW) == 0) {
H A Dungetc.c118 if ((fp->_flags & __SRW) == 0)
H A Dfseek.c171 if (fp->_flags & (__SWR | __SRW | __SNBF | __SNPT))
H A Dxprintf.c620 if ((fp->_flags & (__SNBF|__SWR|__SRW)) == (__SNBF|__SWR) &&
H A Dvfwprintf.c361 if ((fp->_flags & (__SNBF|__SWR|__SRW)) == (__SNBF|__SWR) &&
H A Dvfprintf.c279 if ((fp->_flags & (__SNBF|__SWR|__SRW)) == (__SNBF|__SWR) &&
/freebsd-10-stable/include/
H A Dstdio.h167 #define __SRW 0x0010 /* open for reading & writing */ macro

Completed in 97 milliseconds