Searched refs:__SRD (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/lib/libc/stdio/
H A Dwsetup.c61 if (fp->_flags & __SRD) {
65 fp->_flags &= ~(__SRD|__SEOF);
H A Dfpurge.c60 fp->_w = fp->_flags & (__SLBF|__SNBF|__SRD) ? 0 : fp->_bf._size;
H A Dfunopen.c58 flags = __SRD; /* read only */
H A Dvsscanf.c63 f._flags = __SRD;
H A Dflags.c55 ret = __SRD;
H A Drefill.c80 if ((fp->_flags & __SRD) == 0) {
94 fp->_flags |= __SRD;
H A Dftell.c96 if (!(fp->_flags & __SRD) && (fp->_flags & __SWR) &&
109 if (fp->_flags & __SRD) {
H A Dungetc.c109 if ((fp->_flags & __SRD) == 0) {
123 fp->_flags |= __SRD;
H A Dvswscanf.c83 f._flags = __SRD;
H A Dfopencookie.c68 else if (flags == __SRD)
H A Dfindfp.c68 std(__SRD, STDIN_FILENO),
/freebsd-current/include/
H A Dstdio.h100 * if _flags&__SRD, _w is 0
175 #define __SRD 0x0004 /* OK to read */ macro

Completed in 263 milliseconds