Home
last modified time | relevance | path

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

/system/core/toolbox/
Ddd.c381 if (ddflags & C_BS) { in dd_in()
1037 { "bs", f_bs, C_BS, C_BS|C_IBS|C_OBS|C_OSYNC },
1042 { "ibs", f_ibs, C_IBS, C_BS|C_IBS },
1044 { "obs", f_obs, C_OBS, C_BS|C_OBS },
1095 if (ddflags & C_BS) { in jcl()
1103 ddflags &= ~C_BS; in jcl()
1108 if (ddflags & C_BS && ddflags & (C_IBS|C_OBS)) in jcl()
1204 if (!(ddflags & C_BS)) in f_ibs()
1219 if (!(ddflags & C_BS)) in f_obs()
1273 { "osync", C_OSYNC, C_BS, NULL },
Ddd.h74 #define C_BS 0x00004 macro