Home
last modified time | relevance | path

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

/openbsd/bin/dd/
H A Ddd.h95 #define C_OSYNC 0x100000 macro
H A Dargs.c71 { "bs", f_bs, C_BS, C_BS|C_IBS|C_OBS|C_OSYNC },
280 { "osync", C_OSYNC, C_BS, NULL },
H A Ddd.c341 if (ddflags & C_OSYNC && out.dbcnt && out.dbcnt < out.dbsz) { in dd_close()