summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/libc/stdio/test-fmemopen.c
Commit message (Expand)AuthorAgeFilesLines
* Convert tools/regression/lib/libc/stdio/test-fmemopen into an ATF testcase andngie2014-11-161-299/+0
* - Use strlen instead of hardcoding a numbergahr2014-06-031-2/+2
* - Return NULL and set errno to EINVAL if size is 0 (as required by POSIX).gahr2014-06-021-0/+47
* - Fix more style(9)-related issues (copyright header, spaces after functiongahr2013-02-011-71/+71
* - Remove underscores from the internal structure name, as it doesn't collidegahr2013-01-311-27/+136
* Add fmemopen(3), an interface to get a FILE * from a buffer in memory, alonggahr2013-01-301-0/+143
OpenPOWER on IntegriCloud