Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio/
Dfmemopen.c80 char writeonly; /* 1 if write-only */ member
121 if (c->pos + n > c->max - c->writeonly) in fmemwriter()
123 adjust = c->writeonly; in fmemwriter()
137 else if (c->writeonly) in fmemwriter()
196 if (c->writeonly && c->pos < c->eof) in fmemseeker()
202 if (c->writeonly && c->pos < c->eof) in fmemseeker()
238 if (c->writeonly && c->pos < c->eof) in fmemseeker64()
244 if (c->writeonly && c->pos < c->eof) in fmemseeker64()
302 c->writeonly = (flags & __SWR) != 0; in fmemopen()
321 if (!buf && c->writeonly) in fmemopen()