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

/bionic/libc/upstream-freebsd/lib/libc/stdio/
H A Dwsetup.c65 if (fp->_flags & __SRD) {
69 fp->_flags &= ~(__SRD|__SEOF);
H A Dfpurge.c64 fp->_w = fp->_flags & (__SLBF|__SNBF|__SRD) ? 0 : fp->_bf._size;
H A Dflags.c59 ret = __SRD;
H A Dfunopen.c62 flags = __SRD; /* read only */
/bionic/libc/stdio/
H A Dvsscanf.c52 f._flags = __SRD;
H A Drefill.c66 if ((fp->_flags & __SRD) == 0) {
80 fp->_flags |= __SRD;
H A Dftell.c65 if (fp->_flags & __SRD) {
H A Dsscanf.c56 f._flags = __SRD;
H A Dfread.c88 if ((fp->_flags & __SRD) == 0) {
105 fp->_flags |= __SRD;
H A Dungetc.c87 if ((fp->_flags & __SRD) == 0) {
103 fp->_flags |= __SRD;
H A Dfindfp.c68 std(__SRD, STDIN_FILENO), /* stdin */
H A Dfseek.c92 if (fp->_flags & __SRD) {
/bionic/libc/include/
H A Dstdio.h73 * if _flags&__SRD, _w is 0
133 #define __SRD 0x0004 /* OK to read */ macro

Completed in 258 milliseconds