bin/dd/args.c
133
if (ddflags & C_BS) {
bin/dd/args.c
141
ddflags &= ~C_BS;
bin/dd/args.c
144
if (ddflags & C_BS && ddflags & (C_IBS | C_OBS))
bin/dd/args.c
241
if (!(ddflags & C_BS)) {
bin/dd/args.c
295
if (!(ddflags & C_BS)) {
bin/dd/args.c
363
{ "osync", C_OSYNC, C_BS, NULL },
bin/dd/args.c
78
{ "bs", f_bs, C_BS, C_BS|C_IBS|C_OBS|C_OSYNC },
bin/dd/args.c
84
{ "ibs", f_ibs, C_IBS, C_BS|C_IBS },
bin/dd/args.c
88
{ "obs", f_obs, C_OBS, C_BS|C_OBS },
bin/dd/dd.c
470
if ((ddflags & ~(C_NOERROR | C_NOTRUNC | C_SYNC)) == C_BS) {