summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/basename (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove a couple hundred sys/param.h includes in userland code, andderaadt2021-12-131-6/+4
| | | | | | also whack some sys/cdefs.h early includes which is such a brutally bad pattern ok bluhm mbuhl
* Add basename(3) and dirname(3) regression tests, from tbert.ray2007-05-172-0/+82
OK otto@.