Home
last modified time | relevance | path

Searched refs:C_OSYNC (Results 1 – 3 of 3) sorted by relevance

/original-bsd/bin/dd/
H A Ddd.h70 #define C_OSYNC 0x100000 macro
H A Dargs.c48 { "bs", f_bs, C_BS, C_BS|C_IBS|C_OBS|C_OSYNC },
256 { "osync", C_OSYNC, C_BS, NULL },
H A Ddd.c298 if (ddflags & C_OSYNC && out.dbcnt < out.dbsz) { in dd_close()