freebsd-dev/usr.bin/bintrans
Alfonso Gregory 498a0a9c61 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 bintrans: replace the quoted printable encoder/decoder 2022-08-25 09:29:18 +02:00
bintrans.1 Add a quoted-printable encoder/decoder 2022-04-24 08:20:27 +02:00
bintrans.c base64: ignore -i as promised 2022-04-24 08:23:27 +02:00
Makefile bintrans: replace the quoted printable encoder/decoder 2022-08-25 09:29:18 +02:00
Makefile.depend Update/fix Makefile.depend for userland 2023-04-18 17:14:23 -07:00
qp.c spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
uudecode.c Add the base64 command using b64encode and b64decode 2022-04-18 13:53:59 +02:00
uuencode.c Mark usage function as __dead2 in programs where it does not return 2023-07-07 10:45:18 -06:00
uuencode.format.5