opnsense-src/tools/regression/lib/libc/stdio
John Baldwin 9240031ac6 Add an implementation of open_memstream() and open_wmemstream(). These
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
2013-02-27 19:50:46 +00:00
..
Makefile Add an implementation of open_memstream() and open_wmemstream(). These 2013-02-27 19:50:46 +00:00
test-fmemopen.c - Fix more style(9)-related issues (copyright header, spaces after function 2013-02-01 13:04:06 +00:00
test-fmemopen.t Add fmemopen(3), an interface to get a FILE * from a buffer in memory, along 2013-01-30 14:59:26 +00:00
test-getdelim.c Regression tests for r197752 (handling of empty/NULL buffers). 2009-10-04 19:44:41 +00:00
test-getdelim.t Add .t files for tests, missed in prior checkins, so that prove(1) works 2012-01-14 21:38:31 +00:00
test-open_memstream.c Add an implementation of open_memstream() and open_wmemstream(). These 2013-02-27 19:50:46 +00:00
test-open_memstream.t Add an implementation of open_memstream() and open_wmemstream(). These 2013-02-27 19:50:46 +00:00
test-open_wmemstream.c Add an implementation of open_memstream() and open_wmemstream(). These 2013-02-27 19:50:46 +00:00
test-open_wmemstream.t Add an implementation of open_memstream() and open_wmemstream(). These 2013-02-27 19:50:46 +00:00
test-perror.c libc: Add a missing header to a test program. 2012-12-08 19:42:15 +00:00
test-perror.t
test-print-positional.c
test-print-positional.t Add .t files for tests, missed in prior checkins, so that prove(1) works 2012-01-14 21:38:31 +00:00
test-printbasic.c
test-printbasic.t Add .t files for tests, missed in prior checkins, so that prove(1) works 2012-01-14 21:38:31 +00:00
test-printfloat.c Update the tests for arm and other ports where long double is the same 2012-01-14 21:09:54 +00:00
test-printfloat.t
test-scanfloat.c
test-scanfloat.t