aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/tests/string/strcspn_test.c
Commit message (Expand)AuthorAgeFilesLines
* lib/libc/tests/string/strcspn_test.c: add test for correct match orderRobert Clausecker2023-12-211-1/+50
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* lib/libc/tests/string/strcspn_test.c: extend tests to catch previous bugRobert Clausecker2023-09-171-0/+64
* lib/libc/tests/string: derive strspn(3) tests from strcspn(3) testsRobert Clausecker2023-09-081-3/+23
* lib/libc/tests/string: add unit tests for strcspn(3)Robert Clausecker2023-09-081-0/+137