summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/strchr (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove manual fiddling with MALLOC_OPTIONS from libc regress testsjasper2021-09-011-4/+1
| | | | | | | these options should be set globally (sysctl) when running regress as opposed to having individual tests set it, barring a few specific exceptions. ok bluhm@
* Add basic regression tests for strchr() and strrchr().visa2021-07-242-0/+77