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

/netbsd-6-1-5-RELEASE/lib/libc/stdio/
H A Dflags.c98 ret = __SRW;
H A Dfunopen.c70 flags = __SRW; /* read-write */
H A Dwsetup.c71 if ((fp->_flags & __SRW) == 0)
H A Dfflush.c69 if ((fp->_flags & (__SWR | __SRW)) == 0) {
H A Drefill.c92 if ((fp->_flags & __SRW) == 0) {
H A Dungetc.c113 if ((fp->_flags & __SRW) == 0) {
H A Dfseeko.c144 if (fp->_flags & (__SWR | __SRW | __SNBF | __SNPT))
H A Dvfwprintf.c817 if ((fp->_flags & (__SNBF|__SWR|__SRW)) == (__SNBF|__SWR) &&
/netbsd-6-1-5-RELEASE/include/
H A Dstdio.h156 #define __SRW 0x0010 /* open for reading & writing */ macro

Completed in 111 milliseconds