summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/ftw.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-251-2/+2
|
* zap remaining rcsid.espie2005-08-081-5/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* If fts_close() fails and we have not yet seen an error, return -1.millert2004-07-071-4/+6
|
* Set path in declaration to avoid an ugly cast in fts_open()millert2004-07-061-10/+6
| | | | Set FTS_LOGICAL in flags if we didn't set FTS_PHYSICAL as required by fts(3)
* updated licensemillert2003-07-211-23/+16
|
* ftw(3) and nftw(3) for XPG compliance; emulated via fts(3)millert2003-07-211-0/+102