summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/dirname (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove a couple hundred sys/param.h includes in userland code, andderaadt2021-12-131-6/+4
* 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
* Add basename(3) and dirname(3) regression tests, from tbert.ray2007-05-172-0/+85