Home
last modified time | relevance | path

Searched refs:C_OBS (Results 1 – 2 of 2) sorted by relevance

/dragonfly/bin/dd/
HDargs.c76 { "bs", f_bs, C_BS, C_BS|C_IBS|C_OBS|C_OSYNC },
85 { "obs", f_obs, C_OBS, C_BS|C_OBS },
140 if (ddflags & C_BS && ddflags & (C_IBS | C_OBS)) in jcl()
HDdd.h89 #define C_OBS 0x00001000 macro