summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/libc/stdio/test-getdelim.c
Commit message (Collapse)AuthorAgeFilesLines
* Integrate tools/regression/lib/libc/stdio into the FreeBSD test suitengie2015-11-081-187/+0
| | | | | | | | | | | as lib/libc/tests/stdio - Fix some whitespace - Convert the testcases to ATF - Convert "/dev/null" to _PATH_DEVNULL MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Regression tests for r197752 (handling of empty/NULL buffers).das2009-10-041-1/+20
|
* Return -1 instead of 0 upon reaching EOF. This is somewhat ill-adviseddas2009-04-061-2/+2
| | | | | | | | because it means getdelim() returns -1 for both error and EOF, and never returns 0. However, this is what the original GNU implementation does, and POSIX inherited the bug. Reported by: marcus@
* Tests for getdelim().das2009-02-281-0/+168
OpenPOWER on IntegriCloud