Searched refs:__SWR (Results 1 – 25 of 62) sorted by relevance
123
28 if ((fp->_flags & (__SLBF | __SWR)) == (__SLBF | __SWR)) in lflush()62 if (fp->_flags & __SWR) in _srefill()66 fp->_flags &= ~__SWR; in _srefill()108 if ((fp->_flags & (__SLBF|__SWR)) == (__SLBF|__SWR)) in _srefill()
49 ret = __SWR; in __sflags()55 ret = __SWR | __SAPP; in __sflags()68 ret = (ret & ~(__SRD | __SWR)) | __SRW; in __sflags()
95 return (fp->_flags & (__SWR | __SRW)) != 0; in __fwritable()107 return (fp->_flags & __SWR) != 0; in __fwriting()
29 f._flags = __SWR | __SSTR | __SOPT; in vasniprintf()34 f._flags = __SWR | __SSTR | __SMBF; in vasniprintf()
28 f._flags = __SWR | __SSTR | __SOPT; in asniprintf()33 f._flags = __SWR | __SSTR | __SMBF; in asniprintf()
29 f._flags = __SWR | __SSTR | __SOPT; in vasnprintf()34 f._flags = __SWR | __SSTR | __SMBF; in vasnprintf()
29 f._flags = __SWR | __SSTR | __SOPT; in asnprintf()34 f._flags = __SWR | __SSTR | __SMBF; in asnprintf()
44 if ((fp->_flags & __SWR) == 0) in _swsetup()61 fp->_flags |= __SWR; in _swsetup()
36 __fwriting (FILE *__fp) { return (__fp->_flags & __SWR) != 0; } in __fwriting()42 __fwritable (FILE *__fp) { return (__fp->_flags & (__SWR | __SRW)) != 0; } in __fwritable()
104 if (!(fp->_flags & __SRD) && (fp->_flags & __SWR) && in ftello()137 else if ((fp->_flags & __SWR) && fp->_p != NULL) in ftello()
122 if (fp->_flags & __SAPP && fp->_flags & __SWR) in fseeko()168 else if (fp->_flags & __SWR && fp->_p != NULL) in fseeko()202 if (fp->_flags & (__SWR | __SRW | __SNBF | __SNPT)) in fseeko()
141 if (fp->_flags & __SWR) in ungetc()148 fp->_flags &= ~__SWR; in ungetc()
38 f._flags = __SWR | __SSTR; in vsiprintf()
109 f._flags = __SWR | __SSTR; in siprintf()
57 ret = __SWR; in __posix_sflags()65 ret = __SWR; in __posix_sflags()80 ret |= (__SRD | __SWR); in __posix_sflags()
55 if ((f->flags & __SWR) == 0) { in __fmem_put()93 if ((f->flags & __SWR) && mf->pos < mf->bufsize) { in __fmem_flush()162 if ((stdio_flags & (__SRD | __SWR)) != (__SRD | __SWR)) { in fmemopen()186 if ((stdio_flags & (__SRD | __SWR)) == (__SRD | __SWR)) { in fmemopen()
44 if ((stream->flags & __SWR) == 0 || size == 0) in fwrite()57 __bufio_setdir_locked(stream, __SWR); in fwrite()
40 if ((stream->flags & __SWR) == 0) in fputws()
40 if ((stream->flags & __SWR) == 0) in fputs()
41 if ((out->flags & __SWR) == 0) in puts()
40 static struct __file_bufio __stdout = FDEV_SETUP_POSIX(1, write_buf, BUFSIZ, __SWR, __BLBF);
44 …ct __file_bufio __stderr = FDEV_SETUP_POSIX(2, write_buf, __PICOLIBC_STDERR_BUFSIZ, __SWR, __BLBF);
37 if ((stream->flags & __SWR) == 0) in fputc()
102 if (!(fp->_flags & __SRD) && (fp->_flags & __SWR) && in ftello64()135 else if (fp->_flags & __SWR && fp->_p != NULL) in ftello64()
125 if (fp->_flags & __SAPP && fp->_flags & __SWR) in fseeko64()171 else if (fp->_flags & __SWR && fp->_p != NULL) in fseeko64()204 if (fp->_flags & (__SWR | __SRW | __SNBF | __SNPT)) in fseeko64()