Home
last modified time | relevance | path

Searched refs:__SWR (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/lib/libc/stdio/
H A Drefill.c61 if ((fp->_flags & (__SLBF|__SWR)) == (__SLBF|__SWR)) in lflush()
94 if (fp->_flags & __SWR) { in __srefill()
97 fp->_flags &= ~__SWR; in __srefill()
H A Dflags.c73 ret = __SWR; in __sflags()
79 ret = __SWR; in __sflags()
H A Dwsetup.c69 if ((fp->_flags & __SWR) == 0) { in __swsetup()
80 fp->_flags |= __SWR; in __swsetup()
H A Dfflush.c69 if ((fp->_flags & (__SWR | __SRW)) == 0) { in fflush()
89 if ((t & __SWR) == 0) in __sflush()
H A Dungetc.c113 if (fp->_flags & __SWR) { in ungetc()
118 fp->_flags &= ~__SWR; in ungetc()
H A Dfindfp.c99 std(__SWR, STDOUT_FILENO), /* stdout */
100 std(__SWR|__SNBF, STDERR_FILENO) /* stderr */
H A Dfseeko.c114 } else if (fp->_flags & __SWR && fp->_p != NULL) in __weak_alias()
155 if (fp->_flags & (__SWR | __SRW | __SNBF | __SNPT)) in __weak_alias()
H A Dfclose.c64 r = fp->_flags & __SWR ? __sflush(fp) : 0; in fclose()
H A Dftell.c90 } else if (fp->_flags & __SWR && fp->_p != NULL) { in ftell()
H A Dftello.c91 } else if (fp->_flags & __SWR && fp->_p != NULL) { in __weak_alias()
H A Dvdprintf.c95 f._flags = __SWR; in __weak_alias()
H A Dvsprintf.c75 f._flags = __SWR | __SSTR; in __weak_alias()
H A Dvswprintf.c72 f._flags = __SWR | __SSTR | __SALC; in __weak_alias()
H A Dvasprintf.c65 f._flags = __SWR | __SSTR | __SALC; in __weak_alias()
H A Dlocal.h92 ((((fp)->_flags & __SWR) == 0 || (fp)->_bf._base == NULL) && \
H A Dsetvbuf.c154 if (flags & __SWR) { in setvbuf()
H A Dvsnprintf.c90 f._flags = __SWR | __SSTR; in __weak_alias()
H A Dfreopen.c95 if (fp->_flags & __SWR) in freopen()
H A Dfunopen.c67 flags = __SWR; /* write only */ in funopen2()
H A Dfmemopen.c224 fp->_read = (flags & __SWR) ? NULL : fmemopen_read; in fmemopen()
H A Dvfwprintf.c839 if ((fp->_flags & (__SNBF|__SWR|__SRW)) == (__SNBF|__SWR) && in WDECL()
/netbsd-src/include/
H A Dstdio.h156 #define __SWR 0x0008 /* OK to write */ macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dstdio.d1602 enum __SWR = 0x0008;
1682 enum __SWR = 0x0008;