bin/dd/args.c
105
{ "bs", f_bs, C_BS, C_BS|C_IBS|C_OBS|C_OSYNC },
bin/dd/args.c
110
{ "ibs", f_ibs, C_IBS, C_BS|C_IBS },
bin/dd/args.c
115
{ "obs", f_obs, C_OBS, C_BS|C_OBS },
bin/dd/args.c
170
if (ddflags & C_BS) {
bin/dd/args.c
178
ddflags &= ~C_BS;
bin/dd/args.c
183
if (ddflags & C_BS && ddflags & (C_IBS|C_OBS))
bin/dd/args.c
268
if (!(ddflags & C_BS))
bin/dd/args.c
307
if (!(ddflags & C_BS))
bin/dd/args.c
365
{ "osync", C_OSYNC, C_BS, NULL },
bin/dd/dd.c
249
if (!(ddflags & C_BS))
bin/dd/dd.c
447
if (ddflags & C_BS) {