__SWR 48 usr/lib/libc/stdio/fclose.c r = fp->_flags & __SWR ? __sflush(fp) : 0; __SWR 45 usr/lib/libc/stdio/fflush.c if ((fp->_flags & (__SWR | __SRW)) == 0) { __SWR 60 usr/lib/libc/stdio/fflush.c if ((t & __SWR) == 0) __SWR 103 usr/lib/libc/stdio/findfp.c std(&__sF[1], &__sF[2], __SWR, STDOUT_FILENO); __SWR 104 usr/lib/libc/stdio/findfp.c std(&__sF[2], NULL, __SWR|__SNBF, STDERR_FILENO); __SWR 57 usr/lib/libc/stdio/flags.c ret = __SWR; __SWR 63 usr/lib/libc/stdio/flags.c ret = __SWR; __SWR 77 usr/lib/libc/stdio/freopen.c if (fp->_flags & __SWR) __SWR 79 usr/lib/libc/stdio/fseek.c } else if (fp->_flags & __SWR && fp->_p != NULL) __SWR 63 usr/lib/libc/stdio/ftell.c } else if (fp->_flags & __SWR && fp->_p != NULL) { __SWR 64 usr/lib/libc/stdio/local.h ((((fp)->_flags & __SWR) == 0 || (fp)->_bf._base == NULL) && \ __SWR 42 usr/lib/libc/stdio/refill.c if ((fp->_flags & (__SLBF|__SWR)) == (__SLBF|__SWR)) __SWR 73 usr/lib/libc/stdio/refill.c if (fp->_flags & __SWR) { __SWR 76 usr/lib/libc/stdio/refill.c fp->_flags &= ~__SWR; __SWR 46 usr/lib/libc/stdio/snprintf.c f._flags = __SWR | __SSTR; __SWR 45 usr/lib/libc/stdio/sprintf.c f._flags = __SWR | __SSTR; __SWR 54 usr/lib/libc/stdio/ungetc.c if (fp->_flags & __SWR) { __SWR 57 usr/lib/libc/stdio/ungetc.c fp->_flags &= ~__SWR; __SWR 268 usr/lib/libc/stdio/vfprintf.c if ((fp->_flags & (__SNBF|__SWR|__SRW)) == (__SNBF|__SWR) && __SWR 47 usr/lib/libc/stdio/vsnprintf.c f._flags = __SWR | __SSTR; __SWR 45 usr/lib/libc/stdio/vsprintf.c f._flags = __SWR | __SSTR; __SWR 54 usr/lib/libc/stdio/wsetup.c if ((fp->_flags & __SWR) == 0) { __SWR 65 usr/lib/libc/stdio/wsetup.c fp->_flags |= __SWR; __SWR 44 usr/lib/libsa/sprintf.c f._flags = __SWR | __SSTR;