Searched refs:C_FSYNC (Results 1 – 1 of 1) sorted by relevance
50 #define C_FSYNC 0x0200 macro80 { "fsync", C_FSYNC },277 if (toys.optflags & C_FSYNC && fsync(out.fd) < 0) in do_dd()