opnsense-src/usr.bin/sed
Alfonso Gregory cccdaf507e 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 sed: fix hex_subst test after after r363679 2020-07-30 13:36:24 +00:00
compile.c sed: treat '[' as ordinary character in 'y' command 2020-07-26 09:15:05 +00:00
defs.h sed(1): Fix a typo in a source code comment 2022-06-04 20:27:45 +02:00
extern.h sed: Fix -i option behavior with 'q' command. 2018-08-29 17:09:03 +00: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 a lot of binaries and lib in FreeBSD-runtime 2019-09-05 14:13:08 +00:00
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
misc.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
POSIX style(9): 2007-04-06 08:43:30 +00:00
process.c sed: Fix -i option behavior with 'q' command. 2018-08-29 17:09:03 +00:00
sed.1 sed(1): Fix a typo in the manual page 2022-04-20 13:00:42 +02:00