opnsense-src/usr.bin/rpcgen
Alfonso Gregory 1a7ac2bd24 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
..
Makefile
Makefile.depend Update/fix Makefile.depend for userland 2023-04-18 17:14:23 -07:00
Makefile.depend.host Additions to targets/pseudo/host-tools 2023-04-27 14:16:49 -07:00
Makefile.depend.options Additions to targets/pseudo/host-tools 2023-04-27 14:16:49 -07:00
rpc_clntout.c
rpc_cout.c rpcgen(1): Avoid unused variable warning on generated code. 2017-01-11 23:05:29 +00:00
rpc_hout.c
rpc_main.c Mark usage function as __dead2 in programs where it does not return 2023-07-07 10:45:18 -06:00
rpc_parse.c Plug two resource leaks. 2017-12-28 05:33:29 +00:00
rpc_parse.h
rpc_sample.c rpcgen: fix use use of strcmp 2015-04-19 04:53:28 +00:00
rpc_scan.c Plug two resource leaks. 2017-12-28 05:33:29 +00:00
rpc_scan.h
rpc_svcout.c rpcgen: Unindent a line not guarded by if (mtflag). 2022-12-04 16:32:03 -08:00
rpc_tblout.c
rpc_util.c rpcgen(1): Tag crash() routine as __dead2 for static analyzers 2016-05-12 03:49:05 +00:00
rpc_util.h rpcgen(1): Tag crash() routine as __dead2 for static analyzers 2016-05-12 03:49:05 +00:00
rpcgen.1 mdoc: minor paragraph fixes. 2014-02-08 13:37:02 +00:00