Home
last modified time | relevance | path

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

/freebsd/bin/dd/
H A Ddd.h103 #define C_OFSYNC 0x0000000200000000ULL macro
H A Dargs.c407 { "fsync", C_OFSYNC },
408 { "sync", C_OFSYNC },
H A Ddd.c169 if (ddflags & C_OFSYNC) { in setup()
181 if (ddflags & C_OFSYNC) in setup()