summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/open_memstream.c
Commit message (Collapse)AuthorAgeFilesLines
* Use stdint.h instead of inttypes.h as the latter pollutes namespace morengie2015-12-091-2/+2
| | | | | | | MFC after: 3 days X-MFC with: r292004 Submitted by: bde Sponsored by: EMC / Isilon Storage Division
* Fix compilation when -DDEBUG is defined by adding inttypes.h #includengie2015-12-081-0/+3
| | | | | | | | | | for intmax_t MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D4434 Reported by: cppcheck Reviewed by: jhb Sponsored by: EMC / Isilon Storage Division
* Reassign copyright statements on several files from Advancedjhb2015-04-231-1/+1
| | | | | | | Computing Technologies LLC to Hudson River Trading LLC. Approved by: Hudson River Trading LLC (who owns ACT LLC) MFC after: 1 week
* Add an implementation of open_memstream() and open_wmemstream(). Thesejhb2013-02-271-0/+209
routines provide write-only stdio FILE objects that store their data in a dynamically allocated buffer. They are a string builder interface somewhat akin to a completely dynamic sbuf. Reviewed by: bde, jilles (earlier versions) MFC after: 1 month
OpenPOWER on IntegriCloud