summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/dirname (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 missing includes to avoid implicit function declarations.jsg2017-02-251-0/+1
|
* Give more details on failure.miod2007-10-201-8/+8
|
* Make this work on 64 bit platforms by using strlen() instead of sizeof()...miod2007-10-201-1/+1
| | | | worked by accident.
* Add basename(3) and dirname(3) regression tests, from tbert.ray2007-05-172-0/+85
OK otto@.