opnsense-src/bin/dd
Eitan Adler 44e0a832f2 dd(1): Use a local swapbytes() function.
swab(3) has restrict qualifiers for src and dst.
Avoid relying on undefined overlapping swab behavior.

Obtained From: OpenBSD
2018-01-26 03:30:05 +00:00
..
tests Remove unnecessary make logic added in r319339 2017-07-18 17:29:12 +00:00
args.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
conv.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
conv_tab.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
dd.1 Fix indentation in dd(1) 2017-04-02 21:30:05 +00:00
dd.c dd(1): Use a local swapbytes() function. 2018-01-26 03:30:05 +00:00
dd.h General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
extern.h General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
gen.c Reorganize the handling all-zeroes terminal block in sparse mode 2016-02-18 08:44:16 +00:00
Makefile Add HAS_TESTS to all Makefiles that are currently using the 2017-08-02 08:50:42 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
misc.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
position.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
ref.ascii Add a test-target and reference vectors for the character converions. 2004-03-05 19:30:13 +00:00
ref.ebcdic Add a test-target and reference vectors for the character converions. 2004-03-05 19:30:13 +00:00
ref.ibm Add a test-target and reference vectors for the character converions. 2004-03-05 19:30:13 +00:00
ref.lcase Add a test-target and reference vectors for the character converions. 2004-03-05 19:30:13 +00:00
ref.obs_zeroes Reorganize the handling all-zeroes terminal block in sparse mode 2016-02-18 08:44:16 +00:00
ref.oldascii Add a test-target and reference vectors for the character converions. 2004-03-05 19:30:13 +00:00
ref.oldebcdic Add a test-target and reference vectors for the character converions. 2004-03-05 19:30:13 +00:00
ref.oldibm Add a test-target and reference vectors for the character converions. 2004-03-05 19:30:13 +00:00
ref.pareven Teach dd(1) about parity bits. 2004-03-05 19:35:51 +00:00
ref.parnone Teach dd(1) about parity bits. 2004-03-05 19:35:51 +00:00
ref.parodd Teach dd(1) about parity bits. 2004-03-05 19:35:51 +00:00
ref.parset Teach dd(1) about parity bits. 2004-03-05 19:35:51 +00:00
ref.swab Add a test-target and reference vectors for the character converions. 2004-03-05 19:30:13 +00:00
ref.ucase Add a test-target and reference vectors for the character converions. 2004-03-05 19:30:13 +00:00