Home
last modified time | relevance | path

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

/system/core/toolbox/upstream-netbsd/bin/dd/
Dargs.c92 { "bs", f_bs, C_BS, C_BS|C_IBS|C_OBS|C_OSYNC },
161 C_UNBLOCK | C_OSYNC | C_ASCII | C_EBCDIC | C_SPARSE)) { in jcl()
349 { "osync", C_OSYNC, C_BS, NULL },
Ddd.h126 #define C_OSYNC 0x100000 macro
Ddd.c448 if (ddflags & C_OSYNC && out.dbcnt < out.dbsz) { in dd_close()