OpenGrok
Cross Reference: fmemopen.c
xref
: /
src
/
lib
/
libc
/
stdio
/
fmemopen.c
Home
|
History
|
Annotate
|
Download
|
only in
stdio
History log of
/src/lib/libc/stdio/fmemopen.c
Revision
Date
Author
Comments
1.8
29-Mar-2012
christos
The flush function makes the tests fail. So undo it for now until we decide
if the tests are wrong or the flushing is wrong.
1.7
27-Mar-2012
christos
- widen the internal read and write calls to match the syscalls
- add funopen2() which provides access to flush() and the wider calls.
- make use of the new flush call in fmemopen()
1.6
22-Jan-2012
christos
From tnozaki@: make fpos_t a complex object that keeps track of the parse
state of the stream. Change argument of the seek function to funopen() from
fpos_t to off_t. Make f{g,s}etpos() use the new fpos_t struct, while providing
backwards compatible entry points. Approved by releng@
1.5
27-Sep-2010
tnozaki
branches: 1.5.6;
validate flags/oflags from __sflag() befere call __sfp().
reviewed by enami-san, thanks.
1.4
27-Sep-2010
tnozaki
fix off-by-one, pointed out by enami-san, thanks!
1.3
25-Sep-2010
tron
Change last commit to Use "ptrdiff_t" instead of "intptr_t" because the
former is more appropriate in this case.
1.2
25-Sep-2010
tron
Add explicit cast to fix lint error on 32bit platforms.
1.1
24-Sep-2010
tnozaki
add fmemopen(3) derrived from POSIX:2008.
libc minor bump.
1.5.6.1
17-Apr-2012
yamt
sync with head
Indexes created Sat Sep 20 22:09:52 GMT 2025