NetBSD/bin/dd
rillig ac96e5dd30 dd: fix lint warnings about effectively discarding 'const'
args.c(153): warning: call to 'bsearch' effectively discards 'const'
    from argument [346]
args.c(383): dito
args.c(475): dito

No functional change.
2021-10-09 21:31:36 +00:00
..
Makefile copy libc's swab.c into dd as dd_swab(), and remove the restrict. 2019-10-04 08:57:37 +00:00
args.c dd: fix lint warnings about effectively discarding 'const' 2021-10-09 21:31:36 +00:00
conv.c
conv_tab.c
dd.1 dd.1: add an example of writing a NetBSD image 2021-05-18 07:17:09 +00:00
dd.c copy libc's swab.c into dd as dd_swab(), and remove the restrict. 2019-10-04 08:57:37 +00:00
dd.h
dd_hostops.c
dd_rumpops.c
dd_swab.c PR/56443: RVP: dd conv=swab doesn't always work 2021-10-08 14:44:48 +00:00
extern.h copy libc's swab.c into dd as dd_swab(), and remove the restrict. 2019-10-04 08:57:37 +00:00
misc.c dd: clean up function summary 2021-10-09 20:44:55 +00:00
position.c