bin/dd/args.c
129
if (ddflags & C_BS) {
bin/dd/args.c
137
ddflags &= ~C_BS;
bin/dd/args.c
140
if (ddflags & C_BS && ddflags & (C_IBS | C_OBS))
bin/dd/args.c
236
if (!(ddflags & C_BS)) {
bin/dd/args.c
255
if (!(ddflags & C_BS)) {
bin/dd/args.c
315
{ "osync", C_OSYNC, C_BS, NULL },
bin/dd/args.c
76
{ "bs", f_bs, C_BS, C_BS|C_IBS|C_OBS|C_OSYNC },
bin/dd/args.c
82
{ "ibs", f_ibs, C_IBS, C_BS|C_IBS },
bin/dd/args.c
85
{ "obs", f_obs, C_OBS, C_BS|C_OBS },
bin/dd/dd.c
421
if ((ddflags & ~(C_NOERROR | C_NOTRUNC | C_SYNC)) == C_BS) {