freebsd-src/usr.bin/find
Juli Mallett 47bca8b02c Clean up malloc(3)'s argument. Remove casts which do nothing when we're
using sizeof() anyway.  Use slightly more consistent (per-file) error
reporting for malloc(3) returning NULL.  If "malloc failed" was being printed,
don't use err(3).  If a NULL format is being used, use err(3).  In one case
errx(3) was being used with strerror(3), so just use err(3).
2002-05-17 05:11:07 +00:00
..
extern.h There is breakage in parsedate, so revert to get_date until this can be 2002-04-02 10:45:34 +00:00
find.1 More consistancy. file system > filesystem 2002-05-16 02:19:14 +00:00
find.c Fix SCM IDs. 2002-04-01 22:56:56 +00:00
find.h Remove __P(). 2002-03-20 10:32:05 +00:00
function.c Clean up malloc(3)'s argument. Remove casts which do nothing when we're 2002-05-17 05:11:07 +00:00
getdate.y Fix to WARNS=2 level. 2002-04-15 19:27:41 +00:00
ls.c Fix to WARNS=2 level. 2002-04-15 19:27:41 +00:00
main.c Fix SCM IDs. 2002-04-01 22:56:56 +00:00
Makefile Fix to WARNS=2 level. 2002-04-15 19:27:41 +00:00
misc.c Fix SCM IDs. 2002-04-01 22:56:56 +00:00
operator.c Replace err() with errx(), errno is garbage in this context. 2002-04-12 21:25:16 +00:00
option.c Fix SCM IDs. 2002-04-01 22:56:56 +00:00
parsedate.y Change a "/*" within a comment to a "**". 2002-03-30 13:54:53 +00:00