Searched refs:C_BS (Results 1 – 3 of 3) sorted by relevance
/system/core/toolbox/upstream-netbsd/bin/dd/ |
D | args.c | 92 { "bs", f_bs, C_BS, C_BS|C_IBS|C_OBS|C_OSYNC }, 97 { "ibs", f_ibs, C_IBS, C_BS|C_IBS }, 101 { "obs", f_obs, C_OBS, C_BS|C_OBS }, 154 if (ddflags & C_BS) { in jcl() 162 ddflags &= ~C_BS; in jcl() 167 if (ddflags & C_BS && ddflags & (C_IBS|C_OBS)) in jcl() 252 if (!(ddflags & C_BS)) in f_ibs() 291 if (!(ddflags & C_BS)) in f_obs() 349 { "osync", C_OSYNC, C_BS, NULL },
|
D | dd.h | 108 #define C_BS 0x00004 macro
|
D | dd.c | 216 if (!(ddflags & C_BS)) in setup() 414 if (ddflags & C_BS) { in dd_in()
|