opnsense-src/usr.bin/find
Alfonso Gregory a1b6427a97 Mark usage function as __dead2 in programs where it does not return
In most cases, usage does not return, so mark them as __dead2. For the
cases where they do return, they have not been marked __dead2.

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/735
2023-07-07 10:45:18 -06:00
..
tests find: Speed up tests by using touch -d instead of sleep for timestamps 2018-01-04 22:59:24 +00:00
extern.h find(1): remove unused variable 2017-12-13 03:36:33 +00:00
find.1 find: Logic nit in man page. 2023-01-24 09:53:35 +01:00
find.c Fix whiteout support in find(1) 2019-01-28 02:00:39 +00:00
find.h Allow compiling usr.bin/find on Linux and Mac 2018-02-06 15:41:26 +00:00
function.c find(1): deLINTify 2018-07-01 20:09:52 +00:00
getdate.y find(1): remove portability ifdefs 2018-07-01 19:44:26 +00:00
ls.c Handle NULL return from localtime(3) in ls(1) and find(1) 2022-09-09 14:30:42 -07:00
main.c Mark usage function as __dead2 in programs where it does not return 2023-07-07 10:45:18 -06:00
Makefile pkgbase: Put more binaries/lib in runtime 2021-12-21 10:17:27 +01:00
Makefile.depend Update/fix Makefile.depend for userland 2023-04-18 17:14:23 -07:00
misc.c find(1): remove empty else condition 2018-07-25 03:42:07 +00:00
operator.c find(1): deLINTify 2018-07-01 20:09:52 +00:00
option.c find(1): deLINTify 2018-07-01 20:09:52 +00:00