summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/libc/stdio/test-open_memstream.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove stale tools/regression directory that should have been deletedngie2015-12-051-203/+0
| | | | | | in r291840 Sponsored by: EMC / Isilon Storage Division
* MFC 281887:jhb2015-06-021-1/+1
| | | | | Reassign copyright statements on several files from Advanced Computing Technologies LLC to Hudson River Trading LLC.
* Add an implementation of open_memstream() and open_wmemstream(). Thesejhb2013-02-271-0/+203
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