Home
last modified time | relevance | path

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

/openbsd/bin/dd/
H A Ddd.h99 #define C_FSYNC 0x1000000 macro
H A Dargs.c277 { "fsync", C_FSYNC, 0, NULL },
H A Ddd.c350 if (ddflags & C_FSYNC) { in dd_close()